Skip to content

Commit a1e0b13

Browse files
Bump webpack from 5.64.1 to 5.104.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.64.1 to 5.104.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.64.1...v5.104.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0b8742 commit a1e0b13

File tree

5 files changed

+323
-212
lines changed

5 files changed

+323
-212
lines changed

packages/ember-css-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"qunit-dom": "^2.0.0",
6060
"sinon": "^4.3.0",
6161
"template-stuff": "link:tests/dummy/lib/template-stuff",
62-
"webpack": "^5.64.1"
62+
"webpack": "^5.104.1"
6363
},
6464
"keywords": [
6565
"ember-addon",

test-packages/embroider-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"prettier": "^2.3.2",
6161
"qunit": "^2.16.0",
6262
"qunit-dom": "^1.6.0",
63-
"webpack": "^5.64.1"
63+
"webpack": "^5.104.1"
6464
},
6565
"engines": {
6666
"node": "12.* || 14.* || >= 16"

test-packages/octane-addon-with-module-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"prettier": "^2.2.1",
6363
"qunit": "^2.13.0",
6464
"qunit-dom": "^1.6.0",
65-
"webpack": "^5.64.1"
65+
"webpack": "^5.104.1"
6666
},
6767
"engines": {
6868
"node": "10.* || >= 12"

test-packages/octane-addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"prettier": "^2.2.1",
6363
"qunit": "^2.13.0",
6464
"qunit-dom": "^1.6.0",
65-
"webpack": "^5.64.1"
65+
"webpack": "^5.104.1"
6666
},
6767
"engines": {
6868
"node": "10.* || >= 12"

0 commit comments

Comments
 (0)