From ac7aeab2c4e23abf8151f800f3ae374d4c62af80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:15:37 +0000 Subject: [PATCH] Bump json-schema and jsprim in /SMS/core/static/plugins/datetimepicker Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 - [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0) Updates `jsprim` from 1.4.0 to 1.4.2 - [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md) - [Commits](https://github.com/joyent/node-jsprim/compare/v1.4.0...v1.4.2) Updates `jsprim` from 1.4.1 to 1.4.2 - [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md) - [Commits](https://github.com/joyent/node-jsprim/compare/v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: json-schema dependency-type: indirect - dependency-name: jsprim dependency-type: indirect - dependency-name: jsprim dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../plugins/datetimepicker/package-lock.json | 51 +++++-------------- 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/SMS/core/static/plugins/datetimepicker/package-lock.json b/SMS/core/static/plugins/datetimepicker/package-lock.json index c250b93..d22c08a 100644 --- a/SMS/core/static/plugins/datetimepicker/package-lock.json +++ b/SMS/core/static/plugins/datetimepicker/package-lock.json @@ -1933,7 +1933,6 @@ "extsprintf": { "version": "1.0.2", "bundled": true, - "dev": true, "optional": true }, "forever-agent": { @@ -2152,9 +2151,7 @@ }, "json-schema": { "version": "0.2.3", - "bundled": true, - "dev": true, - "optional": true + "bundled": true }, "json-stable-stringify": { "version": "1.0.1", @@ -2177,26 +2174,6 @@ "dev": true, "optional": true }, - "jsprim": { - "version": "1.4.0", - "bundled": true, - "dev": true, - "optional": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.0.2", - "json-schema": "0.2.3", - "verror": "1.3.6" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "bundled": true, - "dev": true, - "optional": true - } - } - }, "mime-db": { "version": "1.27.0", "bundled": true, @@ -2602,8 +2579,6 @@ "verror": { "version": "1.3.6", "bundled": true, - "dev": true, - "optional": true, "requires": { "extsprintf": "1.0.2" } @@ -3288,13 +3263,6 @@ "dev": true, "optional": true }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", - "dev": true, - "optional": true - }, "json-schema-traverse": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", @@ -3338,16 +3306,25 @@ "optional": true }, "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", "dev": true, "optional": true, "requires": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", - "json-schema": "0.2.3", + "json-schema": "0.4.0", "verror": "1.10.0" + }, + "dependencies": { + "json-schema": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", + "dev": true, + "optional": true + } } }, "karma": {