Skip to content

Commit 1402f1b

Browse files
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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5799c53 commit 1402f1b

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
@@ -50,7 +50,7 @@
5050
"ts-node": "10.1.0",
5151
"tsconfig-paths": "3.10.1",
5252
"typescript": "4.3.5",
53-
"webpack": "5.47.1",
53+
"webpack": "5.48.0",
5454
"webpack-cli": "4.1.0",
5555
"webpack-dev-server": "3.11.2",
5656
"webpack-merge": "5.8.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,11 @@ acorn-globals@^6.0.0:
16331633
acorn "^7.1.1"
16341634
acorn-walk "^7.1.1"
16351635

1636+
acorn-import-assertions@^1.7.6:
1637+
version "1.7.6"
1638+
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78"
1639+
integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==
1640+
16361641
acorn-jsx@^5.3.1:
16371642
version "5.3.1"
16381643
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
@@ -8410,22 +8415,23 @@ webpack-merge@^4.2.2:
84108415
dependencies:
84118416
lodash "^4.17.15"
84128417

8413-
webpack-sources@^3.1.1:
8414-
version "3.1.1"
8415-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.1.1.tgz#586d15bc9a9723765f6a735f672357d6402f9c57"
8416-
integrity sha512-ztUmIWq0LWaw+1YyR3bXtUPjt8vQedtI9WxGn/q1V1ASHsombnaso7MN9S25lzKS/OuC9Q8lEg3GsZexjDbdlQ==
8418+
webpack-sources@^3.2.0:
8419+
version "3.2.0"
8420+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
8421+
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
84178422

8418-
webpack@5.47.1, webpack@^5:
8419-
version "5.47.1"
8420-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.47.1.tgz#20fb7d76f68912a2249a6dd7ff16faa178049ad2"
8421-
integrity sha512-cW+Mzy9SCDapFV4OrkHuP6EFV2mAsiQd+gOa3PKtHNoKg6qPqQXZzBlHH+CnQG1osplBCqwsJZ8CfGO6XWah0g==
8423+
webpack@5.48.0, webpack@^5:
8424+
version "5.48.0"
8425+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.48.0.tgz#06180fef9767a6fd066889559a4c4d49bee19b83"
8426+
integrity sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==
84228427
dependencies:
84238428
"@types/eslint-scope" "^3.7.0"
84248429
"@types/estree" "^0.0.50"
84258430
"@webassemblyjs/ast" "1.11.1"
84268431
"@webassemblyjs/wasm-edit" "1.11.1"
84278432
"@webassemblyjs/wasm-parser" "1.11.1"
84288433
acorn "^8.4.1"
8434+
acorn-import-assertions "^1.7.6"
84298435
browserslist "^4.14.5"
84308436
chrome-trace-event "^1.0.2"
84318437
enhanced-resolve "^5.8.0"
@@ -8442,7 +8448,7 @@ webpack@5.47.1, webpack@^5:
84428448
tapable "^2.1.1"
84438449
terser-webpack-plugin "^5.1.3"
84448450
watchpack "^2.2.0"
8445-
webpack-sources "^3.1.1"
8451+
webpack-sources "^3.2.0"
84468452

84478453
websocket-driver@>=0.5.1:
84488454
version "0.7.3"

0 commit comments

Comments
 (0)