webpack updated

This commit is contained in:
nklhrstv 2020-12-18 11:26:34 +02:00
parent 99c00f4a41
commit ace156dc6f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -17130,9 +17130,9 @@
"dev": true
},
"webpack": {
"version": "5.10.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.10.3.tgz",
"integrity": "sha512-KFPEbpNKfNU4t2CDsUZJ7KpuUbzDqGUCZqLmz4667KSUWMc9BuR3a8jpa72Emv7JUbdGwISD9OZjoI9S5BnHig==",
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.11.0.tgz",
"integrity": "sha512-ubWv7iP54RqAC/VjixgpnLLogCFbAfSOREcSWnnOlZEU8GICC5eKmJSu6YEnph2N2amKqY9rvxSwgyHxVqpaRw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",

View file

@ -62,7 +62,7 @@
"react-test-renderer": "16.13.0",
"storybook-addon-jsx": "7.1.15",
"terser-webpack-plugin": "5.0.3",
"webpack": "5.10.3",
"webpack": "5.11.0",
"webpack-cli": "4.2.0",
"webpack-dev-server": "3.11.0"
}