From 73fa5e44eda8889bda2d4ef6e480f7d8cc5aece3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 01:33:33 +0000 Subject: [PATCH] chore(deps): bump json-schema-library from 11.4.0 to 11.4.1 Bumps [json-schema-library](https://github.com/sagold/json-schema-library) from 11.4.0 to 11.4.1. - [Release notes](https://github.com/sagold/json-schema-library/releases) - [Changelog](https://github.com/sagold/json-schema-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/sagold/json-schema-library/compare/v11.4.0...v11.4.1) --- updated-dependencies: - dependency-name: json-schema-library dependency-version: 11.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4130dd4d..fb3929e1 100644 --- a/package.json +++ b/package.json @@ -1324,7 +1324,7 @@ "adm-zip": "^0.5.17", "bytes": "^3.1.2", "jose": "^6.2.3", - "json-schema-library": "^11.4.0", + "json-schema-library": "^11.4.1", "ws": "^8.20.1", "yocto-queue": "^1.2.2" }, diff --git a/yarn.lock b/yarn.lock index 53ca5613..345be0c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1895,10 +1895,10 @@ json-parse-better-errors@^1.0.1: resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== -json-schema-library@^11.4.0: - version "11.4.0" - resolved "https://registry.yarnpkg.com/json-schema-library/-/json-schema-library-11.4.0.tgz#83446825c02ac17f2fb6100995006b03f59a2aaf" - integrity sha512-BKmJ2xmIQ8xIRDoGg/lTdWFrxKHaphn6qwV4u0glxEHG7Mg3M/GZhLNmgN2IlnQCs6Umg1kg4IcdBVBL+fOKZA== +json-schema-library@^11.4.1: + version "11.4.1" + resolved "https://registry.yarnpkg.com/json-schema-library/-/json-schema-library-11.4.1.tgz#424d166d6762198ea236416fb93ef653b7e47c75" + integrity sha512-5jG4IFDAsSx8e+c72bGHTH4oQf8ktpdt4Q/m3GVln+l6yIy4PpYZpoA/GAdL+/i/JzagMwm47qGobF6jAxqyEg== dependencies: "@hyperjump/json-schema-formats" "^1.0.1" "@sagold/json-pointer" "^7.2.1"