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:
  - @rollup/plugin-commonjs from 25.0.8 to 26.0.1.
    See this package in npm: https://www.npmjs.com/package/@rollup/plugin-commonjs
  - @types/node from 16.18.108 to 22.5.2.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - c8 from 7.14.0 to 10.1.2.
    See this package in npm: https://www.npmjs.com/package/c8
  - rimraf from 5.0.10 to 6.0.1.
    See this package in npm: https://www.npmjs.com/package/rimraf
  - rollup from 3.29.5 to 4.21.2.
    See this package in npm: https://www.npmjs.com/package/rollup
  - typescript from 4.9.5 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript
  - vitest from 0.31.4 to 2.0.5.
    See this package in npm: https://www.npmjs.com/package/vitest

See this project in Snyk:
https://app.snyk.io/org/leonardoadame/project/30c4d01a-dbce-4ff8-a4a3-78e49c26e2d5?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 22, 2024
1 parent ad149f6 commit a336377
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"devDependencies": {
"@polka/url": "^1.0.0-next.21",
"@sveltejs/kit": "workspace:^",
"@types/node": "^16.18.6",
"c8": "^7.13.0",
"@types/node": "^22.5.2",
"c8": "^10.1.2",
"polka": "^1.0.0-next.22",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"sirv": "^2.0.3",
"typescript": "^4.9.4",
"vitest": "^0.31.0"
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.7.0"
"rollup": "^4.21.2"
},
"peerDependencies": {
"@sveltejs/kit": "^1.0.0"
Expand Down

0 comments on commit a336377

Please sign in to comment.