Skip to content

Commit a5e1a28

Browse files
fix(deps): update dependency jsonpath to v1.2.1 (#1124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce81d03 commit a5e1a28

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
@@ -93,7 +93,7 @@
9393
"fs-extra": "11.3.3",
9494
"glob": "13.x",
9595
"inquirer": "8.2.7",
96-
"jsonpath": "1.2.0",
96+
"jsonpath": "1.2.1",
9797
"proxy-agent": "^6.4.0",
9898
"reflect-metadata": "^0.2.2",
9999
"rxjs": "^7.8.2",

yarn.lock

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

7933-
jsonpath@1.2.0:
7934-
version "1.2.0"
7935-
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.2.0.tgz#744fbb8c9a5ba4e3b815432c0fe1756516be7f50"
7936-
integrity sha512-EVm29wT2coM0QfZd8TREEeMTOxZcyV3oCQ61AM0DrMkVaVCKXtPEm0oJccEbz5P9Oi+JwRkkIt0Bkn63gqCHjg==
7933+
jsonpath@1.2.1:
7934+
version "1.2.1"
7935+
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.2.1.tgz#2b74a4bcc78948e43e33ac971138ce0c68bce701"
7936+
integrity sha512-Jl6Jhk0jG+kP3yk59SSeGq7LFPR4JQz1DU0K+kXTysUhMostbhU3qh5mjTuf0PqFcXpAT7kvmMt9WxV10NyIgQ==
79377937
dependencies:
79387938
esprima "1.2.5"
79397939
static-eval "2.1.1"

0 commit comments

Comments
 (0)