Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @types/node from 10.17.60 to 22.3.0.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - ts-node from 7.0.1 to 10.9.2.
    See this package in npm: https://www.npmjs.com/package/ts-node
  - typescript from 3.9.10 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/4d0b68ad-fe61-43e4-99f2-11eb5f2c9063?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent f30d48d commit d249006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "",
"main": "index.js",
"dependencies": {
"@types/node": "^10.12.12",
"@types/node": "^22.3.0",
"chalk": "^2.4.1",
"pngjs": "^3.3.3",
"ts-lint": "^4.5.1",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"scripts": {
"test": "ts-node ./test/index.ts"
Expand Down

0 comments on commit d249006

Please sign in to comment.