From 84c8bc6d31c90a8560c92ab312b7e5d32babdcd8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Jun 2021 21:39:08 +0000 Subject: [PATCH] fix: upgrade @therockstorm/utils from 3.0.10 to 3.0.21 Snyk has created this PR to upgrade @therockstorm/utils from 3.0.10 to 3.0.21. See this package in npm: https://www.npmjs.com/package/@therockstorm/utils See this project in Snyk: https://app.snyk.io/org/dwolla/project/adacad3f-aee2-4629-bce7-696c8f45d0e7?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01f8be5..30cd3ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -520,9 +520,9 @@ } }, "@therockstorm/utils": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@therockstorm/utils/-/utils-3.0.10.tgz", - "integrity": "sha512-BG1yaViIevviT2I3n2K5U9MYpZg8nrS1y287X5OCSzp9rLd26Nzo7t2pQrUqj3DPPeJC4xByvbfLNA3+Xn1OCw==" + "version": "3.0.21", + "resolved": "https://registry.npmjs.org/@therockstorm/utils/-/utils-3.0.21.tgz", + "integrity": "sha512-8e9u2t2eI1qxvlYE1YLZBS6ejp0Fpt6RmjjejzHRiCx5xLk2srFdjILE0dOWutVQshnYdbizuKYk87Ofbi6luQ==" }, "@types/aws-lambda": { "version": "8.10.27", diff --git a/package.json b/package.json index fbe0c5c..7139705 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "watch": "npm run jest -- --watch" }, "dependencies": { - "@therockstorm/utils": "^3.0.10", + "@therockstorm/utils": "^3.0.21", "p-limit": "^2.2.0", "source-map-support": "^0.5.12" },