Skip to content

Commit ed454d0

Browse files
dependabot[bot]robcalcroft
authored andcommitted
chore(deps): bump is-my-json-valid from 2.16.0 to 2.20.0
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.0 to 2.20.0. - [Release notes](https://github.com/mafintosh/is-my-json-valid/releases) - [Commits](mafintosh/is-my-json-valid@v2.16.0...v2.20.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent aeccfb5 commit ed454d0

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

yarn.lock

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,11 @@ function-bind@^1.0.2, function-bind@^1.1.0:
582582
integrity sha1-FhdnFMgBeY5Ojyz391KUZ7tKV3E=
583583

584584
generate-function@^2.0.0:
585-
version "2.0.0"
586-
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74"
587-
integrity sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=
585+
version "2.3.1"
586+
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.3.1.tgz#f069617690c10c868e73b8465746764f97c3479f"
587+
integrity sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==
588+
dependencies:
589+
is-property "^1.0.2"
588590

589591
generate-object-property@^1.1.0:
590592
version "1.2.0"
@@ -717,13 +719,19 @@ is-fullwidth-code-point@^2.0.0:
717719
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
718720
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
719721

722+
is-my-ip-valid@^1.0.0:
723+
version "1.0.0"
724+
resolved "https://registry.yarnpkg.com/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz#7b351b8e8edd4d3995d4d066680e664d94696824"
725+
integrity sha512-gmh/eWXROncUzRnIa1Ubrt5b8ep/MGSnfAUI3aRp+sqTCs1tv1Isl8d8F6JmkN3dXKc3ehZMrtiPN9eL03NuaQ==
726+
720727
is-my-json-valid@^2.10.0:
721-
version "2.16.0"
722-
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz#f079dd9bfdae65ee2038aae8acbc86ab109e3693"
723-
integrity sha1-8Hndm/2uZe4gOKrorLyGqxCeNpM=
728+
version "2.20.0"
729+
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.20.0.tgz#1345a6fca3e8daefc10d0fa77067f54cedafd59a"
730+
integrity sha512-XTHBZSIIxNsIsZXg7XB5l8z/OBFosl1Wao4tXLpeC7eKU4Vm/kdop2azkPqULwnfGQjmeDIyey9g7afMMtdWAA==
724731
dependencies:
725732
generate-function "^2.0.0"
726733
generate-object-property "^1.1.0"
734+
is-my-ip-valid "^1.0.0"
727735
jsonpointer "^4.0.0"
728736
xtend "^4.0.0"
729737

@@ -746,7 +754,7 @@ is-path-inside@^1.0.0:
746754
dependencies:
747755
path-is-inside "^1.0.1"
748756

749-
is-property@^1.0.0:
757+
is-property@^1.0.0, is-property@^1.0.2:
750758
version "1.0.2"
751759
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
752760
integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=

0 commit comments

Comments
 (0)