From 9fa122573c8599a517e8104bfa99206173638b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:17:55 +0000 Subject: [PATCH] chore(deps): bump jsonpath-plus in /source/packages/integration-tests Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.0.7 to 10.2.0. - [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.7...v10.2.0) --- 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 5790b260..cf9959e2 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": "10.0.7", + "jsonpath-plus": "10.2.0", "jsonwebtoken": "9.0.0", "jszip": "3.10.1", "logform": "2.4.2",