Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit a690cc0

Browse files
dependabot[bot]embiem
authored andcommitted
Bump is-my-json-valid from 2.17.1 to 2.20.0 (#45)
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.17.1 to 2.20.0. - [Release notes](https://github.com/mafintosh/is-my-json-valid/releases) - [Commits](mafintosh/is-my-json-valid@v2.17.1...v2.20.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2c416b commit a690cc0

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

yarn.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4082,9 +4082,11 @@ gauge@~2.7.3:
40824082
wide-align "^1.1.0"
40834083

40844084
generate-function@^2.0.0:
4085-
version "2.0.0"
4086-
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74"
4087-
integrity sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=
4085+
version "2.3.1"
4086+
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.3.1.tgz#f069617690c10c868e73b8465746764f97c3479f"
4087+
integrity sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==
4088+
dependencies:
4089+
is-property "^1.0.2"
40884090

40894091
generate-object-property@^1.1.0:
40904092
version "1.2.0"
@@ -5003,13 +5005,19 @@ is-glob@^4.0.0:
50035005
dependencies:
50045006
is-extglob "^2.1.1"
50055007

5008+
is-my-ip-valid@^1.0.0:
5009+
version "1.0.0"
5010+
resolved "https://registry.yarnpkg.com/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz#7b351b8e8edd4d3995d4d066680e664d94696824"
5011+
integrity sha512-gmh/eWXROncUzRnIa1Ubrt5b8ep/MGSnfAUI3aRp+sqTCs1tv1Isl8d8F6JmkN3dXKc3ehZMrtiPN9eL03NuaQ==
5012+
50065013
is-my-json-valid@^2.12.4:
5007-
version "2.17.1"
5008-
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.17.1.tgz#3da98914a70a22f0a8563ef1511a246c6fc55471"
5009-
integrity sha512-Q2khNw+oBlWuaYvEEHtKSw/pCxD2L5Rc1C+UQme9X6JdRDh7m5D7HkozA0qa3DUkQ6VzCnEm8mVIQPyIRkI5sQ==
5014+
version "2.20.0"
5015+
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.20.0.tgz#1345a6fca3e8daefc10d0fa77067f54cedafd59a"
5016+
integrity sha512-XTHBZSIIxNsIsZXg7XB5l8z/OBFosl1Wao4tXLpeC7eKU4Vm/kdop2azkPqULwnfGQjmeDIyey9g7afMMtdWAA==
50105017
dependencies:
50115018
generate-function "^2.0.0"
50125019
generate-object-property "^1.1.0"
5020+
is-my-ip-valid "^1.0.0"
50135021
jsonpointer "^4.0.0"
50145022
xtend "^4.0.0"
50155023

@@ -5076,7 +5084,7 @@ is-promise@^2.1.0:
50765084
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
50775085
integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
50785086

5079-
is-property@^1.0.0:
5087+
is-property@^1.0.0, is-property@^1.0.2:
50805088
version "1.0.2"
50815089
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
50825090
integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=
@@ -9593,9 +9601,9 @@ xregexp@2.0.0:
95939601
integrity sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=
95949602

95959603
xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
9596-
version "4.0.1"
9597-
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
9598-
integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68=
9604+
version "4.0.2"
9605+
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
9606+
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
95999607

96009608
y18n@^3.2.1:
96019609
version "3.2.1"

0 commit comments

Comments
 (0)