Skip to content

Commit

Permalink
chore(deps): upgrade production deps (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip authored Feb 10, 2021
1 parent 0a8e0a6 commit f5b83a7
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 159 deletions.
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,31 +65,31 @@
},
"dependencies": {
"@stoplight/better-ajv-errors": "0.0.4",
"@stoplight/json": "3.9.0",
"@stoplight/json": "3.10.2",
"@stoplight/json-ref-readers": "1.2.1",
"@stoplight/json-ref-resolver": "3.1.0",
"@stoplight/lifecycle": "2.3.1",
"@stoplight/json-ref-resolver": "3.1.1",
"@stoplight/lifecycle": "2.3.2",
"@stoplight/path": "1.3.2",
"@stoplight/types": "^11.9.0",
"@stoplight/types": "11.9.0",
"@stoplight/yaml": "4.2.1",
"abort-controller": "3.0.0",
"ajv": "6.12.5",
"ajv-oai": "1.2.0",
"blueimp-md5": "2.13.0",
"chalk": "4.0.0",
"blueimp-md5": "2.18.0",
"chalk": "4.1.0",
"eol": "0.9.1",
"expression-eval": "3.1.2",
"fast-glob": "3.2.4",
"jsonpath-plus": "4.0.0",
"lodash": "4.17.19",
"expression-eval": "4.0.0",
"fast-glob": "3.2.5",
"jsonpath-plus": "5.0.3",
"lodash": "4.17.20",
"nanoid": "2.1.11",
"nimma": "0.0.0",
"node-fetch": "2.6",
"node-fetch": "2.6.1",
"proxy-agent": "3.1.1",
"strip-ansi": "6.0",
"text-table": "0.2",
"tslib": "1.13.0",
"yargs": "15.3.1"
"tslib": "2.1.0",
"yargs": "15.4.1"
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.6",
Expand All @@ -98,12 +98,10 @@
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@types/chalk": "^2.2.0",
"@types/jest": "^26.0.4",
"@types/jest-when": "^2.7.1",
"@types/lodash": "^4.14.167",
"@types/nanoid": "^2.1.0",
"@types/nock": "^11.1.0",
"@types/node": "~13.1",
"@types/node-fetch": "^2.5.7",
"@types/text-table": "^0.2.1",
Expand Down
Loading

0 comments on commit f5b83a7

Please sign in to comment.