chore(deps-dev): bump webpack from 5.42.0 to 5.42.1 (#1140)
Bumps [webpack](https://github.com/webpack/webpack) from 5.42.0 to 5.42.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.42.0...v5.42.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e033f66ec2
commit
b1cd5ca19c
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -30,7 +30,7 @@
|
|||
"terser-webpack-plugin": "^5.1.4",
|
||||
"ts-loader": "^9.2.3",
|
||||
"typescript": "^4.3.5",
|
||||
"webpack": "^5.42.0",
|
||||
"webpack": "^5.42.1",
|
||||
"webpack-cli": "^4.7.2"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -3043,9 +3043,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webpack": {
|
||||
"version": "5.42.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.42.0.tgz",
|
||||
"integrity": "sha512-Ln8HL0F831t1x/yPB/qZEUVmZM4w9BnHZ1EQD/sAUHv8m22hthoPniWTXEzFMh/Sf84mhrahut22TX5KxWGuyQ==",
|
||||
"version": "5.42.1",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.42.1.tgz",
|
||||
"integrity": "sha512-msikozzXrG2Hdx+dElq0fyNvxPFsaM2dKLc/l+xkMmhO/1qwVJ9K9gY+fi/49MYWcpSP7alnK5Q78Evrd1LiqQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
@ -5617,9 +5617,9 @@
|
|||
}
|
||||
},
|
||||
"webpack": {
|
||||
"version": "5.42.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.42.0.tgz",
|
||||
"integrity": "sha512-Ln8HL0F831t1x/yPB/qZEUVmZM4w9BnHZ1EQD/sAUHv8m22hthoPniWTXEzFMh/Sf84mhrahut22TX5KxWGuyQ==",
|
||||
"version": "5.42.1",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.42.1.tgz",
|
||||
"integrity": "sha512-msikozzXrG2Hdx+dElq0fyNvxPFsaM2dKLc/l+xkMmhO/1qwVJ9K9gY+fi/49MYWcpSP7alnK5Q78Evrd1LiqQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
"terser-webpack-plugin": "^5.1.4",
|
||||
"ts-loader": "^9.2.3",
|
||||
"typescript": "^4.3.5",
|
||||
"webpack": "^5.42.0",
|
||||
"webpack": "^5.42.1",
|
||||
"webpack-cli": "^4.7.2"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue