Skip to content

Commit a0b7946

Browse files
Update dependency webpack to v5.99.8 (#228)
1 parent 6e94327 commit a0b7946

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
"ts-node": "10.9.2",
8585
"typescript": "5.8.3",
8686
"typescript-eslint": "8.30.1",
87-
"webpack": "5.99.5"
87+
"webpack": "5.99.8"
8888
}
8989
}

yarn.lock

+11-10
Original file line numberDiff line numberDiff line change
@@ -3953,15 +3953,15 @@ __metadata:
39533953
languageName: node
39543954
linkType: hard
39553955

3956-
"schema-utils@npm:^4.3.0":
3957-
version: 4.3.0
3958-
resolution: "schema-utils@npm:4.3.0"
3956+
"schema-utils@npm:^4.3.0, schema-utils@npm:^4.3.2":
3957+
version: 4.3.2
3958+
resolution: "schema-utils@npm:4.3.2"
39593959
dependencies:
39603960
"@types/json-schema": "npm:^7.0.9"
39613961
ajv: "npm:^8.9.0"
39623962
ajv-formats: "npm:^2.1.1"
39633963
ajv-keywords: "npm:^5.1.0"
3964-
checksum: 10c0/c23f0fa73ef71a01d4a2bb7af4c91e0d356ec640e071aa2d06ea5e67f042962bb7ac7c29a60a295bb0125878801bc3209197a2b8a833dd25bd38e37c3ed21427
3964+
checksum: 10c0/981632f9bf59f35b15a9bcdac671dd183f4946fe4b055ae71a301e66a9797b95e5dd450de581eb6cca56fb6583ce8f24d67b2d9f8e1b2936612209697f6c277e
39653965
languageName: node
39663966
linkType: hard
39673967

@@ -4261,7 +4261,7 @@ __metadata:
42614261
ts-node: "npm:10.9.2"
42624262
typescript: "npm:5.8.3"
42634263
typescript-eslint: "npm:8.30.1"
4264-
webpack: "npm:5.99.5"
4264+
webpack: "npm:5.99.8"
42654265
peerDependencies:
42664266
"@babel/core": ^7.13.0
42674267
"@babel/plugin-transform-runtime": ^7.13.0
@@ -4464,12 +4464,13 @@ __metadata:
44644464
languageName: node
44654465
linkType: hard
44664466

4467-
"webpack@npm:5.99.5":
4468-
version: 5.99.5
4469-
resolution: "webpack@npm:5.99.5"
4467+
"webpack@npm:5.99.8":
4468+
version: 5.99.8
4469+
resolution: "webpack@npm:5.99.8"
44704470
dependencies:
44714471
"@types/eslint-scope": "npm:^3.7.7"
44724472
"@types/estree": "npm:^1.0.6"
4473+
"@types/json-schema": "npm:^7.0.15"
44734474
"@webassemblyjs/ast": "npm:^1.14.1"
44744475
"@webassemblyjs/wasm-edit": "npm:^1.14.1"
44754476
"@webassemblyjs/wasm-parser": "npm:^1.14.1"
@@ -4486,7 +4487,7 @@ __metadata:
44864487
loader-runner: "npm:^4.2.0"
44874488
mime-types: "npm:^2.1.27"
44884489
neo-async: "npm:^2.6.2"
4489-
schema-utils: "npm:^4.3.0"
4490+
schema-utils: "npm:^4.3.2"
44904491
tapable: "npm:^2.1.1"
44914492
terser-webpack-plugin: "npm:^5.3.11"
44924493
watchpack: "npm:^2.4.1"
@@ -4496,7 +4497,7 @@ __metadata:
44964497
optional: true
44974498
bin:
44984499
webpack: bin/webpack.js
4499-
checksum: 10c0/8f5ebea5e2ae7449774d535862348ee564c100350643e4bdd0683fa07eabc058e88a07b7af7176ee4038d03e5172001daf65c16acebf90bc7ba48c08e25e6792
4500+
checksum: 10c0/c4852c3b795ed3fba799d2925802a4e259b2de7c2c597f0aaf0e228acfdc6755389ed8c29f1dad86610a9c6ad968c0b57c702b93891d60f09d302af63b2debe0
45004501
languageName: node
45014502
linkType: hard
45024503

0 commit comments

Comments
 (0)