Merge pull request #102 from strukturag/dependabot/npm_and_yarn/webpack-5.69.1

Bump webpack from 5.69.0 to 5.69.1
This commit is contained in:
Joachim Bauch 2022-02-23 11:59:31 +01:00 committed by GitHub
commit 8555268240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -21,7 +21,7 @@
"eslint": "8.9.0",
"stylelint": "14.5.2",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.69.0",
"webpack": "5.69.1",
"webpack-cli": "4.9.2"
}
},
@ -3762,9 +3762,9 @@
}
},
"node_modules/webpack": {
"version": "5.69.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.0.tgz",
"integrity": "sha512-E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==",
"version": "5.69.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.1.tgz",
"integrity": "sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==",
"devOptional": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@ -3776,7 +3776,7 @@
"acorn-import-assertions": "^1.7.6",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.9.0",
"enhanced-resolve": "^5.8.3",
"es-module-lexer": "^0.9.0",
"eslint-scope": "5.1.1",
"events": "^3.2.0",
@ -6906,9 +6906,9 @@
}
},
"webpack": {
"version": "5.69.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.0.tgz",
"integrity": "sha512-E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==",
"version": "5.69.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.1.tgz",
"integrity": "sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==",
"devOptional": true,
"requires": {
"@types/eslint-scope": "^3.7.3",
@ -6920,7 +6920,7 @@
"acorn-import-assertions": "^1.7.6",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.9.0",
"enhanced-resolve": "^5.8.3",
"es-module-lexer": "^0.9.0",
"eslint-scope": "5.1.1",
"events": "^3.2.0",

View file

@ -25,7 +25,7 @@
"eslint": "8.9.0",
"stylelint": "14.5.2",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.69.0",
"webpack": "5.69.1",
"webpack-cli": "4.9.2"
}
}