Merge pull request #839 from jonnybarnes/dependabot/npm_and_yarn/webpack-5.83.1

build(deps-dev): Bump webpack from 5.82.1 to 5.83.1
This commit is contained in:
Jonny Barnes 2023-05-19 12:38:05 +01:00 committed by GitHub
commit b1e0b467b1
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

@ -30,7 +30,7 @@
"stylelint": "^15.6.2", "stylelint": "^15.6.2",
"stylelint-config-standard": "^33.0.0", "stylelint-config-standard": "^33.0.0",
"stylelint-webpack-plugin": "^4.1.1", "stylelint-webpack-plugin": "^4.1.1",
"webpack": "^5.82.1", "webpack": "^5.83.1",
"webpack-cli": "^5.1.1" "webpack-cli": "^5.1.1"
} }
}, },
@ -7028,9 +7028,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.82.1", "version": "5.83.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.82.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.83.1.tgz",
"integrity": "sha512-C6uiGQJ+Gt4RyHXXYt+v9f+SN1v83x68URwgxNQ98cvH8kxiuywWGP4XeNZ1paOzZ63aY3cTciCEQJNFUljlLw==", "integrity": "sha512-TNsG9jDScbNuB+Lb/3+vYolPplCS3bbEaJf+Bj0Gw4DhP3ioAflBb1flcRt9zsWITyvOhM96wMQNRWlSX52DgA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -12257,9 +12257,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "5.82.1", "version": "5.83.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.82.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.83.1.tgz",
"integrity": "sha512-C6uiGQJ+Gt4RyHXXYt+v9f+SN1v83x68URwgxNQ98cvH8kxiuywWGP4XeNZ1paOzZ63aY3cTciCEQJNFUljlLw==", "integrity": "sha512-TNsG9jDScbNuB+Lb/3+vYolPplCS3bbEaJf+Bj0Gw4DhP3ioAflBb1flcRt9zsWITyvOhM96wMQNRWlSX52DgA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",

View file

@ -26,7 +26,7 @@
"stylelint": "^15.6.2", "stylelint": "^15.6.2",
"stylelint-config-standard": "^33.0.0", "stylelint-config-standard": "^33.0.0",
"stylelint-webpack-plugin": "^4.1.1", "stylelint-webpack-plugin": "^4.1.1",
"webpack": "^5.82.1", "webpack": "^5.83.1",
"webpack-cli": "^5.1.1" "webpack-cli": "^5.1.1"
}, },
"scripts": { "scripts": {