chore(deps): update dependency webpack to v5.68.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovator Bot 2022-01-31 17:03:31 +00:00
parent e9dbcb7cf2
commit cad5d0f883
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -17,7 +17,7 @@
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"prettier": "2.5.1", "prettier": "2.5.1",
"prettier-plugin-go-template": "0.0.11", "prettier-plugin-go-template": "0.0.11",
"webpack": "5.67.0", "webpack": "5.68.0",
"webpack-cli": "4.9.2", "webpack-cli": "4.9.2",
"webpack-remove-empty-scripts": "0.7.3" "webpack-remove-empty-scripts": "0.7.3"
} }
@ -6088,9 +6088,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.67.0", "version": "5.68.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.67.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.68.0.tgz",
"integrity": "sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw==", "integrity": "sha512-zUcqaUO0772UuuW2bzaES2Zjlm/y3kRBQDVFVCge+s2Y8mwuUTdperGaAv65/NtRL/1zanpSJOq/MD8u61vo6g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",
@ -11107,9 +11107,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "5.67.0", "version": "5.68.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.67.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.68.0.tgz",
"integrity": "sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw==", "integrity": "sha512-zUcqaUO0772UuuW2bzaES2Zjlm/y3kRBQDVFVCge+s2Y8mwuUTdperGaAv65/NtRL/1zanpSJOq/MD8u61vo6g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",

View File

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