Skip to content

Commit 2c4802d

Browse files
fix(deps): update dependency jsonpath to v1.3.0 (#1164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4dc0e3b commit 2c4802d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"console.table": "0.10.0",
9393
"fs-extra": "11.3.4",
9494
"glob": "13.x",
95-
"jsonpath": "1.2.1",
95+
"jsonpath": "1.3.0",
9696
"proxy-agent": "^6.4.0",
9797
"reflect-metadata": "^0.2.2",
9898
"rxjs": "^7.8.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7947,10 +7947,10 @@ jsonparse@^1.3.1:
79477947
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
79487948
integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
79497949

7950-
jsonpath@1.2.1:
7951-
version "1.2.1"
7952-
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.2.1.tgz#2b74a4bcc78948e43e33ac971138ce0c68bce701"
7953-
integrity sha512-Jl6Jhk0jG+kP3yk59SSeGq7LFPR4JQz1DU0K+kXTysUhMostbhU3qh5mjTuf0PqFcXpAT7kvmMt9WxV10NyIgQ==
7950+
jsonpath@1.3.0:
7951+
version "1.3.0"
7952+
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.3.0.tgz#623197970fb433845c68024bf9e2b864f5376ab2"
7953+
integrity sha512-0kjkYHJBkAy50Z5QzArZ7udmvxrJzkpKYW27fiF//BrMY7TQibYLl+FYIXN2BiYmwMIVzSfD8aDRj6IzgBX2/w==
79547954
dependencies:
79557955
esprima "1.2.5"
79567956
static-eval "2.1.1"

0 commit comments

Comments
 (0)