diff --git a/.github/package-lock.json b/.github/package-lock.json index 593fb8c1c5c5..3fd17bb806b5 100644 --- a/.github/package-lock.json +++ b/.github/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@apidevtools/json-schema-ref-parser": "^14.2.1", + "@apidevtools/json-schema-ref-parser": "^15.1.1", "debug": "^4.4.3", "js-yaml": "^4.1.0", "markdown-table": "^3.0.4", @@ -156,18 +156,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.1", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-15.1.1.tgz", + "integrity": "sha512-Vfsai/2AvrAxh9k+JaN4wsaU88TMr1hKXN1TIEzhoBYrzH6DKGKVsVNkhDXyXhFOy1pL8tWf82rXr7EoKSmTnw==", "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/package.json b/.github/package.json index ebc5dc58826c..93e4401f631a 100644 --- a/.github/package.json +++ b/.github/package.json @@ -6,7 +6,7 @@ "dependencies2": "All runtime and dev dependencies in this file, must be a superset of shared/package.json" }, "dependencies": { - "@apidevtools/json-schema-ref-parser": "^14.2.1", + "@apidevtools/json-schema-ref-parser": "^15.1.1", "debug": "^4.4.3", "js-yaml": "^4.1.0", "marked": "^17.0.0",