Skip to content

Commit

Permalink
chore(deps-dev): bump webpack from 5.88.2 to 5.94.0 (#2466)
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.2...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cameron Perera <cameron.perera@hashicorp.com>
  • Loading branch information
dependabot[bot] and cameronperera authored Sep 13, 2024
1 parent fda3ca9 commit 2515efe
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 180 deletions.
2 changes: 1 addition & 1 deletion addons/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"prettier": "^3.0.0",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"webpack": "^5.78.0"
"webpack": "^5.94.0"
},
"peerDependencies": {
"ember-source": ">4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion addons/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"prettier": "^3.0.0",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"webpack": "^5.78.0"
"webpack": "^5.94.0"
},
"engines": {
"node": "18.* || 20.*"
Expand Down
2 changes: 1 addition & 1 deletion addons/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"qunit-dom": "^2.0.0",
"rose": "*",
"sinon": "^18.0.0",
"webpack": "^5.78.0"
"webpack": "^5.94.0"
},
"peerDependencies": {
"ember-source": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion addons/rose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"stylelint": "^15.10.1",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^11.0.0",
"webpack": "^5.78.0"
"webpack": "^5.94.0"
},
"peerDependencies": {
"ember-source": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^11.0.0",
"tracked-built-ins": "^3.1.1",
"webpack": "^5.78.0"
"webpack": "^5.94.0"
},
"engines": {
"node": "18.* || 20.*"
Expand Down
2 changes: 1 addition & 1 deletion ui/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"stylelint-config-standard": "^32.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"tracked-built-ins": "^3.1.1",
"webpack": "^5.78.0"
"webpack": "^5.94.0"
},
"engines": {
"node": "18.* || 20.*"
Expand Down
289 changes: 115 additions & 174 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 2515efe

Please sign in to comment.