Merge pull request #58 from strukturag/dependabot/npm_and_yarn/webpack-5.64.3

Bump webpack from 5.64.2 to 5.64.3
This commit is contained in:
Joachim Bauch 2021-11-24 11:28:38 +01:00 committed by GitHub
commit db9271ecc2
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

@ -21,7 +21,7 @@
"eslint": "8.3.0",
"stylelint": "14.1.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.64.2",
"webpack": "5.64.3",
"webpack-cli": "4.9.1"
}
},
@ -3778,9 +3778,9 @@
}
},
"node_modules/webpack": {
"version": "5.64.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.2.tgz",
"integrity": "sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==",
"version": "5.64.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.3.tgz",
"integrity": "sha512-XF6/IL9Bw2PPQioiR1UYA8Bs4tX3QXJtSelezKECdLFeSFzWoe44zqTzPW5N+xI3fACaRl2/G3sNA4WYHD7Iww==",
"dependencies": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",
@ -6875,9 +6875,9 @@
}
},
"webpack": {
"version": "5.64.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.2.tgz",
"integrity": "sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==",
"version": "5.64.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.3.tgz",
"integrity": "sha512-XF6/IL9Bw2PPQioiR1UYA8Bs4tX3QXJtSelezKECdLFeSFzWoe44zqTzPW5N+xI3fACaRl2/G3sNA4WYHD7Iww==",
"requires": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",

View file

@ -24,7 +24,7 @@
"eslint": "8.3.0",
"stylelint": "14.1.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.64.2",
"webpack": "5.64.3",
"webpack-cli": "4.9.1"
}
}