From 1395a0a3b5f2ce3c6c962eb5b04a4cd87d9b764e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 02:29:52 +0000 Subject: [PATCH] build(deps): bump jsonpath-plus from 10.0.1 to 10.0.4 Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.0.1 to 10.0.4. - [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/compare/v10.0.1...v10.0.4) --- 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 1e573ea737..f9cb382892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2410,9 +2410,9 @@ } }, "node_modules/jsonpath-plus": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.1.tgz", - "integrity": "sha512-30DeH2QD4nL1IpDLPIFz09G5XyLvh+oNMUI2Zxf4tbrlsVHs0e3VPnwpOnSTFb4yM0dfQK2WGKLsSaAS8V62rw==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.4.tgz", + "integrity": "sha512-UjLP1tV5VCvK4EkjlTPvtTpKKAv+4SXHPk8ApTp+bCit5rVzS205qoMpaTkTOHK/oqy50hv4HzIeuL0ciX01wA==", "dependencies": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3", @@ -6266,9 +6266,9 @@ "dev": true }, "jsonpath-plus": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.1.tgz", - "integrity": "sha512-30DeH2QD4nL1IpDLPIFz09G5XyLvh+oNMUI2Zxf4tbrlsVHs0e3VPnwpOnSTFb4yM0dfQK2WGKLsSaAS8V62rw==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.4.tgz", + "integrity": "sha512-UjLP1tV5VCvK4EkjlTPvtTpKKAv+4SXHPk8ApTp+bCit5rVzS205qoMpaTkTOHK/oqy50hv4HzIeuL0ciX01wA==", "requires": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3",