From 9a91500d4d51cfc11affcb7627f3e0450738924d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 09:00:26 +0000 Subject: [PATCH] chore(deps): update dependency openapi-backend to v5.21.1 --- package-lock.json | 66 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 49 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index c835ab0..04591bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,19 +39,41 @@ } }, "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.0.0.tgz", - "integrity": "sha512-aFDb3Akt9/KIe0mKOWT+fa/3ZYRgUEMNAJMZCx1OGRC5exSf9KRAoGeTlq9mWR1ntjM0+KzQj7Gjd5N0OiM2PQ==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-16.0.2.tgz", + "integrity": "sha512-oCwWUyRdMtt/hnp6ONPudFZzF7tSqiHy46lLx5VsnsLTacs8TSU558VPAiOueFJ8WddCH30PINWDA8ByxhGHmQ==", "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.15", - "js-yaml": "^4.1.0" + "js-yaml": "^5.4.1", + "undici": "^8.10.2" }, "engines": { - "node": ">= 16" + "node": ">=22.19.0" }, - "funding": { - "url": "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/sponsors/philsturgeon" + "peerDependencies": { + "@types/json-schema": "^7.0.15" + } + }, + "node_modules/@apidevtools/json-schema-ref-parser/node_modules/js-yaml": { + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.2.tgz", + "integrity": "sha512-m+aqu+LwO1O6sIopafj8HUVl5aawITwZQe/yHpMCKjaWBaA/d07B/QdMb3529REftiU+RMMHL3Vlsw3hON7vWg==", + "funding": [ + { + "type": "github", + "url": "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/sponsors/puzrin" + }, + { + "type": "github", + "url": "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/sponsors/nodeca" + } + ], + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/@apm-js-collab/code-transformer": { @@ -4143,6 +4165,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "dev": true, "funding": [ { "type": "github", @@ -4480,9 +4503,9 @@ } }, "node_modules/mock-json-schema": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mock-json-schema/-/mock-json-schema-1.1.2.tgz", - "integrity": "sha512-3IyduYlhfzPy+nFN8wxUjloUi1hM7l8lN5LITuauUNMQltynJIOfLf/DADwTAp2d6kvSBtWojly1EuxX5B0WkA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/mock-json-schema/-/mock-json-schema-1.1.3.tgz", + "integrity": "sha512-8tBBFyfXE2BVsyOwfmuPPlYRPmDyMAZtPna2MwCZDjcyb6rVH5Xi0Bhy2fr3eQutXl3BQoi1OoEr9835UeD3UQ==", "license": "MIT", "dependencies": { "lodash": "^4.17.21" @@ -4657,18 +4680,18 @@ } }, "node_modules/openapi-backend": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.18.0.tgz", - "integrity": "sha512-I3ipDN/JJxLch4ZyPv+Y7xskFcWiT5l0FnUvzNr/YWF4wh6BbcYjM5CGrll80w4ATeVX5/4SfrGmxF+NNUbiPQ==", + "version": "5.21.1", + "resolved": "https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.21.1.tgz", + "integrity": "sha512-re1ZK97mnsp4jeFfQHUR9rB3S0Gl8AmURdcpnHSLNqHw3O0QMrLQ0j+iG1j609qvOjnvHdcbtXKDRD/5ziwl9A==", "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.1.0", + "@apidevtools/json-schema-ref-parser": "^16.0.2", "ajv": "^8.6.2", "bath-es5": "^3.0.3", - "cookie": "^1.0.1", + "cookie": "^1.1.1", "dereference-json-schema": "^0.2.1", "lodash": "^4.17.15", - "mock-json-schema": "^1.0.7", + "mock-json-schema": "^1.1.3", "openapi-schema-validator": "^12.0.0", "openapi-types": "^12.0.2", "qs": "^6.15.0" @@ -5920,6 +5943,15 @@ "url": "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/sponsors/ljharb" } }, + "node_modules/undici": { + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.2.tgz", + "integrity": "sha512-/y4/bH9YNU5hi9NIrpOuvGXFcxrj3CMrV+/AYpowAYTpHn8gX/XPFjNy766FPoYY0miQhdW977JFWKGNhBdwyQ==", + "license": "MIT", + "engines": { + "node": ">=22.19.0" + } + }, "node_modules/undici-types": { "version": "7.18.2", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",