Merge pull request #185 from strukturag/dependabot/npm_and_yarn/webpack-5.75.0

Bump webpack from 5.74.0 to 5.75.0
This commit is contained in:
Joachim Bauch 2022-11-21 08:10:37 +01:00 committed by GitHub
commit a72d8e8aa8
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

@ -23,7 +23,7 @@
"eslint": "8.27.0", "eslint": "8.27.0",
"stylelint": "14.15.0", "stylelint": "14.15.0",
"stylelint-config-standard-scss": "^6.1.0", "stylelint-config-standard-scss": "^6.1.0",
"webpack": "5.74.0", "webpack": "5.75.0",
"webpack-cli": "4.10.0" "webpack-cli": "4.10.0"
} }
}, },
@ -3708,9 +3708,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.74.0", "version": "5.75.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz",
"integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==",
"devOptional": true, "devOptional": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -6755,9 +6755,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "5.74.0", "version": "5.75.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz",
"integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==",
"devOptional": true, "devOptional": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",

View file

@ -27,7 +27,7 @@
"eslint": "8.27.0", "eslint": "8.27.0",
"stylelint": "14.15.0", "stylelint": "14.15.0",
"stylelint-config-standard-scss": "^6.1.0", "stylelint-config-standard-scss": "^6.1.0",
"webpack": "5.74.0", "webpack": "5.75.0",
"webpack-cli": "4.10.0" "webpack-cli": "4.10.0"
} }
} }