Skip to content

Commit

Permalink
Build(deps): Bump webpack in /app/assets/javascripts
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 5.67.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.67.0...v5.94.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent d0c2eb3 commit fd85567
Show file tree
Hide file tree
Showing 9 changed files with 277 additions and 289 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0",
"xss": "^1.0.8",
"webpack": "^5.67.0"
"webpack": "^5.94.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ember-cli-htmlbars": "^4.2.0",
"handlebars": "^4.7.0",
"truth-helpers": "^1.0.0",
"webpack": "^5.67.0"
"webpack": "^5.94.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse-hbr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ember-auto-import": "^2.2.4",
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0",
"webpack": "^5.67.0"
"webpack": "^5.94.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse-widget-hbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ember-auto-import": "^2.2.4",
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0",
"webpack": "^5.67.0"
"webpack": "^5.94.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"select-kit": "^1.0.0",
"sinon": "^13.0.1",
"virtual-dom": "^2.1.1",
"webpack": "^5.67.0"
"webpack": "^5.94.0"
},
"engines": {
"node": "12.* || 14.* || >= 16",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/pretty-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0",
"xss": "^1.0.8",
"webpack": "^5.67.0"
"webpack": "^5.94.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/select-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0",
"ember-auto-import": "^2.2.4",
"webpack": "^5.67.0"
"webpack": "^5.94.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/truth-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ember-auto-import": "^2.2.4",
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0",
"webpack": "^5.67.0"
"webpack": "^5.94.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",
Expand Down
550 changes: 269 additions & 281 deletions app/assets/javascripts/yarn.lock

Large diffs are not rendered by default.

0 comments on commit fd85567

Please sign in to comment.