From 778a0754eb7d7172731ea67a2817bc4c2e4caec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:36:58 +0000 Subject: [PATCH] Bump jsonpath-plus from 10.0.4 to 10.1.0 Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.0.4 to 10.1.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.4...v10.1.0) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b27e54d..88dcb73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5457,9 +5457,9 @@ jsonfile@^6.0.1: graceful-fs "^4.1.6" jsonpath-plus@^10.0.0: - version "10.0.4" - resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.0.4.tgz#78887fa6d57b15ed4693d6ced7316587f05ff814" - integrity sha512-UjLP1tV5VCvK4EkjlTPvtTpKKAv+4SXHPk8ApTp+bCit5rVzS205qoMpaTkTOHK/oqy50hv4HzIeuL0ciX01wA== + version "10.1.0" + resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz#e8724c721ac60ff2db667066131b1a2c992ffcf0" + integrity sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg== dependencies: "@jsep-plugin/assignment" "^1.2.1" "@jsep-plugin/regex" "^1.0.3"