Skip to content

Commit 87e8474

Browse files
Bump webpack from 5.40.0 to 5.41.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.40.0 to 5.41.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.40.0...v5.41.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e54fcf7 commit 87e8474

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.9.0",
5252
"typescript": "4.3.4",
53-
"webpack": "5.40.0",
53+
"webpack": "5.41.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
@@ -1080,10 +1080,10 @@
10801080
"@types/estree" "*"
10811081
"@types/json-schema" "*"
10821082

1083-
"@types/estree@*", "@types/estree@^0.0.47":
1084-
version "0.0.47"
1085-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
1086-
integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==
1083+
"@types/estree@*", "@types/estree@^0.0.48":
1084+
version "0.0.48"
1085+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.48.tgz#18dc8091b285df90db2f25aa7d906cfc394b7f74"
1086+
integrity sha512-LfZwXoGUDo0C3me81HXgkBg5CTQYb6xzEl+fNmbO4JdRiSKQ8A0GD1OBBvKAIsbCUgoyAty7m99GqqMQe784ew==
10871087

10881088
"@types/events@*":
10891089
version "3.0.0"
@@ -8447,13 +8447,13 @@ webpack-sources@^2.3.0:
84478447
source-list-map "^2.0.1"
84488448
source-map "^0.6.1"
84498449

8450-
webpack@5.40.0, webpack@^5:
8451-
version "5.40.0"
8452-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.40.0.tgz#3182cfd324759d715252cf541901a226e57b5061"
8453-
integrity sha512-c7f5e/WWrxXWUzQqTBg54vBs5RgcAgpvKE4F4VegVgfo4x660ZxYUF2/hpMkZUnLjgytVTitjeXaN4IPlXCGIw==
8450+
webpack@5.41.0, webpack@^5:
8451+
version "5.41.0"
8452+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.41.0.tgz#217daa27bdd30287c1d7f9d9e0a2304fe33c5a51"
8453+
integrity sha512-pCVO7hVm8XiL6DpPtXrFLS8ktmH/tpvtbEex6hn4RweTFe6z6Cugh5FlQoEPZotb15HiirjM2Kv7THTA7sKLzQ==
84548454
dependencies:
84558455
"@types/eslint-scope" "^3.7.0"
8456-
"@types/estree" "^0.0.47"
8456+
"@types/estree" "^0.0.48"
84578457
"@webassemblyjs/ast" "1.11.0"
84588458
"@webassemblyjs/wasm-edit" "1.11.0"
84598459
"@webassemblyjs/wasm-parser" "1.11.0"

0 commit comments

Comments
 (0)