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:
  - @iarna/toml from 2.2.5 to 3.0.0.
    See this package in npm: https://www.npmjs.com/package/@iarna/toml
  - @netlify/functions from 1.6.0 to 2.8.1.
    See this package in npm: https://www.npmjs.com/package/@netlify/functions
  - @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
  - esbuild from 0.19.12 to 0.23.1.
    See this package in npm: https://www.npmjs.com/package/esbuild
  - 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/8e974d87-3a35-467c-ac0c-c05702c8920e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 23, 2024
1 parent ad149f6 commit 577bb99
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"esbuild": "^0.19.10",
"@iarna/toml": "^3.0.0",
"esbuild": "^0.23.1",
"set-cookie-parser": "^2.6.0"
},
"devDependencies": {
"@netlify/functions": "^1.3.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@netlify/functions": "^2.8.1",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@sveltejs/kit": "workspace:^",
"@types/node": "^16.18.6",
"@types/node": "^22.5.2",
"@types/set-cookie-parser": "^2.4.2",
"rimraf": "^5.0.0",
"rollup": "^3.7.0",
"typescript": "^4.9.4",
"vitest": "^0.31.0"
"rimraf": "^6.0.1",
"rollup": "^4.21.2",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"peerDependencies": {
"@sveltejs/kit": "^1.5.0"
Expand Down

0 comments on commit 577bb99

Please sign in to comment.