Merge pull request #713 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.76.2

Bump webpack from 5.76.1 to 5.76.2
This commit is contained in:
Jonny Barnes 2023-03-16 21:25:17 +00:00 committed by GitHub
commit a10f86e736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -31,7 +31,7 @@
"stylelint": "^15.2.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-webpack-plugin": "^4.1.0",
"webpack": "^5.76.1",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
}
},
@ -6907,9 +6907,9 @@
}
},
"node_modules/webpack": {
"version": "5.76.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz",
"integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==",
"version": "5.76.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.2.tgz",
"integrity": "sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@ -12110,9 +12110,9 @@
}
},
"webpack": {
"version": "5.76.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz",
"integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==",
"version": "5.76.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.2.tgz",
"integrity": "sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.3",

View file

@ -27,7 +27,7 @@
"stylelint": "^15.2.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-webpack-plugin": "^4.1.0",
"webpack": "^5.76.1",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
},
"scripts": {