Skip to content

Commit 09e4dbd

Browse files
committed
fix: fixtures/packaging/webpack/prod/package.json & fixtures/packaging/webpack/prod/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150
1 parent afe6521 commit 09e4dbd

File tree

2 files changed

+1649
-744
lines changed

2 files changed

+1649
-744
lines changed

fixtures/packaging/webpack/prod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "webpack-prod-fixture",
44
"dependencies": {
5-
"webpack": "^1.14.0"
5+
"webpack": "^2.2.0"
66
},
77
"scripts": {
88
"build": "rm -f output.js && webpack --config config.js"

0 commit comments

Comments
 (0)