Skip to content

Commit a1619dc

Browse files
authored
Merge pull request #872 from postmanlabs/feature/CBR-301-unlock-ajv
[CBR-301]: unlock dependency versions
2 parents 44c4c1d + 63de17e commit a1619dc

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
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: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@
116116
"openapi2postmanv2": "./bin/openapi2postmanv2.js"
117117
},
118118
"dependencies": {
119-
"ajv": "8.11.0",
119+
"ajv": "^8.11.0",
120120
"ajv-draft-04": "1.0.0",
121121
"ajv-formats": "2.1.1",
122-
"async": "3.2.4",
122+
"async": "3.2.6",
123123
"commander": "2.20.3",
124124
"graphlib": "2.1.8",
125125
"js-yaml": "4.1.0",

0 commit comments

Comments
 (0)