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 9abdfec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-boats-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@asyncapi/multi-parser": major
---

Ensure jsonpath-plus version is ^10.0.7 due to a security fixed bug
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 9abdfec

Please sign in to comment.