chore(deps): update dependency webpack to v5.72.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-04-11 00:03:45 +00:00
parent 36a2a0ecea
commit eaad7720b9
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.12", "prettier-plugin-go-template": "0.0.12",
"shx": "0.3.4", "shx": "0.3.4",
"webpack": "5.71.0", "webpack": "5.72.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"
} }
@ -5466,9 +5466,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.71.0", "version": "5.72.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.71.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
"integrity": "sha512-g4dFT7CFG8LY0iU5G8nBL6VlkT21Z7dcYDpJAEJV5Q1WLb9UwnFbrem1k7K52ILqEmomN7pnzWFxxE6SlDY56A==", "integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -10062,9 +10062,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "5.71.0", "version": "5.72.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.71.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
"integrity": "sha512-g4dFT7CFG8LY0iU5G8nBL6VlkT21Z7dcYDpJAEJV5Q1WLb9UwnFbrem1k7K52ILqEmomN7pnzWFxxE6SlDY56A==", "integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
"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.12", "prettier-plugin-go-template": "0.0.12",
"shx": "0.3.4", "shx": "0.3.4",
"webpack": "5.71.0", "webpack": "5.72.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"
}, },