From 9e387599fd72b6b1ca8c1eddcdee3a6d7e9b9911 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Apr 2023 19:27:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-5458867 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fedeea7c3cc..588ba0f8004 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "redoc-cli": "^0.11.4", "snippet-enricher-cli": "^0.0.8", "swagger2openapi": "^7.0.5", - "yaml": "^1.10.2" + "yaml": "^2.2.2" } }