From cd2ea7e5e14baf6ee40859a2c46c3b8e5d904249 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Mon, 16 Oct 2023 10:43:00 -0400 Subject: [PATCH] Update jsonschema to newer version Signed-off-by: Andrew W. Harn --- .gitignore | 1 + npm-shrinkwrap.json | 8 ++++---- packages/imperative/package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1f961765b6..c7366a4e4f 100644 --- a/.gitignore +++ b/.gitignore @@ -102,6 +102,7 @@ imperative_debug.log # Licenses in package folders (managed with build scripts) packages/*/LICENSE zowex/ +packages/secrets/ # Browserified bundles and compiled JS for web help packages/imperative/web-help/dist/css/bundle* diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7b2e7efa92..f525b75d38 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -21430,9 +21430,9 @@ ] }, "node_modules/jsonschema": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.1.1.tgz", - "integrity": "sha512-kHyDK+K6ehb+0LmJYzsQSd3QkRPDEPoG/59uhNzFTLVb92J9jYPaonLkzJe+Z4angkIhDeurMmvhtmjAVrz9eA==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.1.tgz", + "integrity": "sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==", "engines": { "node": "*" } @@ -31467,7 +31467,7 @@ "glob": "7.1.6", "js-yaml": "3.14.1", "jsonfile": "4.0.0", - "jsonschema": "1.1.1", + "jsonschema": "1.4.1", "lodash-deep": "2.0.0", "log4js": "6.4.0", "markdown-it": "12.3.2", diff --git a/packages/imperative/package.json b/packages/imperative/package.json index ea0b4a6308..fa19a73218 100644 --- a/packages/imperative/package.json +++ b/packages/imperative/package.json @@ -55,7 +55,7 @@ "glob": "7.1.6", "js-yaml": "3.14.1", "jsonfile": "4.0.0", - "jsonschema": "1.1.1", + "jsonschema": "1.4.1", "lodash-deep": "2.0.0", "log4js": "6.4.0", "markdown-it": "12.3.2",