Skip to content

Commit 77acce9

Browse files
fix(deps): update dependency jsonpath-plus to v7.2.0 (#2446)
1 parent 04a42d8 commit 77acce9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

languageServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"jsonc-parser": "3.1.0",
14-
"jsonpath-plus": "7.0.0",
14+
"jsonpath-plus": "7.2.0",
1515
"lodash": "4.17.21",
1616
"vscode-languageserver": "8.0.2",
1717
"vscode-languageserver-textdocument": "1.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12574,10 +12574,10 @@ jsonfile@^6.0.1:
1257412574
optionalDependencies:
1257512575
graceful-fs "^4.1.6"
1257612576

12577-
jsonpath-plus@7.0.0:
12578-
version "7.0.0"
12579-
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-7.0.0.tgz#b3c7648b33041c0013c5ff534fd17aadc817bf03"
12580-
integrity sha512-MH4UnrWrU1hJGVEyEyjvYgONkzNTO6Yol0nq18EMnUQ/ZC5cTuJheirXXIwu1b9mZ6t3XL0P79gPsu+zlTnDIQ==
12577+
jsonpath-plus@7.2.0:
12578+
version "7.2.0"
12579+
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz#7ad94e147b3ed42f7939c315d2b9ce490c5a3899"
12580+
integrity sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==
1258112581

1258212582
"jsx-ast-utils@^2.4.1 || ^3.0.0":
1258312583
version "3.2.1"

0 commit comments

Comments
 (0)