From fbe5dedf65539321dfcf039d832f04fb5e93088b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:14:46 +0000 Subject: [PATCH] chore(deps): bump jsonpath-plus from 10.0.0 to 10.0.6 Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.0.0 to 10.0.6. - [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) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab713135cbcd7..48f243e82cec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "joi": "17.13.3", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "jsonpath-plus": "^10.0.6", "lodash.countby": "^4.6.0", "lodash.groupby": "^4.6.0", "lodash.times": "^4.3.2", @@ -16802,9 +16802,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.6", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.6.tgz", + "integrity": "sha512-Q0KCash90S0WQnPnE/W0uVXQSww4NkO34COfs+gbq0fk+Kv03FYpZ+uU2I7soLLaS4d/ywsm9PxplZsTMmfBmg==", "dependencies": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3", diff --git a/package.json b/package.json index c2ff907d9774d..f32896075bbef 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "joi": "17.13.3", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "jsonpath-plus": "^10.0.6", "lodash.countby": "^4.6.0", "lodash.groupby": "^4.6.0", "lodash.times": "^4.3.2",