chore(deps): update dependency webpack to v5.73.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-06-06 00:04:11 +00:00
parent 1e43b0b535
commit 5417079b4f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
"prettier": "2.6.2", "prettier": "2.6.2",
"prettier-plugin-go-template": "0.0.13", "prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4", "shx": "0.3.4",
"webpack": "5.72.1", "webpack": "5.73.0",
"webpack-cli": "4.9.2", "webpack-cli": "4.9.2",
"webpack-remove-empty-scripts": "0.8.0" "webpack-remove-empty-scripts": "0.8.0"
} }
@ -5548,9 +5548,9 @@
"dev": true "dev": true
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.72.1", "version": "5.73.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz",
"integrity": "sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==", "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -10222,9 +10222,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "5.72.1", "version": "5.73.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz",
"integrity": "sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==", "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",

View File

@ -26,7 +26,7 @@
"prettier": "2.6.2", "prettier": "2.6.2",
"prettier-plugin-go-template": "0.0.13", "prettier-plugin-go-template": "0.0.13",
"shx": "0.3.4", "shx": "0.3.4",
"webpack": "5.72.1", "webpack": "5.73.0",
"webpack-cli": "4.9.2", "webpack-cli": "4.9.2",
"webpack-remove-empty-scripts": "0.8.0" "webpack-remove-empty-scripts": "0.8.0"
}, },