jsonpath-plus minor upgrade (#211425)

## Summary

`yarn.lock` update to respect the recent minor of `jsonpath-plus`. It is
a transitive package of `oas`.

```
oas@^25.3.0:
  .....
    jsonpath-plus "^10.0.0"
```
This commit is contained in:
Elena Shostak 2025-02-17 22:27:07 +07:00 committed by GitHub
parent 745784f32a
commit 0dfa21571b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23244,9 +23244,9 @@ jsonify@~0.0.0:
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
jsonpath-plus@^10.0.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.2.0.tgz#84d680544d9868579cc7c8f59bbe153a5aad54c4"
integrity sha512-T9V+8iNYKFL2n2rF+w02LBOT2JjDnTjioaNFrxRy0Bv1y/hNsqR/EBK7Ojy2ythRHwmz2cRIls+9JitQGZC/sw==
version "10.3.0"
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz#59e22e4fa2298c68dfcd70659bb47f0cad525238"
integrity sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==
dependencies:
"@jsep-plugin/assignment" "^1.3.0"
"@jsep-plugin/regex" "^1.0.4"