From a692722991def1edd45d909f72080e4024474f6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Oct 2021 00:58:32 +0000 Subject: [PATCH] fix: upgrade grunt-aws from 0.3.0 to 0.7.1 Snyk has created this PR to upgrade grunt-aws from 0.3.0 to 0.7.1. See this package in npm: https://www.npmjs.com/package/grunt-aws See this project in Snyk: https://app.snyk.io/org/jswheeler/project/7c010278-198d-49d1-bdbf-c6e79186e483?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 4bd63dc2..e2881472 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "auth0-js": "~2.0.10", "socket.io-client": "~0.9.16", "grunt-contrib-watch": "~0.5.3", - "grunt-aws": "~0.3.0", + "grunt-aws": "~0.7.1", "newrelic": ">=0.9" } }