From aa4432774ce7fc363180d6fc450a3df11dcdd29c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Jun 2021 21:36:26 +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/65b5aab4-72fa-4fd9-aedf-da04b58afa3f?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4424178..03dd6a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1650,9 +1650,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.64", @@ -3742,7 +3742,8 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", - "dev": true + "dev": true, + "optional": true }, "content-disposition": { "version": "0.5.3", @@ -5746,7 +5747,8 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true + "dev": true, + "optional": true }, "is-fullwidth-code-point": { "version": "1.0.0", @@ -5775,6 +5777,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -12223,6 +12226,7 @@ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, + "optional": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", diff --git a/package.json b/package.json index 38f697a..eac2a26 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "watch": "npm run jest -- --watch" }, "dependencies": { - "@therockstorm/utils": "^3.0.10", + "@therockstorm/utils": "^3.0.21", "p-limit": "^2.2.0", "p-whilst": "^2.1.0", "source-map-support": "^0.5.12"