From 7fc449bd91ffa9f331b67d18221c231ec8bd8753 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 18:44:25 +0000 Subject: [PATCH] chore(deps): update dependency openapi-backend to v5.20.3 --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c835ab0..2868158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4480,9 +4480,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,9 +4657,9 @@ } }, "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.20.3", + "resolved": "https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.20.3.tgz", + "integrity": "sha512-K1Nqb8Nd9sfaI/eD6plU63xHqKvH4w9t7xPgd4Fy1SahXEGnN8sZZQpx561zYE8S+z1ouAO4Hvf1rgbITEArQw==", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", @@ -4668,7 +4668,7 @@ "cookie": "^1.0.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"