Skip to content

Commit

Permalink
feat!(multi-parser): force json-path-plus to be ^10.0.7 due to securi…
Browse files Browse the repository at this point in the history
…ty bugfix
  • Loading branch information
smoya committed Feb 12, 2025
1 parent ac03bb3 commit 40c2e4c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/multi-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,16 @@
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"engines": {
"node": ">=18"
},
"overrides": {
"parserapiv1": {
"jsonpath-plus": "^10.0.7"
},
"parserapiv2": {
"jsonpath-plus": "^10.0.7"
}
}
}

0 comments on commit 40c2e4c

Please sign in to comment.