Skip to content

Commit

Permalink
Merge pull request #1686 from kubernetes-client/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/jsonpath-plus-9.0.0

build(deps): bump jsonpath-plus from 8.1.0 to 9.0.0
  • Loading branch information
k8s-ci-robot committed May 11, 2024
2 parents 5fa1073 + b928c17 commit 1e27cc3
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 9 deletions.
71 changes: 64 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"byline": "^5.0.0",
"isomorphic-ws": "^5.0.0",
"js-yaml": "^4.1.0",
"jsonpath-plus": "^8.0.0",
"jsonpath-plus": "^9.0.0",
"request": "^2.88.0",
"rfc4648": "^1.3.0",
"stream-buffers": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/json_path.ts
Expand Up @@ -5,6 +5,6 @@ export function jsonpath(path: string, json: object): any {
path,
json,

preventEval: true,
eval: false,
});
}

0 comments on commit 1e27cc3

Please sign in to comment.