Skip to content

Commit

Permalink
fix(deps): update dependency js-yaml to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 6, 2021
1 parent 933a0ef commit 67c52d4
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 18 deletions.
117 changes: 103 additions & 14 deletions mock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"errorhandler": "1.5.1",
"express": "4.17.1",
"json-schema-ref-parser": "9.0.6",
"js-yaml": "3.14.0",
"js-yaml": "4.1.0",
"morgan": "1.10.0",
"openapi-backend": "3.6.3",
"source-map-support": "0.5.19",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@types/errorhandler": "1.5.0",
"@types/jest": "26.0.23",
"@types/js-yaml": "3.12.5",
"@types/js-yaml": "4.0.2",
"@types/json-schema": "7.0.6",
"@types/morgan": "1.9.2",
"@types/node": "11.15.53",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"content-type": "1.0.4",
"debug": "4.2.0",
"express": "4.17.1",
"js-yaml": "3.14.0",
"js-yaml": "4.1.0",
"json-schema-ref-parser": "9.0.6",
"lodash": "4.17.20",
"openapi-backend": "3.6.3",
Expand All @@ -65,7 +65,7 @@
"@types/chai": "4.2.14",
"@types/content-type": "1.1.3",
"@types/debug": "4.1.5",
"@types/js-yaml": "3.12.5",
"@types/js-yaml": "4.0.2",
"@types/json-schema": "7.0.6",
"@types/lodash.merge": "4.6.6",
"@types/mocha": "8.0.4",
Expand Down

0 comments on commit 67c52d4

Please sign in to comment.