Skip to content

Commit c516197

Browse files
Bump schema-utils from 4.2.0 to 4.3.0 (#13364)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18ed136 commit c516197

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"redux-logger": "3.0.6",
239239
"redux-saga": "1.3.0",
240240
"response-time": "2.3.3",
241-
"schema-utils": "4.2.0",
241+
"schema-utils": "4.3.0",
242242
"serialize-javascript": "6.0.2",
243243
"split2": "4.2.0",
244244
"touch": "3.1.1",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,16 +1801,11 @@
18011801
"@types/tough-cookie" "*"
18021802
parse5 "^7.0.0"
18031803

1804-
"@types/json-schema@*":
1804+
"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
18051805
version "7.0.15"
18061806
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
18071807
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
18081808

1809-
"@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
1810-
version "7.0.11"
1811-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1812-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1813-
18141809
"@types/json5@^0.0.29":
18151810
version "0.0.29"
18161811
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -9723,10 +9718,10 @@ scheduler@^0.23.2:
97239718
dependencies:
97249719
loose-envify "^1.1.0"
97259720

9726-
schema-utils@4.2.0, schema-utils@^4.0.0, schema-utils@^4.2.0:
9727-
version "4.2.0"
9728-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
9729-
integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
9721+
schema-utils@4.3.0, schema-utils@^4.0.0, schema-utils@^4.2.0:
9722+
version "4.3.0"
9723+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0"
9724+
integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==
97309725
dependencies:
97319726
"@types/json-schema" "^7.0.9"
97329727
ajv "^8.9.0"

0 commit comments

Comments
 (0)