Skip to content

Commit 4b1b025

Browse files
authored
fix js-yaml (#105)
1 parent dbe346d commit 4b1b025

2 files changed

Lines changed: 88 additions & 88 deletions

File tree

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,16 @@
152152
"dependencies": {
153153
"@apidevtools/swagger-parser": "10.1.1",
154154
"comment-json": "4.1.0",
155-
"js-yaml": "4.3.0",
155+
"js-yaml": "4.3.1",
156156
"lodash": "4.18.1",
157157
"lodash.get": "4.4.2",
158158
"lodash.isplainobject": "4.0.6",
159159
"lodash.partial": "4.2.1",
160160
"node-uuid": "1.4.7"
161161
},
162162
"overrides": {
163-
"fast-uri": "3.1.5",
164-
"minimatch": "10.2.4",
165-
"brace-expansion": "5.0.8"
163+
"fast-uri": "4.1.2",
164+
"minimatch": "10.2.6",
165+
"brace-expansion": "5.0.9"
166166
}
167167
}

0 commit comments

Comments
 (0)