From 11f0843115bba2b3e3a11c0513f9c1e9b23d7502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 03:34:17 +0000 Subject: [PATCH] Bump @apidevtools/json-schema-ref-parser from 9.1.0 to 10.0.0 Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases) - [Commits](https://github.com/APIDevTools/json-schema-ref-parser/commits/v10.0.0) --- updated-dependencies: - dependency-name: "@apidevtools/json-schema-ref-parser" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfcc8f8..3a65901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.43", "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^9.1.0", + "@apidevtools/json-schema-ref-parser": "^10.0.0", "chalk": "^4.1.2", "js-yaml": "^4.1.0", "json-schema-for-openapi": "^0.3.1", @@ -30,14 +30,20 @@ } }, "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.1.0.tgz", - "integrity": "sha512-teB30tFooE3iQs2HQIKJ02D8UZA1Xy1zaczzhUjJs0CymYxeC0g+y5rCY2p8NHBM6DBUVoR8rSM4kHLj1WE9mQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-10.0.0.tgz", + "integrity": "sha512-63r/JBpz4hle4VOCHXuHOif21QTeU0sUiCZ6HUDvrlnoxD/XkujxxZayvZAOsfQ7bVFICa4y0D/3Y2W4Jle4rQ==", "dependencies": { "@jsdevtools/ono": "^7.1.3", "@types/json-schema": "^7.0.6", "call-me-maybe": "^1.0.1", "js-yaml": "^4.1.0" + }, + "engines": { + "node": ">= 17" + }, + "funding": { + "url": "https://github.com/sponsors/philsturgeon" } }, "node_modules/@exodus/schemasafe": { @@ -1845,9 +1851,9 @@ }, "dependencies": { "@apidevtools/json-schema-ref-parser": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.1.0.tgz", - "integrity": "sha512-teB30tFooE3iQs2HQIKJ02D8UZA1Xy1zaczzhUjJs0CymYxeC0g+y5rCY2p8NHBM6DBUVoR8rSM4kHLj1WE9mQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-10.0.0.tgz", + "integrity": "sha512-63r/JBpz4hle4VOCHXuHOif21QTeU0sUiCZ6HUDvrlnoxD/XkujxxZayvZAOsfQ7bVFICa4y0D/3Y2W4Jle4rQ==", "requires": { "@jsdevtools/ono": "^7.1.3", "@types/json-schema": "^7.0.6", diff --git a/package.json b/package.json index 087914a..21b2a3b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^9.1.0", + "@apidevtools/json-schema-ref-parser": "^10.0.0", "chalk": "^4.1.2", "js-yaml": "^4.1.0", "json-schema-for-openapi": "^0.3.1",