From 319a4a36a15b7a0b01272cf5627b265512707040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:32:40 +0000 Subject: [PATCH] build(deps): bump jsonpath-plus from 10.0.0 to 10.0.1 Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/s3u/JSONPath/releases) - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md) - [Commits](https://github.com/s3u/JSONPath/commits/v10.0.1) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11f4ae64c6..82a4dfedda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2410,9 +2410,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.1.tgz", + "integrity": "sha512-30DeH2QD4nL1IpDLPIFz09G5XyLvh+oNMUI2Zxf4tbrlsVHs0e3VPnwpOnSTFb4yM0dfQK2WGKLsSaAS8V62rw==", "dependencies": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3", @@ -6266,9 +6266,9 @@ "dev": true }, "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.1", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.1.tgz", + "integrity": "sha512-30DeH2QD4nL1IpDLPIFz09G5XyLvh+oNMUI2Zxf4tbrlsVHs0e3VPnwpOnSTFb4yM0dfQK2WGKLsSaAS8V62rw==", "requires": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3",