Update dependency ts-node to v10.9.2

This commit is contained in:
renovate[bot] 2023-12-08 14:18:56 +00:00 committed by Daniel Lockyer
parent 181c5c0920
commit 996ca6ac87
7 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@
"rollup-plugin-node-builtins": "2.1.2",
"sinon": "17.0.0",
"storybook": "7.6.4",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vite": "4.5.1",
"vite-plugin-svgr": "3.3.0"

View File

@ -77,7 +77,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"sinon": "17.0.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"dependencies": {

View File

@ -25,7 +25,7 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"dependencies": {}

View File

@ -25,7 +25,7 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"dependencies": {

View File

@ -26,7 +26,7 @@
"c8": "8.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"dependencies": {

View File

@ -115,7 +115,7 @@
"lint-staged": "14.0.1",
"nx": "16.8.1",
"rimraf": "5.0.5",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
}

View File

@ -30284,10 +30284,10 @@ ts-interface-checker@^0.1.9:
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
ts-node@10.9.1:
version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
ts-node@10.9.2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"