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>
This commit is contained in:
dependabot[bot]
2026-04-23 06:38:00 -07:00
committed by GitHub
parent 0def693b63
commit e805b225f7
4 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -16474,9 +16474,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/yaml": { "node_modules/yaml": {
"version": "2.8.2", "version": "2.8.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
"license": "ISC", "license": "ISC",
"bin": { "bin": {
"yaml": "bin.mjs" "yaml": "bin.mjs"
@@ -16724,7 +16724,7 @@
"name": "@yaak/importer-insomnia", "name": "@yaak/importer-insomnia",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"yaml": "^2.4.2" "yaml": "^2.8.3"
} }
}, },
"plugins/importer-openapi": { "plugins/importer-openapi": {
@@ -16732,7 +16732,7 @@
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"openapi-to-postmanv2": "^5.8.0", "openapi-to-postmanv2": "^5.8.0",
"yaml": "^2.4.2" "yaml": "^2.8.3"
}, },
"devDependencies": { "devDependencies": {
"@types/openapi-to-postmanv2": "^5.0.0" "@types/openapi-to-postmanv2": "^5.0.0"
@@ -16924,7 +16924,7 @@
"uuid": "^14.0.0", "uuid": "^14.0.0",
"vkbeautify": "^0.99.3", "vkbeautify": "^0.99.3",
"whatwg-mimetype": "^4.0.0", "whatwg-mimetype": "^4.0.0",
"yaml": "^2.6.1" "yaml": "^2.8.3"
}, },
"devDependencies": { "devDependencies": {
"@lezer/generator": "^1.8.0", "@lezer/generator": "^1.8.0",
+1 -1
View File
@@ -10,6 +10,6 @@
"test": "vp test --run tests" "test": "vp test --run tests"
}, },
"dependencies": { "dependencies": {
"yaml": "^2.4.2" "yaml": "^2.8.3"
} }
} }
+1 -1
View File
@@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"openapi-to-postmanv2": "^5.8.0", "openapi-to-postmanv2": "^5.8.0",
"yaml": "^2.4.2" "yaml": "^2.8.3"
}, },
"devDependencies": { "devDependencies": {
"@types/openapi-to-postmanv2": "^5.0.0" "@types/openapi-to-postmanv2": "^5.0.0"
+1 -1
View File
@@ -73,7 +73,7 @@
"uuid": "^14.0.0", "uuid": "^14.0.0",
"vkbeautify": "^0.99.3", "vkbeautify": "^0.99.3",
"whatwg-mimetype": "^4.0.0", "whatwg-mimetype": "^4.0.0",
"yaml": "^2.6.1" "yaml": "^2.8.3"
}, },
"devDependencies": { "devDependencies": {
"@lezer/generator": "^1.8.0", "@lezer/generator": "^1.8.0",