Bump jsonpath-plus from 10.1.0 to 10.3.0 in /packages/k8s (#213)

Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.1.0 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.1.0...v10.3.0)

---
updated-dependencies:
- dependency-name: jsonpath-plus
  dependency-version: 10.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-15 14:25:32 +02:00
committed by GitHub
parent 54e14cb7f3
commit e47f9b8af4

View File

@@ -3524,13 +3524,14 @@
} }
}, },
"node_modules/jsonpath-plus": { "node_modules/jsonpath-plus": {
"version": "10.1.0", "version": "10.3.0",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz", "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz",
"integrity": "sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==", "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==",
"license": "MIT",
"dependencies": { "dependencies": {
"@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/assignment": "^1.3.0",
"@jsep-plugin/regex": "^1.0.3", "@jsep-plugin/regex": "^1.0.4",
"jsep": "^1.3.9" "jsep": "^1.4.0"
}, },
"bin": { "bin": {
"jsonpath": "bin/jsonpath-cli.js", "jsonpath": "bin/jsonpath-cli.js",
@@ -7826,13 +7827,13 @@
"dev": true "dev": true
}, },
"jsonpath-plus": { "jsonpath-plus": {
"version": "10.1.0", "version": "10.3.0",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz", "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz",
"integrity": "sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==", "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==",
"requires": { "requires": {
"@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/assignment": "^1.3.0",
"@jsep-plugin/regex": "^1.0.3", "@jsep-plugin/regex": "^1.0.4",
"jsep": "^1.3.9" "jsep": "^1.4.0"
} }
}, },
"jsprim": { "jsprim": {