From 4fbb80f56b7fdc0db52514f47db4c143e6204ea9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 20:21:08 +0000 Subject: [PATCH] fix: upgrade js-yaml from 3.0.2 to 3.14.1 Snyk has created this PR to upgrade js-yaml from 3.0.2 to 3.14.1. See this package in npm: https://www.npmjs.com/package/js-yaml See this project in Snyk: https://app.snyk.io/org/viktor-fundthrough/project/86cc3591-1048-4223-9057-ee2df681b65c?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 8f1faac2..770603e9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "express": "~3.5.1", "gulp-rename": "^1.2.0", "http-proxy": "~1.1.4", - "js-yaml": "~3.0.2", + "js-yaml": "~3.14.1", "request": "~2.36.0", "sitemap": "~0.7.3" },