Skip to content

Commit 8f2419f

Browse files
authored
Update webpack to version 5.99.7 (#665)
1 parent e8c5157 commit 8f2419f

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"react-dom": "18.3.1",
6565
"react-styleguidist": "13.1.4",
6666
"rimraf": "6.0.1",
67-
"webpack": "5.99.6"
67+
"webpack": "5.99.7"
6868
}
6969
}

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5519,10 +5519,10 @@ schema-utils@2.7.0:
55195519
ajv "^6.12.2"
55205520
ajv-keywords "^3.4.1"
55215521

5522-
schema-utils@^4.0.0, schema-utils@^4.3.0:
5523-
version "4.3.0"
5524-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0"
5525-
integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==
5522+
schema-utils@^4.0.0, schema-utils@^4.3.0, schema-utils@^4.3.2:
5523+
version "4.3.2"
5524+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
5525+
integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
55265526
dependencies:
55275527
"@types/json-schema" "^7.0.9"
55285528
ajv "^8.9.0"
@@ -6429,13 +6429,14 @@ webpack-sources@^3.2.3:
64296429
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
64306430
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
64316431

6432-
webpack@5.99.6:
6433-
version "5.99.6"
6434-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.6.tgz#0d6ba7ce1d3609c977f193d2634d54e5cf36379d"
6435-
integrity sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==
6432+
webpack@5.99.7:
6433+
version "5.99.7"
6434+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.7.tgz#60201c1ca66da046b07d006c2f6e0cc5e8a7bdba"
6435+
integrity sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==
64366436
dependencies:
64376437
"@types/eslint-scope" "^3.7.7"
64386438
"@types/estree" "^1.0.6"
6439+
"@types/json-schema" "^7.0.15"
64396440
"@webassemblyjs/ast" "^1.14.1"
64406441
"@webassemblyjs/wasm-edit" "^1.14.1"
64416442
"@webassemblyjs/wasm-parser" "^1.14.1"
@@ -6452,7 +6453,7 @@ webpack@5.99.6:
64526453
loader-runner "^4.2.0"
64536454
mime-types "^2.1.27"
64546455
neo-async "^2.6.2"
6455-
schema-utils "^4.3.0"
6456+
schema-utils "^4.3.2"
64566457
tapable "^2.1.1"
64576458
terser-webpack-plugin "^5.3.11"
64586459
watchpack "^2.4.1"

0 commit comments

Comments
 (0)