chore(deps): update dependency webpack to v5.88.0 #227

Merged
renovator merged 1 commits from renovate/devdeps-non-major into main 2023-06-26 02:37:08 +02:00
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.87.0", "webpack": "5.88.0",
"webpack-cli": "5.1.4", "webpack-cli": "5.1.4",
"webpack-favicons": "1.3.8" "webpack-favicons": "1.3.8"
} }
@ -4463,9 +4463,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.87.0", "version": "5.88.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.87.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.0.tgz",
"integrity": "sha512-GOu1tNbQ7p1bDEoFRs2YPcfyGs8xq52yyPBZ3m2VGnXGtV9MxjrkABHm4V9Ia280OefsSLzvbVoXcfLxjKY/Iw==", "integrity": "sha512-O3jDhG5e44qIBSi/P6KpcCcH7HD+nYIHVBhdWFxcLOcIGN8zGo5nqF3BjyNCxIh4p1vFdNnreZv2h2KkoAw3lw==",
"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.87.0", "webpack": "5.88.0",
"webpack-cli": "5.1.4", "webpack-cli": "5.1.4",
"webpack-favicons": "1.3.8" "webpack-favicons": "1.3.8"
}, },