From 21d13ae731f2280d1bcb223b76757bf55c665e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 08:05:04 +0000 Subject: [PATCH] chore(deps): bump jsonpath-plus in /console/atest-ui Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.0.7 to 10.3.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.3.0) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- console/atest-ui/package-lock.json | 27 ++++++++++++++------------- console/atest-ui/package.json | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/console/atest-ui/package-lock.json b/console/atest-ui/package-lock.json index 01d15b1b..33d6bc96 100644 --- a/console/atest-ui/package-lock.json +++ b/console/atest-ui/package-lock.json @@ -14,7 +14,7 @@ "element-plus": "^2.9.6", "intro.js": "^7.0.1", "jsonlint-mod": "^1.7.6", - "jsonpath-plus": "^10.0.7", + "jsonpath-plus": "^10.3.0", "skywalking-client-js": "^0.10.0", "vue": "^3.3.4", "vue-codemirror": "^5.1.0", @@ -8763,13 +8763,14 @@ } }, "node_modules/jsonpath-plus": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.7.tgz", - "integrity": "sha512-GDA8d8fu9+s4QzAzo5LMGiLL/9YjecAX+ytlnqdeXYpU55qME57StDgaHt9R2pA7Dr8U31nwzxNJMJiHkrkRgw==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz", + "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==", + "license": "MIT", "dependencies": { - "@jsep-plugin/assignment": "^1.2.1", - "@jsep-plugin/regex": "^1.0.3", - "jsep": "^1.3.9" + "@jsep-plugin/assignment": "^1.3.0", + "@jsep-plugin/regex": "^1.0.4", + "jsep": "^1.4.0" }, "bin": { "jsonpath": "bin/jsonpath-cli.js", @@ -18639,13 +18640,13 @@ } }, "jsonpath-plus": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.7.tgz", - "integrity": "sha512-GDA8d8fu9+s4QzAzo5LMGiLL/9YjecAX+ytlnqdeXYpU55qME57StDgaHt9R2pA7Dr8U31nwzxNJMJiHkrkRgw==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz", + "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==", "requires": { - "@jsep-plugin/assignment": "^1.2.1", - "@jsep-plugin/regex": "^1.0.3", - "jsep": "^1.3.9" + "@jsep-plugin/assignment": "^1.3.0", + "@jsep-plugin/regex": "^1.0.4", + "jsep": "^1.4.0" } }, "jsprim": { diff --git a/console/atest-ui/package.json b/console/atest-ui/package.json index 538b51d5..71ee0684 100644 --- a/console/atest-ui/package.json +++ b/console/atest-ui/package.json @@ -22,7 +22,7 @@ "element-plus": "^2.9.6", "intro.js": "^7.0.1", "jsonlint-mod": "^1.7.6", - "jsonpath-plus": "^10.0.7", + "jsonpath-plus": "^10.3.0", "skywalking-client-js": "^0.10.0", "vue": "^3.3.4", "vue-codemirror": "^5.1.0",