From 0705ed632b07f2157a2680180f30c6bc686c8bb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jul 2020 05:35:47 +0000 Subject: [PATCH] fix: upgrade json-schema-ref-parser from 9.0.1 to 9.0.2 Snyk has created this PR to upgrade json-schema-ref-parser from 9.0.1 to 9.0.2. See this package in npm: https://www.npmjs.com/package/json-schema-ref-parser See this project in Snyk: https://app.snyk.io/org/cdimascio/project/f63fb44e-f154-45ba-b1f0-20d49ea578ce?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5b7db4e..3f5a7de8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@apidevtools/json-schema-ref-parser": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.0.1.tgz", - "integrity": "sha512-Qsdz0W0dyK84BuBh5KZATWXOtVDXIF2EeNRzpyWblPUeAmnIokwWcwrpAm5pTPMjuWoIQt9C67X3Af1OlL6oSw==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.0.2.tgz", + "integrity": "sha512-Q8QNyluEhbCCZS6F1wLqVkp5GuUHwq4qveZmZWE2OZA7dTEjyg3dkgxAy6fUzDNaEzzcNrY3D58cfph4881nlg==", "requires": { "@jsdevtools/ono": "^7.1.2", "call-me-maybe": "^1.0.1", @@ -2525,11 +2525,11 @@ "dev": true }, "json-schema-ref-parser": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-9.0.1.tgz", - "integrity": "sha512-KLrCjRjW5hMXxsX4osVBWpwixXL9NtICfpyNNS0eHguN5mP/I4UatI7i7PFS8jU94b1NHF4EbirACdCn0RFPBA==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-9.0.2.tgz", + "integrity": "sha512-IppBL4rZhcvDofyOLpI+dg5Twlf48RkQpK1bQUUogfX7g3R5JX487lYJiXmgXDB+qp4pOj1rbJHbT6wM3jGm1Q==", "requires": { - "@apidevtools/json-schema-ref-parser": "9.0.1" + "@apidevtools/json-schema-ref-parser": "9.0.2" } }, "json-schema-traverse": { diff --git a/package.json b/package.json index c7a7c993..57daa975 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ajv": "^6.12.3", "content-type": "^1.0.4", "js-yaml": "^3.14.0", - "json-schema-ref-parser": "^9.0.1", + "json-schema-ref-parser": "^9.0.2", "lodash.merge": "^4.6.2", "lodash.uniq": "^4.5.0", "lodash.zipobject": "^4.1.3",