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" },