From f1069be5ea42da24147042b8130d50c874bee28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:38:40 -0800 Subject: [PATCH] Bump jsonpath-plus from 10.0.4 to 10.1.0 (#206) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 10aa9bb..0896c7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2811,9 +2811,9 @@ jsonfile@^2.1.0: 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"