Skip to content

Commit 8d82dfe

Browse files
dependabot[bot]buschtoens
authored andcommitted
chore(deps-dev): bump webpack from 5.47.1 to 5.48.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.47.1 to 5.48.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.47.1...v5.48.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61c98ba commit 8d82dfe

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"loader.js": "^4.7.0",
7171
"qunit": "^2.16.0",
7272
"qunit-dom": "^1.6.0",
73-
"webpack": "^5.47.1"
73+
"webpack": "^5.48.0"
7474
},
7575
"peerDependencies": {
7676
"caniuse-lite": "^1.0.30001248",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,6 +1917,11 @@ acorn-globals@^6.0.0:
19171917
acorn "^7.1.1"
19181918
acorn-walk "^7.1.1"
19191919

1920+
acorn-import-assertions@^1.7.6:
1921+
version "1.7.6"
1922+
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78"
1923+
integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==
1924+
19201925
acorn-jsx@^5.3.1:
19211926
version "5.3.2"
19221927
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -12076,10 +12081,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
1207612081
source-list-map "^2.0.0"
1207712082
source-map "~0.6.1"
1207812083

12079-
webpack-sources@^3.1.1:
12080-
version "3.1.1"
12081-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.1.1.tgz#586d15bc9a9723765f6a735f672357d6402f9c57"
12082-
integrity sha512-ztUmIWq0LWaw+1YyR3bXtUPjt8vQedtI9WxGn/q1V1ASHsombnaso7MN9S25lzKS/OuC9Q8lEg3GsZexjDbdlQ==
12084+
webpack-sources@^3.2.0:
12085+
version "3.2.0"
12086+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
12087+
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
1208312088

1208412089
webpack@^4.43.0:
1208512090
version "4.46.0"
@@ -12110,17 +12115,18 @@ webpack@^4.43.0:
1211012115
watchpack "^1.7.4"
1211112116
webpack-sources "^1.4.1"
1211212117

12113-
webpack@^5.47.1:
12114-
version "5.47.1"
12115-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.47.1.tgz#20fb7d76f68912a2249a6dd7ff16faa178049ad2"
12116-
integrity sha512-cW+Mzy9SCDapFV4OrkHuP6EFV2mAsiQd+gOa3PKtHNoKg6qPqQXZzBlHH+CnQG1osplBCqwsJZ8CfGO6XWah0g==
12118+
webpack@^5.48.0:
12119+
version "5.48.0"
12120+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.48.0.tgz#06180fef9767a6fd066889559a4c4d49bee19b83"
12121+
integrity sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==
1211712122
dependencies:
1211812123
"@types/eslint-scope" "^3.7.0"
1211912124
"@types/estree" "^0.0.50"
1212012125
"@webassemblyjs/ast" "1.11.1"
1212112126
"@webassemblyjs/wasm-edit" "1.11.1"
1212212127
"@webassemblyjs/wasm-parser" "1.11.1"
1212312128
acorn "^8.4.1"
12129+
acorn-import-assertions "^1.7.6"
1212412130
browserslist "^4.14.5"
1212512131
chrome-trace-event "^1.0.2"
1212612132
enhanced-resolve "^5.8.0"
@@ -12137,7 +12143,7 @@ webpack@^5.47.1:
1213712143
tapable "^2.1.1"
1213812144
terser-webpack-plugin "^5.1.3"
1213912145
watchpack "^2.2.0"
12140-
webpack-sources "^3.1.1"
12146+
webpack-sources "^3.2.0"
1214112147

1214212148
websocket-driver@>=0.5.1:
1214312149
version "0.7.4"

0 commit comments

Comments
 (0)