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] <support@github.com>
This commit is contained in:
parent
9c243c29eb
commit
21d13ae731
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue