diff --git a/.github/shared/package-lock.json b/.github/shared/package-lock.json index faccd4fb720b..88b20be9512a 100644 --- a/.github/shared/package-lock.json +++ b/.github/shared/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@azure-tools/specs-shared", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^14.2.1", + "@apidevtools/json-schema-ref-parser": "^15.1.0", "debug": "^4.4.3", "js-yaml": "^4.1.0", "marked": "^17.0.0", @@ -50,18 +50,15 @@ } }, "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.2.1.tgz", - "integrity": "sha512-HmdFw9CDYqM6B25pqGBpNeLCKvGPlIx1EbLrVL0zPvj50CJQUHyBNBw45Muk0kEIkogo1VZvOKHajdMuAzSxRg==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-15.1.0.tgz", + "integrity": "sha512-OaxGe7Q0kvg/kk9x9IGFOqeLLFxjFSnvCdxg9ZgZv162A8O8SiB1atap7+ZVT2uuJ01kNMDsiCK7zOtsg58zXw==", "license": "MIT", "dependencies": { "js-yaml": "^4.1.0" }, "engines": { - "node": ">= 20" - }, - "funding": { - "url": "https://github.com/sponsors/philsturgeon" + "node": ">=20" }, "peerDependencies": { "@types/json-schema": "^7.0.15" diff --git a/.github/shared/package.json b/.github/shared/package.json index 30d104d20421..305393017526 100644 --- a/.github/shared/package.json +++ b/.github/shared/package.json @@ -34,7 +34,7 @@ "dependencies2": "All runtime and dev dependencies in this file, must be a subset of ../package.json" }, "dependencies": { - "@apidevtools/json-schema-ref-parser": "^14.2.1", + "@apidevtools/json-schema-ref-parser": "^15.1.0", "debug": "^4.4.3", "js-yaml": "^4.1.0", "marked": "^17.0.0",