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
  - @types/node from 20.16.5 to 22.4.1.
    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
  - typescript from 4.9.5 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/leonardoadame/project/4b27a5e8-2236-4d2d-9fe4-a04e296133c3?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 10, 2024
1 parent ad149f6 commit f6ebd69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
},
"dependencies": {
"@cloudflare/workers-types": "^4.20230404.0",
"@iarna/toml": "^2.2.5",
"esbuild": "^0.19.9"
"@iarna/toml": "^3.0.0",
"esbuild": "^0.23.1"
},
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0",
"@types/node": "^20.11.27",
"typescript": "^4.9.4"
"@types/node": "^22.4.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@sveltejs/kit": "^1.0.0"
Expand Down

0 comments on commit f6ebd69

Please sign in to comment.