Skip to content

Commit c0cb125

Browse files
committed
fix(deps): update dependency js-yaml to v4
1 parent cf39415 commit c0cb125

File tree

3 files changed

+107
-18
lines changed

3 files changed

+107
-18
lines changed

mock/package-lock.json

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

mock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"errorhandler": "1.5.1",
2929
"express": "4.17.1",
3030
"json-schema-ref-parser": "9.0.6",
31-
"js-yaml": "3.14.0",
31+
"js-yaml": "4.1.0",
3232
"morgan": "1.10.0",
3333
"openapi-backend": "3.6.3",
3434
"source-map-support": "0.5.19",
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@types/errorhandler": "1.5.0",
3939
"@types/jest": "26.0.23",
40-
"@types/js-yaml": "3.12.5",
40+
"@types/js-yaml": "4.0.1",
4141
"@types/json-schema": "7.0.6",
4242
"@types/morgan": "1.9.2",
4343
"@types/node": "11.15.53",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"content-type": "1.0.4",
5050
"debug": "4.2.0",
5151
"express": "4.17.1",
52-
"js-yaml": "3.14.0",
52+
"js-yaml": "4.1.0",
5353
"json-schema-ref-parser": "9.0.6",
5454
"lodash": "4.17.20",
5555
"openapi-backend": "3.6.3",
@@ -65,7 +65,7 @@
6565
"@types/chai": "4.2.14",
6666
"@types/content-type": "1.1.3",
6767
"@types/debug": "4.1.5",
68-
"@types/js-yaml": "3.12.5",
68+
"@types/js-yaml": "4.0.1",
6969
"@types/json-schema": "7.0.6",
7070
"@types/lodash.merge": "4.6.6",
7171
"@types/mocha": "8.0.4",

0 commit comments

Comments
 (0)