Fix the vulnerability for jsonpath-plus (#19867)

This commit is contained in:
Aniket Katkar 2025-02-19 17:52:32 +05:30 committed by GitHub
parent fe300b78b8
commit b45bc77302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -248,7 +248,7 @@
"path-to-regexp": "1.9.0",
"terser-webpack-plugin": "5.1.1",
"cookie": "0.7.0",
"jsonpath-plus": "10.2.0",
"jsonpath-plus": "10.3.0",
"cross-spawn": "7.0.5",
"serialize-javascript": "6.0.2",
"dompurify": "3.2.4"

View File

@ -10013,10 +10013,10 @@ jsonify@^0.0.1:
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
jsonpath-plus@10.2.0, jsonpath-plus@^6.0.1:
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==
jsonpath-plus@10.3.0, jsonpath-plus@^6.0.1:
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"