Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Oct 29, 2024
2 parents 0ae23b6 + 7c7c556 commit 326a897
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 5 deletions.
34 changes: 32 additions & 2 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/multi-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @asyncapi/multi-parser

## 2.2.0

### Minor Changes

- e18f865: Updating jsonpath-plus dependency to mitigate CVE-2024-21534

### Patch Changes

- Updated dependencies [e18f865]
- @asyncapi/parser@3.4.0

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/multi-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/multi-parser",
"version": "2.1.1",
"version": "2.2.0",
"description": "This tool allows to parse AsyncAPI documents and produce a desired interface based on a given Parser-API version",
"private": false,
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @asyncapi/parser

## 3.4.0

### Minor Changes

- e18f865: Updating jsonpath-plus dependency to mitigate CVE-2024-21534

## 3.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/parser",
"version": "3.3.0",
"version": "3.4.0",
"description": "JavaScript AsyncAPI parser.",
"private": false,
"bugs": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"ajv-formats": "^2.1.1",
"avsc": "^5.7.5",
"js-yaml": "^4.1.0",
"jsonpath-plus": "^7.2.0",
"jsonpath-plus": "^10.0.0",
"node-fetch": "2.6.7"
},
"devDependencies": {
Expand Down

0 comments on commit 326a897

Please sign in to comment.