From 9c018f09b10fbb853de1d454b81b9066d5e474cc Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 7 May 2026 13:32:58 -0400 Subject: [PATCH] Upgrade JSON Schema to v15.4.0 Signed-off-by: Juan Cruz Viotti --- vscode/package-lock.json | 8 ++++---- vscode/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vscode/package-lock.json b/vscode/package-lock.json index f0327db..fe451ed 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -8,16 +8,16 @@ "name": "sourcemeta-studio", "version": "1.2.5", "dependencies": { - "@sourcemeta/jsonschema": "^15.2.0" + "@sourcemeta/jsonschema": "^15.4.0" }, "engines": { "vscode": "^1.74.0" } }, "node_modules/@sourcemeta/jsonschema": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@sourcemeta/jsonschema/-/jsonschema-15.2.0.tgz", - "integrity": "sha512-eMkheH7rCTrAOl+PIIOMqVlgexaxycI97MEuVXxL/VdDx1mwKyMNhm4M0VAORIUDZx3bpBwwWBuwBf/GuouV4A==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/@sourcemeta/jsonschema/-/jsonschema-15.4.0.tgz", + "integrity": "sha512-g+RZjH8A1SONr9jFZZws9JJB3aKfKf6VrqRtq7vbAkPtmL4VLGSSlXbAjp1Epnrz3K5pxwPoxgyHddr/HEjmag==", "cpu": [ "x64", "arm64" diff --git a/vscode/package.json b/vscode/package.json index a656957..eabf3f2 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -75,6 +75,6 @@ ], "qna": "marketplace", "dependencies": { - "@sourcemeta/jsonschema": "^15.2.0" + "@sourcemeta/jsonschema": "^15.4.0" } }