Skip to content

Commit 476c8e1

Browse files
authored
Merge pull request joolfe#253 from joolfe/develop
fix deps vulnerability
2 parents 9e76410 + d99afc0 commit 476c8e1

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [3.0.1](https://github.com/joolfe/postman-to-openapi/compare/3.0.0...3.0.1) (2023-01-21)
2+
3+
4+
### Build System
5+
6+
* **deps:** fix dependency vulnerability ([859c35c](https://github.com/joolfe/postman-to-openapi/commit/859c35cf6ffbb07e3e72ef920f32a55d685789a2))
7+
18
## [3.0.0](https://github.com/joolfe/postman-to-openapi/compare/2.9.0...3.0.0) (2022-12-26)
29

310

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postman-to-openapi",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Convert postman collection to OpenAPI spec",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)