Skip to content

Commit

Permalink
build: bump webpack to v5.76.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jisay <[email protected]>
  • Loading branch information
Jisay authored and anooparveti committed Aug 10, 2023
1 parent 9cab0c1 commit f0323be
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/manager/apps/dedicated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"@ovh-ux/manager-webpack-config": "^6.1.2",
"eslint-plugin-angular": "^4.0.1",
"glob": "^7.1.4",
"webpack": "^5.74.0",
"webpack": "^5.76.2",
"webpack-merge": "^5.0.2"
},
"regions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/public-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"devDependencies": {
"@ovh-ux/manager-webpack-config": "^6.1.2",
"glob": "^7.1.4",
"webpack": "^5.74.0",
"webpack": "^5.76.2",
"webpack-merge": "^5.0.2"
},
"regions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/sign-up/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@ovh-ux/manager-webpack-config": "^6.1.2",
"glob": "^7.1.4",
"webpack": "^5.74.0",
"webpack": "^5.76.2",
"webpack-merge": "^5.0.2"
},
"regions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/telecom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"devDependencies": {
"@ovh-ux/manager-webpack-config": "^6.1.2",
"glob": "^7.1.4",
"webpack": "^5.74.0",
"webpack": "^5.76.2",
"webpack-merge": "^5.0.2"
},
"regions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@ovh-ux/manager-webpack-config": "^6.1.2",
"eslint-plugin-angular": "^4.0.1",
"glob": "^7.1.4",
"webpack": "^5.74.0",
"webpack": "^5.76.2",
"webpack-merge": "^5.0.2"
},
"regions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/tools/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"sass-loader": "^13.1.0",
"script-loader": "^0.7.2",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack": "^5.76.2",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"webpack-retry-chunk-load-plugin": "^3.1.1",
Expand Down
30 changes: 30 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24087,6 +24087,36 @@ webpack@^5.74.0:
watchpack "^2.4.0"
webpack-sources "^3.2.3"

webpack@^5.76.2:
version "5.76.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.2.tgz#6f80d1c1d1e3bf704db571b2504a0461fac80230"
integrity sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51"
"@webassemblyjs/ast" "1.11.1"
"@webassemblyjs/wasm-edit" "1.11.1"
"@webassemblyjs/wasm-parser" "1.11.1"
acorn "^8.7.1"
acorn-import-assertions "^1.7.6"
browserslist "^4.14.5"
chrome-trace-event "^1.0.2"
enhanced-resolve "^5.10.0"
es-module-lexer "^0.9.0"
eslint-scope "5.1.1"
events "^3.2.0"
glob-to-regexp "^0.4.1"
graceful-fs "^4.2.9"
json-parse-even-better-errors "^2.3.1"
loader-runner "^4.2.0"
mime-types "^2.1.27"
neo-async "^2.6.2"
schema-utils "^3.1.0"
tapable "^2.1.1"
terser-webpack-plugin "^5.1.3"
watchpack "^2.4.0"
webpack-sources "^3.2.3"

webpackbar@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-5.0.2.tgz#d3dd466211c73852741dfc842b7556dcbc2b0570"
Expand Down

0 comments on commit f0323be

Please sign in to comment.