Skip to content

Commit e805b22

Browse files
Bump yaml from 2.8.2 to 2.8.3 (#435)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0def693 commit e805b22

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

package-lock.json

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

plugins/importer-insomnia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"test": "vp test --run tests"
1111
},
1212
"dependencies": {
13-
"yaml": "^2.4.2"
13+
"yaml": "^2.8.3"
1414
}
1515
}

plugins/importer-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"openapi-to-postmanv2": "^5.8.0",
14-
"yaml": "^2.4.2"
14+
"yaml": "^2.8.3"
1515
},
1616
"devDependencies": {
1717
"@types/openapi-to-postmanv2": "^5.0.0"

src-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"uuid": "^14.0.0",
7474
"vkbeautify": "^0.99.3",
7575
"whatwg-mimetype": "^4.0.0",
76-
"yaml": "^2.6.1"
76+
"yaml": "^2.8.3"
7777
},
7878
"devDependencies": {
7979
"@lezer/generator": "^1.8.0",

0 commit comments

Comments
 (0)