From 375021ca9500fb1adaa46221998a0c173db193bd Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 24 Mar 2020 09:44:16 -0700 Subject: [PATCH] [Deps] update `bluebird`, `glob` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a54e944..39eb4cc 100644 --- a/package.json +++ b/package.json @@ -66,10 +66,10 @@ }, "dependencies": { "airbnb-js-shims": "^2 || ^3", - "bluebird": "^3.5.5", + "bluebird": "^3.7.2", "body-parser": "^1.19.0", "express": "^4.17.1", - "glob": "^7.1.4", + "glob": "^7.1.6", "has": "^1.0.3", "lru-cache": "^4.1.5", "object.assign": "^4.1.0",