Skip to content

Commit 1e27cc3

Browse files
authored
Merge pull request #1686 from kubernetes-client/dependabot/npm_and_yarn/jsonpath-plus-9.0.0
build(deps): bump jsonpath-plus from 8.1.0 to 9.0.0
2 parents 5fa1073 + b928c17 commit 1e27cc3

File tree

3 files changed

+66
-9
lines changed

3 files changed

+66
-9
lines changed

package-lock.json

Lines changed: 64 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"byline": "^5.0.0",
6262
"isomorphic-ws": "^5.0.0",
6363
"js-yaml": "^4.1.0",
64-
"jsonpath-plus": "^8.0.0",
64+
"jsonpath-plus": "^9.0.0",
6565
"request": "^2.88.0",
6666
"rfc4648": "^1.3.0",
6767
"stream-buffers": "^3.0.2",

src/json_path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export function jsonpath(path: string, json: object): any {
55
path,
66
json,
77

8-
preventEval: true,
8+
eval: false,
99
});
1010
}

0 commit comments

Comments
 (0)