Skip to content

Commit 20e7b89

Browse files
committed
[CBR-301]: unlock dependency versions
1 parent 91e6708 commit 20e7b89

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.13.0

package-lock.json

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

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -116,23 +116,23 @@
116116
"openapi2postmanv2": "./bin/openapi2postmanv2.js"
117117
},
118118
"dependencies": {
119-
"ajv": "8.11.0",
120-
"ajv-draft-04": "1.0.0",
121-
"ajv-formats": "2.1.1",
122-
"async": "3.2.4",
123-
"commander": "2.20.3",
124-
"graphlib": "2.1.8",
125-
"js-yaml": "4.1.0",
126-
"json-pointer": "0.6.2",
127-
"json-schema-merge-allof": "0.8.1",
128-
"lodash": "4.17.21",
129-
"neotraverse": "0.6.15",
130-
"oas-resolver-browser": "2.5.6",
131-
"object-hash": "3.0.0",
132-
"path-browserify": "1.0.1",
119+
"ajv": "^8.11.0",
120+
"ajv-draft-04": "^1.0.0",
121+
"ajv-formats": "^2.1.1",
122+
"async": "^3.2.4",
123+
"commander": "^2.20.3",
124+
"graphlib": "^2.1.8",
125+
"js-yaml": "^4.1.0",
126+
"json-pointer": "^0.6.2",
127+
"json-schema-merge-allof": "^0.8.1",
128+
"lodash": "^4.17.21",
129+
"neotraverse": "^0.6.15",
130+
"oas-resolver-browser": "^2.5.6",
131+
"object-hash": "^3.0.0",
132+
"path-browserify": "^1.0.1",
133133
"postman-collection": "^5.0.0",
134-
"swagger2openapi": "7.0.8",
135-
"yaml": "1.10.2"
134+
"swagger2openapi": "^7.0.8",
135+
"yaml": "^1.10.2"
136136
},
137137
"author": "Postman Labs <help@getpostman.com>",
138138
"license": "Apache-2.0",

0 commit comments

Comments
 (0)