Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: copy-webpack-plugin, webpack, webpack-cli, wrangler #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - copy-webpack-plugin from 5.1.2 to 12.0.2.
    See this package in npm: https://www.npmjs.com/package/copy-webpack-plugin
  - webpack from 4.47.0 to 5.94.0.
    See this package in npm: https://www.npmjs.com/package/webpack
  - webpack-cli from 4.10.0 to 5.1.4.
    See this package in npm: https://www.npmjs.com/package/webpack-cli
  - wrangler from 2.21.1 to 3.73.0.
    See this package in npm: https://www.npmjs.com/package/wrangler

See this project in Snyk:
https://app.snyk.io/org/laurry-gee/project/a6e4fc20-4cd3-438e-a2f5-854ca4bf778a?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 21, 2024
commit 62c24754fc08ba0476766817e1aad2896d55c2d5
8 changes: 4 additions & 4 deletions templates/experimental/worker-cobol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"dev": "wrangler dev src/index.js --local"
},
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"copy-webpack-plugin": "^12.0.2",
"text-encoding": "^0.7.0",
"webpack": "^4.42.1",
"webpack-cli": "^4.9.0",
"wrangler": "^2.0.0"
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"wrangler": "^3.73.0"
}
}
Loading