update webpack
This commit is contained in:
parent
0ee1d8cc18
commit
08cad477d1
|
@ -23,7 +23,7 @@
|
|||
"gulp": "^4.0.2",
|
||||
"gulp-replace": "^1.0.0",
|
||||
"jsdom": "^16.5.2",
|
||||
"webpack": "^5.28.0",
|
||||
"webpack": "^5.30.0",
|
||||
"webpack-cli": "^4.6.0",
|
||||
"webpack-stream": "^6.1.2"
|
||||
},
|
||||
|
@ -10864,9 +10864,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webpack": {
|
||||
"version": "5.28.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.28.0.tgz",
|
||||
"integrity": "sha512-1xllYVmA4dIvRjHzwELgW4KjIU1fW4PEuEnjsylz7k7H5HgPOctIq7W1jrt3sKH9yG5d72//XWzsHhfoWvsQVg==",
|
||||
"version": "5.30.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.30.0.tgz",
|
||||
"integrity": "sha512-Zr9NIri5yzpfmaMea2lSMV1UygbW0zQsSlGLMgKUm63ACXg6alhd1u4v5UBSBjzYKXJN6BNMGVM7w165e7NxYA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
@ -10898,6 +10898,15 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/webpack"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"webpack-cli": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/webpack-cli": {
|
||||
|
@ -20638,9 +20647,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"webpack": {
|
||||
"version": "5.28.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.28.0.tgz",
|
||||
"integrity": "sha512-1xllYVmA4dIvRjHzwELgW4KjIU1fW4PEuEnjsylz7k7H5HgPOctIq7W1jrt3sKH9yG5d72//XWzsHhfoWvsQVg==",
|
||||
"version": "5.30.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.30.0.tgz",
|
||||
"integrity": "sha512-Zr9NIri5yzpfmaMea2lSMV1UygbW0zQsSlGLMgKUm63ACXg6alhd1u4v5UBSBjzYKXJN6BNMGVM7w165e7NxYA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"gulp": "^4.0.2",
|
||||
"gulp-replace": "^1.0.0",
|
||||
"jsdom": "^16.5.2",
|
||||
"webpack": "^5.28.0",
|
||||
"webpack": "^5.30.0",
|
||||
"webpack-cli": "^4.6.0",
|
||||
"webpack-stream": "^6.1.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue