Skip to content

Commit 54b5885

Browse files
committed
Update jsonpath to non-vulnurable version
1 parent 2ded5e6 commit 54b5885

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"@scarf/scarf": "1.4.0",
6666
"couchbase": "4.6.1",
67-
"jsonpath": "1.2.1",
67+
"jsonpath": "1.3.0",
6868
"lodash": "4.17.23",
6969
"uuid": "9.0.0"
7070
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,10 +2388,10 @@ jsonfile@^6.0.1:
23882388
optionalDependencies:
23892389
graceful-fs "^4.1.6"
23902390

2391-
jsonpath@1.2.1:
2392-
version "1.2.1"
2393-
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.2.1.tgz#2b74a4bcc78948e43e33ac971138ce0c68bce701"
2394-
integrity sha512-Jl6Jhk0jG+kP3yk59SSeGq7LFPR4JQz1DU0K+kXTysUhMostbhU3qh5mjTuf0PqFcXpAT7kvmMt9WxV10NyIgQ==
2391+
jsonpath@1.3.0:
2392+
version "1.3.0"
2393+
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.3.0.tgz#623197970fb433845c68024bf9e2b864f5376ab2"
2394+
integrity sha512-0kjkYHJBkAy50Z5QzArZ7udmvxrJzkpKYW27fiF//BrMY7TQibYLl+FYIXN2BiYmwMIVzSfD8aDRj6IzgBX2/w==
23952395
dependencies:
23962396
esprima "1.2.5"
23972397
static-eval "2.1.1"

0 commit comments

Comments
 (0)