chore(deps): update dependency webpack to v5.72.0
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

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-plugin-go-template": "0.0.12",
"shx": "0.3.4",
"webpack": "5.71.0",
"webpack": "5.72.0",
"webpack-cli": "4.9.2",
"webpack-remove-empty-scripts": "0.8.0"
}
@ -5466,9 +5466,9 @@
}
},
"node_modules/webpack": {
"version": "5.71.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.71.0.tgz",
"integrity": "sha512-g4dFT7CFG8LY0iU5G8nBL6VlkT21Z7dcYDpJAEJV5Q1WLb9UwnFbrem1k7K52ILqEmomN7pnzWFxxE6SlDY56A==",
"version": "5.72.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
"integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@ -10062,9 +10062,9 @@
}
},
"webpack": {
"version": "5.71.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.71.0.tgz",
"integrity": "sha512-g4dFT7CFG8LY0iU5G8nBL6VlkT21Z7dcYDpJAEJV5Q1WLb9UwnFbrem1k7K52ILqEmomN7pnzWFxxE6SlDY56A==",
"version": "5.72.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
"integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.3",

View File

@ -26,7 +26,7 @@
"prettier": "2.6.2",
"prettier-plugin-go-template": "0.0.12",
"shx": "0.3.4",
"webpack": "5.71.0",
"webpack": "5.72.0",
"webpack-cli": "4.9.2",
"webpack-remove-empty-scripts": "0.8.0"
},