|
116 | 116 | "openapi2postmanv2": "./bin/openapi2postmanv2.js"
|
117 | 117 | },
|
118 | 118 | "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", |
133 | 133 | "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" |
136 | 136 | },
|
137 | 137 | "author": "Postman Labs <help@getpostman.com>",
|
138 | 138 | "license": "Apache-2.0",
|
|
0 commit comments