From c936386afd7dc4ed5199c96c0b07d22b134067d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 04:19:07 +0000 Subject: [PATCH] build(deps): bump cross-env from 7.0.0 to 7.0.1 in /backend Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.0...v7.0.1) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 9396cdaa9..3a67b3c64 100644 --- a/backend/package.json +++ b/backend/package.json @@ -49,7 +49,7 @@ "bcryptjs": "~2.4.3", "cheerio": "~1.0.0-rc.3", "cors": "~2.8.5", - "cross-env": "~7.0.0", + "cross-env": "~7.0.1", "date-fns": "2.10.0", "debug": "~4.1.1", "dotenv": "~8.2.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index 46367d580..e8bdc8f62 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -2972,10 +2972,10 @@ create-error-class@^3.0.0: dependencies: capture-stack-trace "^1.0.0" -cross-env@~7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.0.tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479" - integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ== +cross-env@~7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.1.tgz#c8e03412ea0e1370fe3f0066929a70b8e1e90c39" + integrity sha512-1+DmLosu38kC4s1H4HzNkcolwdANifu9+5bE6uKQCV4L6jvVdV9qdRAk8vV3GoWRe0x4z+K2fFhgoDMqwNsPqQ== dependencies: cross-spawn "^7.0.1"