chore(deps): update dependency webpack to v5.77.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 2023-04-03 00:07:10 +00:00
parent f6526c2eb1
commit 78f6e38dea
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -17,7 +17,7 @@
"prettier-plugin-go-template": "0.0.13", "prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4", "shx": "0.3.4",
"svg-sprite": "2.0.2", "svg-sprite": "2.0.2",
"webpack": "5.76.3", "webpack": "5.77.0",
"webpack-cli": "5.0.1", "webpack-cli": "5.0.1",
"webpack-favicons": "1.3.8" "webpack-favicons": "1.3.8"
} }
@ -4444,9 +4444,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.76.3", "version": "5.77.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.3.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz",
"integrity": "sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==", "integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",

View File

@ -29,7 +29,7 @@
"prettier-plugin-go-template": "0.0.13", "prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4", "shx": "0.3.4",
"svg-sprite": "2.0.2", "svg-sprite": "2.0.2",
"webpack": "5.76.3", "webpack": "5.77.0",
"webpack-cli": "5.0.1", "webpack-cli": "5.0.1",
"webpack-favicons": "1.3.8" "webpack-favicons": "1.3.8"
}, },