chore(deps): update dependency webpack to v5.81.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-05-01 00:07:57 +00:00
parent 039f891734
commit b8420753e1
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.80.0", "webpack": "5.81.0",
"webpack-cli": "5.0.2", "webpack-cli": "5.0.2",
"webpack-favicons": "1.3.8" "webpack-favicons": "1.3.8"
} }
@ -4458,9 +4458,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.80.0", "version": "5.81.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.80.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.81.0.tgz",
"integrity": "sha512-OIMiq37XK1rWO8mH9ssfFKZsXg4n6klTEDL7S8/HqbAOBBaiy8ABvXvz0dDCXeEF9gqwxSvVk611zFPjS8hJxA==", "integrity": "sha512-AAjaJ9S4hYCVODKLQTgG5p5e11hiMawBwV2v8MYLE0C/6UAGLuAF4n1qa9GOwdxnicaP+5k6M5HrLmD4+gIB8Q==",
"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.80.0", "webpack": "5.81.0",
"webpack-cli": "5.0.2", "webpack-cli": "5.0.2",
"webpack-favicons": "1.3.8" "webpack-favicons": "1.3.8"
}, },