From f7fc64fa9887669aa301915605a75dd84ace3319 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Apr 2022 18:34:23 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/yarn-app/package.json & test/acceptance/workspaces/yarn-app/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 --- test/acceptance/workspaces/yarn-app/package.json | 2 +- test/acceptance/workspaces/yarn-app/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/test/acceptance/workspaces/yarn-app/package.json b/test/acceptance/workspaces/yarn-app/package.json index f821bf2689..a5c1e1704d 100644 --- a/test/acceptance/workspaces/yarn-app/package.json +++ b/test/acceptance/workspaces/yarn-app/package.json @@ -5,6 +5,6 @@ "license": "MIT", "dependencies": { "marked": "^0.3.6", - "moment": "^2.18.1" + "moment": "^2.29.2" } } diff --git a/test/acceptance/workspaces/yarn-app/yarn.lock b/test/acceptance/workspaces/yarn-app/yarn.lock index b752c5a2f7..a3799694d8 100644 --- a/test/acceptance/workspaces/yarn-app/yarn.lock +++ b/test/acceptance/workspaces/yarn-app/yarn.lock @@ -6,6 +6,7 @@ marked@^0.3.6: version "0.3.6" resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7" -moment@^2.18.1: - version "2.18.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f" +moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" + integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==