From 89cc489d039af7af58b58c036a4fa403a5493283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:04:06 +0000 Subject: [PATCH] Bump @apidevtools/json-schema-ref-parser Bumps the prod-patch-updates group in /backend with 1 update: [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser). Updates `@apidevtools/json-schema-ref-parser` from 16.0.0 to 16.0.1 - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases) - [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v16.0.0...v16.0.1) --- updated-dependencies: - dependency-name: "@apidevtools/json-schema-ref-parser" dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 8eda0451c5..69d029efa9 100644 --- a/backend/package.json +++ b/backend/package.json @@ -13,7 +13,7 @@ "regenerate-config": "node scripts/regenerate-config" }, "dependencies": { - "@apidevtools/json-schema-ref-parser": "^16.0.0", + "@apidevtools/json-schema-ref-parser": "^16.0.1", "ajv": "^8.20.0", "archiver": "^8.0.0", "batchflow": "^0.4.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index 5050c58482..0317dae800 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -10,10 +10,10 @@ "@types/json-schema" "^7.0.15" js-yaml "^4.1.0" -"@apidevtools/json-schema-ref-parser@^16.0.0": - version "16.0.0" - resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-16.0.0.tgz#3fddc23ab7ad61fd3d547f97e9bf197d2d1c164e" - integrity sha512-Am2KotB8TVU8McHvOOnmUiuVHwCs3dw3o16aOApAxEuY1XOlqQeT5mvGb35rhYa6/UtTTNHJwRe9aQFnLASi6Q== +"@apidevtools/json-schema-ref-parser@^16.0.1": + version "16.0.1" + resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-16.0.1.tgz#2615629fd5e852a11ef05a5868276f6a33e58447" + integrity sha512-JmQn9gXVZ83h3IgC+xXVmR4CXWbX1TTyQBj+q4d8BeJqDWSSD/Q3GbkrjhAbXCZxtjnlljOjyy0vio14vQjJtg== dependencies: js-yaml "^5.2.3" undici "^8.10.0"