From f9f3808580a4c265ca4117180486296cff22de42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:42:53 -0500 Subject: [PATCH] chore(deps): bump jsonpath-plus from 10.0.0 to 10.0.7 in /api/source (#1427) --- api/source/package-lock.json | 9 +++++---- api/source/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/api/source/package-lock.json b/api/source/package-lock.json index fe68a865..bd9a4336 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -20,7 +20,7 @@ "fast-xml-parser": "^4.5.0", "he": "^1.2.0", "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "jsonpath-plus": "^10.0.7", "jsonwebtoken": "^9.0.2", "jszip": "^3.10.1", "jwks-rsa": "^3.1.0", @@ -1376,9 +1376,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/jsonpath-plus": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.0.tgz", - "integrity": "sha512-v7j76HGp/ibKlXYeZ7UrfCLSNDaBWuJMA0GaMjA4sZJtCtY89qgPyToDDcl2zdeHh4B5q/B3g2pQdW76fOg/dA==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.7.tgz", + "integrity": "sha512-GDA8d8fu9+s4QzAzo5LMGiLL/9YjecAX+ytlnqdeXYpU55qME57StDgaHt9R2pA7Dr8U31nwzxNJMJiHkrkRgw==", "dependencies": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3", @@ -2650,6 +2650,7 @@ } }, "utils/xlsx-template-js-zip-upgrade": { + "name": "xlsx-template", "version": "1.2.0", "license": "MIT", "dependencies": { diff --git a/api/source/package.json b/api/source/package.json index 66b363c5..0a3dd567 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -24,7 +24,7 @@ "fast-xml-parser": "^4.5.0", "he": "^1.2.0", "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "jsonpath-plus": "^10.0.7", "jsonwebtoken": "^9.0.2", "jszip": "^3.10.1", "jwks-rsa": "^3.1.0",