From e330dfd3b0222d71085e6240f0d5aa83469b73b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2020 01:04:00 +0000 Subject: [PATCH] [Security] Bump open from 0.0.5 to 7.2.0 Bumps [open](https://github.com/sindresorhus/open) from 0.0.5 to 7.2.0. **This update includes a security fix.** - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/commits/v7.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f16a48f5..d2d2a447 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gulp-imagemin": "^3.3.0", "gulp-less": "^3.3.2", "gulp-uglify": "^3.0.0", - "open": "0.0.5" + "open": "7.2.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"