Skip to content

Commit 59b5b7f

Browse files
Bump webpack from 5.99.6 to 5.99.7
Bumps [webpack](https://github.com/webpack/webpack) from 5.99.6 to 5.99.7. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.99.6...v5.99.7) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21807a2 commit 59b5b7f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"@types/minimatch" "*"
216216
"@types/node" "*"
217217

218-
"@types/json-schema@*", "@types/json-schema@^7.0.9":
218+
"@types/json-schema@*", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
219219
version "7.0.15"
220220
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
221221

@@ -2409,9 +2409,9 @@ schema-utils@^0.3.0:
24092409
dependencies:
24102410
ajv "^5.0.0"
24112411

2412-
schema-utils@^4.3.0:
2413-
version "4.3.0"
2414-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0"
2412+
schema-utils@^4.3.0, schema-utils@^4.3.2:
2413+
version "4.3.2"
2414+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
24152415
dependencies:
24162416
"@types/json-schema" "^7.0.9"
24172417
ajv "^8.9.0"
@@ -2901,11 +2901,12 @@ webpack-sources@^3.2.3:
29012901
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
29022902

29032903
2904-
version "5.99.6"
2905-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.6.tgz#0d6ba7ce1d3609c977f193d2634d54e5cf36379d"
2904+
version "5.99.7"
2905+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.7.tgz#60201c1ca66da046b07d006c2f6e0cc5e8a7bdba"
29062906
dependencies:
29072907
"@types/eslint-scope" "^3.7.7"
29082908
"@types/estree" "^1.0.6"
2909+
"@types/json-schema" "^7.0.15"
29092910
"@webassemblyjs/ast" "^1.14.1"
29102911
"@webassemblyjs/wasm-edit" "^1.14.1"
29112912
"@webassemblyjs/wasm-parser" "^1.14.1"
@@ -2922,7 +2923,7 @@ [email protected]:
29222923
loader-runner "^4.2.0"
29232924
mime-types "^2.1.27"
29242925
neo-async "^2.6.2"
2925-
schema-utils "^4.3.0"
2926+
schema-utils "^4.3.2"
29262927
tapable "^2.1.1"
29272928
terser-webpack-plugin "^5.3.11"
29282929
watchpack "^2.4.1"

0 commit comments

Comments
 (0)