Skip to content

Commit

Permalink
chore(deps): update dependency ts-node to v10.9.2 (#568)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent 68ab905 commit 3166b70
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-armor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@escape.tech/graphql-armor-types": "0.5.0",
"@types/node": "^20.0.0",
"graphql": "16.8.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.2"
}
}
40 changes: 39 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4929,7 +4929,7 @@ __metadata:
"@escape.tech/graphql-armor-types": "npm:0.5.0"
"@types/node": "npm:^20.0.0"
graphql: "npm:16.8.1"
ts-node: "npm:10.9.1"
ts-node: "npm:10.9.2"
typescript: "npm:5.3.2"
peerDependencies:
"@apollo/server": ^4.0.0
Expand Down Expand Up @@ -19919,6 +19919,44 @@ __metadata:
languageName: node
linkType: hard

"ts-node@npm:10.9.2":
version: 10.9.2
resolution: "ts-node@npm:10.9.2"
dependencies:
"@cspotcode/source-map-support": "npm:^0.8.0"
"@tsconfig/node10": "npm:^1.0.7"
"@tsconfig/node12": "npm:^1.0.7"
"@tsconfig/node14": "npm:^1.0.0"
"@tsconfig/node16": "npm:^1.0.2"
acorn: "npm:^8.4.1"
acorn-walk: "npm:^8.1.1"
arg: "npm:^4.1.0"
create-require: "npm:^1.1.0"
diff: "npm:^4.0.1"
make-error: "npm:^1.1.1"
v8-compile-cache-lib: "npm:^3.0.1"
yn: "npm:3.1.1"
peerDependencies:
"@swc/core": ">=1.2.50"
"@swc/wasm": ">=1.2.50"
"@types/node": "*"
typescript: ">=2.7"
peerDependenciesMeta:
"@swc/core":
optional: true
"@swc/wasm":
optional: true
bin:
ts-node: dist/bin.js
ts-node-cwd: dist/bin-cwd.js
ts-node-esm: dist/bin-esm.js
ts-node-script: dist/bin-script.js
ts-node-transpile-only: dist/bin-transpile.js
ts-script: dist/bin-script-deprecated.js
checksum: a91a15b3c9f76ac462f006fa88b6bfa528130dcfb849dd7ef7f9d640832ab681e235b8a2bc58ecde42f72851cc1d5d4e22c901b0c11aa51001ea1d395074b794
languageName: node
linkType: hard

"tsconfig-paths-webpack-plugin@npm:4.0.1":
version: 4.0.1
resolution: "tsconfig-paths-webpack-plugin@npm:4.0.1"
Expand Down

0 comments on commit 3166b70

Please sign in to comment.