Skip to content

Commit

Permalink
Merge pull request #99 from JaredCE/dep-bump
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
JaredCE authored Apr 17, 2023
2 parents 7f91939 + 1013a1e commit 56e8c5f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-openapi-documenter",
"version": "0.0.48",
"version": "0.0.49",
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"json-schema-for-openapi": "^0.3.2",
"lodash.isequal": "^4.5.0",
"oas-validator": "^5.0.8",
"openapi-to-postmanv2": "^4.10.1",
"openapi-to-postmanv2": "^4.11.0",
"swagger2openapi": "^7.0.8",
"uuid": "^9.0.0"
},
Expand All @@ -49,6 +49,6 @@
"chai": "^4.3.7",
"mocha": "^10.2.0",
"nock": "^13.3.0",
"sinon": "^15.0.2"
"sinon": "^15.0.3"
}
}

0 comments on commit 56e8c5f

Please sign in to comment.