Skip to content

Commit 83b6965

Browse files
authored
Merge pull request #254 from JaredCE/3.1.x-dependency-updates
3.1.x dependency updates
2 parents ef47e30 + 0247e5d commit 83b6965

File tree

3 files changed

+63
-68
lines changed

3 files changed

+63
-68
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: ["main"]
99
pull_request:
10-
branches: ["main"]
10+
branches: ["main", "beta"]
1111

1212
jobs:
1313
build:

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-openapi-documenter",
3-
"version": "0.0.115-beta.1",
3+
"version": "0.0.115-beta.2",
44
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
55
"main": "index.js",
66
"keywords": [
@@ -46,11 +46,11 @@
4646
"license": "MIT",
4747
"dependencies": {
4848
"@apidevtools/json-schema-ref-parser": "^9.1.0",
49-
"@redocly/openapi-core": "^1.2.0",
49+
"@redocly/openapi-core": "^1.34.5",
5050
"chalk": "^4.1.2",
5151
"js-yaml": "^4.1.0",
5252
"json-schema-for-openapi": "^0.5.0",
53-
"openapi-to-postmanv2": "^5.0.0",
53+
"openapi-to-postmanv2": "^5.0.1",
5454
"uuid": "^11.1.0"
5555
},
5656
"engines": {

0 commit comments

Comments
 (0)