Skip to content

Commit

Permalink
Merge pull request #253 from joolfe/develop
Browse files Browse the repository at this point in the history
fix deps vulnerability
  • Loading branch information
joolfe authored Jan 21, 2023
2 parents 9e76410 + d99afc0 commit 476c8e1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [3.0.1](https://github.com/joolfe/postman-to-openapi/compare/3.0.0...3.0.1) (2023-01-21)


### Build System

* **deps:** fix dependency vulnerability ([859c35c](https://github.com/joolfe/postman-to-openapi/commit/859c35cf6ffbb07e3e72ef920f32a55d685789a2))

## [3.0.0](https://github.com/joolfe/postman-to-openapi/compare/2.9.0...3.0.0) (2022-12-26)


Expand Down
28 changes: 14 additions & 14 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman-to-openapi",
"version": "3.0.0",
"version": "3.0.1",
"description": "Convert postman collection to OpenAPI spec",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 476c8e1

Please sign in to comment.