From 8902038b857bdf676dfdef2d776be380b035edd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:35:56 +0000 Subject: [PATCH] Bump jsonpath-plus from 10.0.7 to 10.2.0 in /pkg/rancher-components 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pkg/rancher-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rancher-components/package.json b/pkg/rancher-components/package.json index 81d7e65e12c..c2333594a9f 100644 --- a/pkg/rancher-components/package.json +++ b/pkg/rancher-components/package.json @@ -43,7 +43,7 @@ "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.0", "eslint-plugin-vue": "9.10.0", - "jsonpath-plus": "10.0.7", + "jsonpath-plus": "10.2.0", "sass": "1.55.0", "sass-loader": "~12.0.0", "typescript": "5.6.3",