Skip to content

Commit 4a9b92a

Browse files
committed
Update dependency webpack to v5.48.0
1 parent d17c84f commit 4a9b92a

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-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.48.0"
128128
},
129129
"resolutions": {
130130
"ember-css-modules/postcss": "8.3.6",

yarn.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,6 +2804,11 @@ acorn-globals@^6.0.0:
28042804
acorn "^7.1.1"
28052805
acorn-walk "^7.1.1"
28062806

2807+
acorn-import-assertions@^1.7.6:
2808+
version "1.7.6"
2809+
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78"
2810+
integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==
2811+
28072812
acorn-jsx@^5.3.1:
28082813
version "5.3.1"
28092814
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
@@ -13346,7 +13351,7 @@ sort-package-json@^1.48.0:
1334613351
is-plain-obj "2.1.0"
1334713352
sort-object-keys "^1.1.3"
1334813353

13349-
source-list-map@^2.0.0, source-list-map@^2.0.1:
13354+
source-list-map@^2.0.0:
1335013355
version "2.0.1"
1335113356
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1335213357
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
@@ -14676,25 +14681,23 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
1467614681
source-list-map "^2.0.0"
1467714682
source-map "~0.6.1"
1467814683

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"
14684+
webpack-sources@^3.2.0:
14685+
version "3.2.0"
14686+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
14687+
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
1468614688

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==
14689+
webpack@5.48.0:
14690+
version "5.48.0"
14691+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.48.0.tgz#06180fef9767a6fd066889559a4c4d49bee19b83"
14692+
integrity sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==
1469114693
dependencies:
1469214694
"@types/eslint-scope" "^3.7.0"
1469314695
"@types/estree" "^0.0.50"
1469414696
"@webassemblyjs/ast" "1.11.1"
1469514697
"@webassemblyjs/wasm-edit" "1.11.1"
1469614698
"@webassemblyjs/wasm-parser" "1.11.1"
1469714699
acorn "^8.4.1"
14700+
acorn-import-assertions "^1.7.6"
1469814701
browserslist "^4.14.5"
1469914702
chrome-trace-event "^1.0.2"
1470014703
enhanced-resolve "^5.8.0"
@@ -14711,7 +14714,7 @@ webpack@5.46.0:
1471114714
tapable "^2.1.1"
1471214715
terser-webpack-plugin "^5.1.3"
1471314716
watchpack "^2.2.0"
14714-
webpack-sources "^2.3.1"
14717+
webpack-sources "^3.2.0"
1471514718

1471614719
webpack@^4.43.0:
1471714720
version "4.46.0"

0 commit comments

Comments
 (0)