Skip to content

Commit 7eba59d

Browse files
Bump is-my-json-valid from 2.16.0 to 2.20.6
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.0 to 2.20.6. - [Release notes](https://github.com/mafintosh/is-my-json-valid/releases) - [Commits](mafintosh/is-my-json-valid@v2.16.0...v2.20.6) --- updated-dependencies: - dependency-name: is-my-json-valid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5316ef commit 7eba59d

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

yarn.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2969,9 +2969,11 @@ gaze@~0.5.1:
29692969
globule "~0.1.0"
29702970

29712971
generate-function@^2.0.0:
2972-
version "2.0.0"
2973-
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74"
2974-
integrity sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=
2972+
version "2.3.1"
2973+
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.3.1.tgz#f069617690c10c868e73b8465746764f97c3479f"
2974+
integrity sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==
2975+
dependencies:
2976+
is-property "^1.0.2"
29752977

29762978
generate-object-property@^1.1.0:
29772979
version "1.2.0"
@@ -3962,14 +3964,20 @@ is-integer@^1.0.4:
39623964
dependencies:
39633965
is-finite "^1.0.0"
39643966

3967+
is-my-ip-valid@^1.0.0:
3968+
version "1.0.1"
3969+
resolved "https://registry.yarnpkg.com/is-my-ip-valid/-/is-my-ip-valid-1.0.1.tgz#f7220d1146257c98672e6fba097a9f3f2d348442"
3970+
integrity sha512-jxc8cBcOWbNK2i2aTkCZP6i7wkHF1bqKFrwEHuN5Jtg5BSaZHUZQ/JTOJwoV41YvHnOaRyWWh72T/KvfNz9DJg==
3971+
39653972
is-my-json-valid@^2.10.0, is-my-json-valid@^2.12.4:
3966-
version "2.16.0"
3967-
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz#f079dd9bfdae65ee2038aae8acbc86ab109e3693"
3968-
integrity sha1-8Hndm/2uZe4gOKrorLyGqxCeNpM=
3973+
version "2.20.6"
3974+
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.20.6.tgz#a9d89e56a36493c77bda1440d69ae0dc46a08387"
3975+
integrity sha512-1JQwulVNjx8UqkPE/bqDaxtH4PXCe/2VRh/y3p99heOV87HG4Id5/VfDswd+YiAfHcRTfDlWgISycnHuhZq1aw==
39693976
dependencies:
39703977
generate-function "^2.0.0"
39713978
generate-object-property "^1.1.0"
3972-
jsonpointer "^4.0.0"
3979+
is-my-ip-valid "^1.0.0"
3980+
jsonpointer "^5.0.0"
39733981
xtend "^4.0.0"
39743982

39753983
is-negative-zero@^2.0.1:
@@ -4039,7 +4047,7 @@ is-primitive@^2.0.0:
40394047
resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575"
40404048
integrity sha1-IHurkWOEmcB7Kt8kCkGochADRXU=
40414049

4042-
is-property@^1.0.0:
4050+
is-property@^1.0.0, is-property@^1.0.2:
40434051
version "1.0.2"
40444052
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
40454053
integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=
@@ -4327,10 +4335,10 @@ jsonlint@~1.6.2:
43274335
JSV ">= 4.0.x"
43284336
nomnom ">= 1.5.x"
43294337

4330-
jsonpointer@^4.0.0:
4331-
version "4.0.1"
4332-
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
4333-
integrity sha1-T9kss04OnbPInIYi7PUfm5eMbLk=
4338+
jsonpointer@^5.0.0:
4339+
version "5.0.0"
4340+
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.0.tgz#f802669a524ec4805fa7389eadbc9921d5dc8072"
4341+
integrity sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==
43344342

43354343
jsprim@^1.2.2:
43364344
version "1.3.1"
@@ -7720,9 +7728,9 @@ xmlhttprequest@1:
77207728
integrity sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw=
77217729

77227730
xtend@^4.0.0, xtend@~4.0.0:
7723-
version "4.0.1"
7724-
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
7725-
integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68=
7731+
version "4.0.2"
7732+
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
7733+
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
77267734

77277735
y18n@^3.2.0, y18n@^3.2.1:
77287736
version "3.2.1"

0 commit comments

Comments
 (0)