Skip to content

Commit 9abdfec

Browse files
committed
feat!(multi-parser): force json-path-plus to be ^10.0.7 due to security bugfix
1 parent ac03bb3 commit 9abdfec

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.changeset/six-boats-exercise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@asyncapi/multi-parser": major
3+
---
4+
5+
Ensure jsonpath-plus version is ^10.0.7 due to a security fixed bug

packages/multi-parser/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,16 @@
6464
"ts-loader": "^9.3.1",
6565
"ts-node": "^10.9.1",
6666
"typescript": "^4.8.2"
67+
},
68+
"engines": {
69+
"node": ">=18"
70+
},
71+
"overrides": {
72+
"parserapiv1": {
73+
"jsonpath-plus": "^10.0.7"
74+
},
75+
"parserapiv2": {
76+
"jsonpath-plus": "^10.0.7"
77+
}
6778
}
6879
}

0 commit comments

Comments
 (0)