chore(deps): update dependency webpack to v5.67.0
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Renovator Bot 2022-01-21 18:03:18 +00:00
parent 73ac1f1be2
commit 94f915c740
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -17,7 +17,7 @@
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"prettier-plugin-go-template": "0.0.11",
"webpack": "5.66.0",
"webpack": "5.67.0",
"webpack-cli": "4.9.1",
"webpack-remove-empty-scripts": "0.7.2"
}
@ -6075,9 +6075,9 @@
}
},
"node_modules/webpack": {
"version": "5.66.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.66.0.tgz",
"integrity": "sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==",
"version": "5.67.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.67.0.tgz",
"integrity": "sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@ -6103,7 +6103,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.3.1",
"webpack-sources": "^3.2.2"
"webpack-sources": "^3.2.3"
},
"bin": {
"webpack": "bin/webpack.js"
@ -11085,9 +11085,9 @@
}
},
"webpack": {
"version": "5.66.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.66.0.tgz",
"integrity": "sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==",
"version": "5.67.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.67.0.tgz",
"integrity": "sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@ -11113,7 +11113,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.3.1",
"webpack-sources": "^3.2.2"
"webpack-sources": "^3.2.3"
},
"dependencies": {
"ajv": {

View File

@ -27,7 +27,7 @@
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"prettier-plugin-go-template": "0.0.11",
"webpack": "5.66.0",
"webpack": "5.67.0",
"webpack-cli": "4.9.1",
"webpack-remove-empty-scripts": "0.7.2"
},