Skip to content

Commit 9e95cca

Browse files
Bump webpack from 5.43.0 to 5.44.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.43.0 to 5.44.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.43.0...v5.44.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent bb43279 commit 9e95cca

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-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.0.0",
5151
"tsconfig-paths": "3.10.1",
5252
"typescript": "4.3.5",
53-
"webpack": "5.43.0",
53+
"webpack": "5.44.0",
5454
"webpack-cli": "4.1.0",
5555
"webpack-dev-server": "3.11.2",
5656
"webpack-merge": "5.8.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,10 @@
10941094
"@types/estree" "*"
10951095
"@types/json-schema" "*"
10961096

1097-
"@types/estree@*", "@types/estree@^0.0.49":
1098-
version "0.0.49"
1099-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.49.tgz#3facb98ebcd4114a4ecef74e0de2175b56fd4464"
1100-
integrity sha512-K1AFuMe8a+pXmfHTtnwBvqoEylNKVeaiKYkjmcEAdytMQVJ/i9Fu7sc13GxgXdO49gkE7Hy8SyJonUZUn+eVaw==
1097+
"@types/estree@*", "@types/estree@^0.0.50":
1098+
version "0.0.50"
1099+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
1100+
integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
11011101

11021102
"@types/events@*":
11031103
version "3.0.0"
@@ -8415,13 +8415,13 @@ webpack-sources@^2.3.0:
84158415
source-list-map "^2.0.1"
84168416
source-map "^0.6.1"
84178417

8418-
webpack@5.43.0, webpack@^5:
8419-
version "5.43.0"
8420-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.43.0.tgz#36a122d6e9bac3836273857f56ed7801d40c9145"
8421-
integrity sha512-ex3nB9uxNI0azzb0r3xGwi+LS5Gw1RCRSKk0kg3kq9MYdIPmLS6UI3oEtG7esBaB51t9I+5H+vHmL3htaxqMSw==
8418+
webpack@5.44.0, webpack@^5:
8419+
version "5.44.0"
8420+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.44.0.tgz#97b13a02bd79fb71ac6301ce697920660fa214a1"
8421+
integrity sha512-I1S1w4QLoKmH19pX6YhYN0NiSXaWY8Ou00oA+aMcr9IUGeF5azns+IKBkfoAAG9Bu5zOIzZt/mN35OffBya8AQ==
84228422
dependencies:
84238423
"@types/eslint-scope" "^3.7.0"
8424-
"@types/estree" "^0.0.49"
8424+
"@types/estree" "^0.0.50"
84258425
"@webassemblyjs/ast" "1.11.1"
84268426
"@webassemblyjs/wasm-edit" "1.11.1"
84278427
"@webassemblyjs/wasm-parser" "1.11.1"

0 commit comments

Comments
 (0)