From 55edb918a12f85affc39af0bc396206942f081b9 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Wed, 11 May 2022 20:08:08 +0000 Subject: [PATCH] [CVE] Resolves grunt to 1.5.3 Addresses CVE-2022-1537 Issue: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1579 Signed-off-by: Kawika Avilla --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5c4347de5f3e..c0bd12420ec6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9498,9 +9498,9 @@ grunt-run@^0.8.1: strip-ansi "^3.0.0" grunt@^1.5.2: - version "1.5.2" - resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.5.2.tgz#46b014e28d17c85baac19d5e891bb3f04923c098" - integrity sha512-XCtfaIu72OyDqK24MjWiGC9SwlkuhkS1mrULr1xzuJ2XqAFhP3ZAchZGHJeSCY6mkaOXU4F7SbmmCF7xIVoC9w== + version "1.5.3" + resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.5.3.tgz#3214101d11257b7e83cf2b38ea173b824deab76a" + integrity sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ== dependencies: dateformat "~3.0.3" eventemitter2 "~0.4.13"