From c5a3e680837d44c816232e6f3bee683be8596cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:51:19 +0000 Subject: [PATCH] chore(deps): bump jsonpath-plus in /source/packages/integration-tests Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 5.0.7 to 10.0.7. - [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/v5.0.7...v10.0.7) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/packages/integration-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/packages/integration-tests/package.json b/source/packages/integration-tests/package.json index b0801427..5790b260 100644 --- a/source/packages/integration-tests/package.json +++ b/source/packages/integration-tests/package.json @@ -45,7 +45,7 @@ "js-yaml": "4.1.0", "json-stable-stringify": "1.0.1", "json-to-pretty-yaml": "1.2.2", - "jsonpath-plus": "5.0.7", + "jsonpath-plus": "10.0.7", "jsonwebtoken": "9.0.0", "jszip": "3.10.1", "logform": "2.4.2",