From 30f3fab419fa913f75ae9b4317cef59aa6c916e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 10:27:57 -0500 Subject: [PATCH] chore(deps): bump open from 7.3.0 to 7.3.1 (#1630) Bumps [open](https://github.com/sindresorhus/open) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/compare/v7.3.0...v7.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 412bd66..b8d0b38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8892,9 +8892,9 @@ } }, "open": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/open/-/open-7.3.0.tgz", - "integrity": "sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/open/-/open-7.3.1.tgz", + "integrity": "sha512-f2wt9DCBKKjlFbjzGb8MOAW8LH8F0mrs1zc7KTjAJ9PZNQbfenzWbNP1VZJvw6ICMG9r14Ah6yfwPn7T7i646A==", "requires": { "is-docker": "^2.0.0", "is-wsl": "^2.1.1" diff --git a/package.json b/package.json index db02d9d..39cb7ca 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "node-notifier": "^9.0.0", "node-pagerduty": "^1.3.6", "nodemailer": "^6.4.17", - "open": "^7.3.0", + "open": "^7.3.1", "play-sound": "^1.1.3", "puppeteer": "^5.5.0", "puppeteer-extra": "^3.1.15",