diff --git a/package-lock.json b/package-lock.json index 65d12aa..9e14c7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.9.10", "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.7.2", + "@apidevtools/json-schema-ref-parser": "^15.2.2", "@asyncapi/specs": "^6.8.0", "@clack/prompts": "^0.11.0", "@oclif/core": "^4", @@ -82,20 +82,18 @@ } }, "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "11.9.3", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.9.3.tgz", - "integrity": "sha512-60vepv88RwcJtSHrD6MjIL6Ta3SOYbgfnkHb+ppAVK+o9mXprRtulx7VlRl3lN3bbvysAfCS7WMVfhUYemB0IQ==", + "version": "15.2.2", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-15.2.2.tgz", + "integrity": "sha512-54fvjSwWiBTdVviiUItOCeyxtPSBmCrSEjlOl8XFEDuYD3lXY1lOBWKim/WJ3i1EYzdGx6rSOjK5KRDMppLI4Q==", "license": "MIT", "dependencies": { - "@jsdevtools/ono": "^7.1.3", - "@types/json-schema": "^7.0.15", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" }, "engines": { - "node": ">= 16" + "node": ">=20" }, - "funding": { - "url": "https://github.com/sponsors/philsturgeon" + "peerDependencies": { + "@types/json-schema": "^7.0.15" } }, "node_modules/@asyncapi/specs": { @@ -2869,11 +2867,6 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "node_modules/@jsdevtools/ono": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz", - "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" - }, "node_modules/@mswjs/interceptors": { "version": "0.39.8", "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.39.8.tgz", diff --git a/package.json b/package.json index d863202..353a39b 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ }, "types": "dist/index.d.ts", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.7.2", + "@apidevtools/json-schema-ref-parser": "^15.2.2", "@asyncapi/specs": "^6.8.0", "@clack/prompts": "^0.11.0", "@oclif/core": "^4",