Skip to content

Commit cc168c1

Browse files
committed
Update dependency webpack to v5.47.0
1 parent 4f9d2d9 commit cc168c1

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"qunit-console-grouper": "0.3.0",
125125
"qunit-dom": "1.6.0",
126126
"timekeeper": "2.2.0",
127-
"webpack": "5.46.0"
127+
"webpack": "5.47.0"
128128
},
129129
"resolutions": {
130130
"ember-css-modules/postcss": "8.3.6",

yarn.lock

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13346,7 +13346,7 @@ sort-package-json@^1.48.0:
1334613346
is-plain-obj "2.1.0"
1334713347
sort-object-keys "^1.1.3"
1334813348

13349-
source-list-map@^2.0.0, source-list-map@^2.0.1:
13349+
source-list-map@^2.0.0:
1335013350
version "2.0.1"
1335113351
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1335213352
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
@@ -14676,18 +14676,15 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
1467614676
source-list-map "^2.0.0"
1467714677
source-map "~0.6.1"
1467814678

14679-
webpack-sources@^2.3.1:
14680-
version "2.3.1"
14681-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
14682-
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
14683-
dependencies:
14684-
source-list-map "^2.0.1"
14685-
source-map "^0.6.1"
14679+
webpack-sources@^3.0.1:
14680+
version "3.0.1"
14681+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.0.1.tgz#518cfabdbde3962f75bbecbacd11d88ab3205252"
14682+
integrity sha512-LkBxiXJ3tTuhLaS5gz6D6l77Et8mPWlghAe7bbnmi2PyN1CtkiL/YitR+I0pn9PtBC88Irqgg6F9dBJh8+sJRQ==
1468614683

14687-
webpack@5.46.0:
14688-
version "5.46.0"
14689-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5"
14690-
integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==
14684+
webpack@5.47.0:
14685+
version "5.47.0"
14686+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.47.0.tgz#3c13862b5d7b428792bfe76c5f67a0f43ba685f8"
14687+
integrity sha512-soKLGwcUM1R3YEbJhJNiZzy7T43TnI7ENda/ywfDp9G1mDlDTpO+qfc8I5b0AzMr9xM3jyvQ0n7ctJyiXuXW6Q==
1469114688
dependencies:
1469214689
"@types/eslint-scope" "^3.7.0"
1469314690
"@types/estree" "^0.0.50"
@@ -14711,7 +14708,7 @@ webpack@5.46.0:
1471114708
tapable "^2.1.1"
1471214709
terser-webpack-plugin "^5.1.3"
1471314710
watchpack "^2.2.0"
14714-
webpack-sources "^2.3.1"
14711+
webpack-sources "^3.0.1"
1471514712

1471614713
webpack@^4.43.0:
1471714714
version "4.46.0"

0 commit comments

Comments
 (0)