Skip to content

Commit 838b8c9

Browse files
authored
Merge pull request #73 from SeppPenner/snyk-fix-d7b1d16537743713702347193a392d47
[Snyk] Security upgrade ts-node from 3.3.0 to 8.0.0
2 parents 50dda27 + 9f8a6fc commit 838b8c9

File tree

2 files changed

+74
-83
lines changed

2 files changed

+74
-83
lines changed

samples/client/petstore/typescript-fetch/tests/default/package-lock.json

Lines changed: 73 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/client/petstore/typescript-fetch/tests/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"@swagger/typescript-fetch-petstore": "file:../../builds/with-npm-version",
55
"chai": "^4.1.0",
6-
"ts-node": "^3.3.0"
6+
"ts-node": "^8.0.0"
77
},
88
"scripts": {
99
"prepublish": "npm install ../../builds/with-npm-version && npm run build && npm run webpack && npm run browserify",

0 commit comments

Comments
 (0)