mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Update dependency json-schema-ref-parser to v8 (#9491)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
25f64615dc
commit
cf34537f71
@ -164,7 +164,7 @@
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^25.1.0",
|
||||
"jsdom": "^15.2.1",
|
||||
"json-schema-ref-parser": "^7.1.4",
|
||||
"json-schema-ref-parser": "^8.0.0",
|
||||
"json-schema-to-typescript": "^6.1.3",
|
||||
"latest-version": "^5.1.0",
|
||||
"message-port-polyfill": "^0.2.0",
|
||||
|
||||
31
yarn.lock
31
yarn.lock
@ -2,6 +2,15 @@
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@apidevtools/json-schema-ref-parser@8.0.0":
|
||||
version "8.0.0"
|
||||
resolved "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-8.0.0.tgz#9eb749499b3f8d919e90bb141e4b6f67aee4692d"
|
||||
integrity sha512-n4YBtwQhdpLto1BaUCyAeflizmIbaloGShsPyRtFf5qdFJxfssj+GgLavczgKJFa3Bq+3St2CKcpRJdjtB4EBw==
|
||||
dependencies:
|
||||
"@jsdevtools/ono" "^7.1.0"
|
||||
call-me-maybe "^1.0.1"
|
||||
js-yaml "^3.13.1"
|
||||
|
||||
"@babel/code-frame@7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
|
||||
@ -1414,6 +1423,11 @@
|
||||
"@types/yargs" "^15.0.0"
|
||||
chalk "^3.0.0"
|
||||
|
||||
"@jsdevtools/ono@^7.1.0":
|
||||
version "7.1.1"
|
||||
resolved "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.1.tgz#36034f9cb0fb456858c137a3f3e6d6db67ab5cc5"
|
||||
integrity sha512-pu5fxkbLQWzRbBgfFbZfHXz0KlYojOfVdUhcNfy9lef8ZhBt0pckGr8g7zv4vPX4Out5vBNvqd/az4UaVWzZ9A==
|
||||
|
||||
"@mrmlnc/readdir-enhanced@^2.2.1":
|
||||
version "2.2.1"
|
||||
resolved "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
|
||||
@ -12160,14 +12174,12 @@ json-schema-ref-parser@^6.1.0:
|
||||
js-yaml "^3.12.1"
|
||||
ono "^4.0.11"
|
||||
|
||||
json-schema-ref-parser@^7.1.4:
|
||||
version "7.1.4"
|
||||
resolved "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-7.1.4.tgz#abb3f2613911e9060dc2268477b40591753facf0"
|
||||
integrity sha512-AD7bvav0vak1/63w3jH8F7eHId/4E4EPdMAEZhGxtjktteUv9dnNB/cJy6nVnMyoTPBJnLwFK6tiQPSTeleCtQ==
|
||||
json-schema-ref-parser@^8.0.0:
|
||||
version "8.0.0"
|
||||
resolved "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-8.0.0.tgz#7c758fac2cf822c05e837abd0a13f8fa2c15ffd4"
|
||||
integrity sha512-2P4icmNkZLrBr6oa5gSZaDSol/oaBHYkoP/8dsw63E54NnHGRhhiFuy9yFoxPuSm+uHKmeGxAAWMDF16SCHhcQ==
|
||||
dependencies:
|
||||
call-me-maybe "^1.0.1"
|
||||
js-yaml "^3.13.1"
|
||||
ono "^6.0.0"
|
||||
"@apidevtools/json-schema-ref-parser" "8.0.0"
|
||||
|
||||
json-schema-to-typescript@^6.1.3:
|
||||
version "6.1.3"
|
||||
@ -14621,11 +14633,6 @@ ono@^4.0.11:
|
||||
dependencies:
|
||||
format-util "^1.0.3"
|
||||
|
||||
ono@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.npmjs.org/ono/-/ono-6.0.0.tgz#c0c51b61f6ee56fccd56421620f351de7e8e3200"
|
||||
integrity sha512-vhx50giT0dDBLYYXwKU/tuNsT6CwPzGZmd6yypPsXrkq+ujT0lX0q4tvMQ/5jxM6HKntk7p3N51Ts0fD8qL5dA==
|
||||
|
||||
open-color@^1.7.0:
|
||||
version "1.7.0"
|
||||
resolved "https://registry.npmjs.org/open-color/-/open-color-1.7.0.tgz#f238344313ab7d8b7576f7704d69ba92ee53b51b"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user