Skip to content

Commit

Permalink
build: update dependency webpack to v5.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 19, 2021
1 parent f5f41ea commit 9eefe97
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
]
},
"resolutions": {
"**/@types/copy-webpack-plugin/webpack": "5.37.0",
"**/@types/copy-webpack-plugin/webpack": "5.37.1",
"ajv-formats/ajv": "8.4.0"
},
"devDependencies": {
Expand Down Expand Up @@ -230,7 +230,7 @@
"typescript": "4.2.4",
"verdaccio": "5.0.4",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.37.0",
"webpack": "5.37.1",
"webpack-dev-middleware": "4.2.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"terser-webpack-plugin": "5.1.2",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"webpack": "5.37.0",
"webpack": "5.37.1",
"webpack-dev-middleware": "4.2.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
}
},
"devDependencies": {
"webpack": "5.37.0"
"webpack": "5.37.1"
}
}
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@angular-devkit/core": "0.0.0",
"node-fetch": "2.6.1",
"webpack": "5.37.0"
"webpack": "5.37.1"
},
"peerDependencies": {
"webpack": "^5.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@angular/compiler": "12.0.0",
"@angular/compiler-cli": "12.0.0",
"typescript": "4.2.4",
"webpack": "5.37.0"
"webpack": "5.37.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12039,10 +12039,10 @@ webpack-subresource-integrity@1.5.2:
dependencies:
webpack-sources "^1.3.0"

webpack@5.37.0, webpack@^5.1.0:
version "5.37.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.37.0.tgz#2ab00f613faf494504eb2beef278dab7493cc39d"
integrity sha512-yvdhgcI6QkQkDe1hINBAJ1UNevqNGTVaCkD2SSJcB8rcrNNl922RI8i2DXUAuNfANoxwsiXXEA4ZPZI9q2oGLA==
webpack@5.37.1, webpack@^5.1.0:
version "5.37.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.37.1.tgz#2deb5acd350583c1ab9338471f323381b0b0c14b"
integrity sha512-btZjGy/hSjCAAVHw+cKG+L0M+rstlyxbO2C+BOTaQ5/XAnxkDrP5sVbqWhXgo4pL3X2dcOib6rqCP20Zr9PLow==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.47"
Expand Down

0 comments on commit 9eefe97

Please sign in to comment.