From 41d2a4c4983863b7bc445431b019af4ae93ff88e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 May 2022 19:15:47 +0000 Subject: [PATCH] feat: upgrade yaml from 1.10.2 to 2.0.1 Snyk has created this PR to upgrade yaml from 1.10.2 to 2.0.1. See this package in npm: https://www.npmjs.com/package/yaml See this project in Snyk: https://app.snyk.io/org/ekmixon/project/ad1526ee-ee7d-4c21-877f-2ea5e33c3706?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fedeea7c3cc..5fac1e3625c 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.0.1" } }