From 1046ce34b25d91aa94fdaf7f62be195c6471d713 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Sep 2020 03:31:50 +0000 Subject: [PATCH] fix: upgrade promise from 8.0.1 to 8.1.0 Snyk has created this PR to upgrade promise from 8.0.1 to 8.1.0. See this package in npm: https://www.npmjs.com/package/promise See this project in Snyk: https://app.snyk.io/org/q1blue/project/90dc5d9c-fc1f-4605-9f99-aea3182c633f?utm_source=github&utm_medium=upgrade-pr --- benchmark/package-lock.json | 11 ++++++----- benchmark/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/benchmark/package-lock.json b/benchmark/package-lock.json index 4fd5c078d..c58f85870 100644 --- a/benchmark/package-lock.json +++ b/benchmark/package-lock.json @@ -1020,11 +1020,11 @@ "integrity": "sha1-VcapdtD5uvuZJIUTUP5HubX7t8E=" }, "promise": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.0.1.tgz", - "integrity": "sha1-5F1osAoXZHttpxG/he1u1HII9FA=", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz", + "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==", "requires": { - "asap": "2.0.6" + "asap": "~2.0.6" } }, "q": { @@ -1102,7 +1102,7 @@ "babel-preset-es2015": "6.24.1", "colors": "1.1.2", "commander": "2.16.0", - "source-map-support": "git+https://github.com/Sage/node-source-map-support.git#ca4cf25ab660a84cbf489c73572f6451eafddc6e", + "source-map-support": "source-map-support@git+https://github.com/Sage/node-source-map-support.git#ca4cf25ab660a84cbf489c73572f6451eafddc6e", "streamline-runtime": "1.1.15", "typescript": "2.9.2" }, @@ -1174,6 +1174,7 @@ }, "source-map-support": { "version": "git+https://github.com/Sage/node-source-map-support.git#ca4cf25ab660a84cbf489c73572f6451eafddc6e", + "from": "source-map-support@git+https://github.com/Sage/node-source-map-support.git#ca4cf25ab660a84cbf489c73572f6451eafddc6e", "requires": { "source-map": "0.1.32" }, diff --git a/benchmark/package.json b/benchmark/package.json index 54bcae1f1..bcf542944 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -11,7 +11,7 @@ "lie": "^3.3.0", "neo-async": "^2.5.1", "optimist": "^0.6.1", - "promise": "^8.0.1", + "promise": "^8.1.0", "q": "^1.5.1", "rsvp": "^4.8.3", "streamline": "^2.1.3",