From 3f10f3f743e632e677a4d7fd38e615bb8f20289e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 18:42:19 +0000 Subject: [PATCH] chore(deps-dev): bump cross-env from 7.0.0 to 7.0.1 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index daf84042b..ba5c74bf1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@vuepress/plugin-back-to-top": "1.3.1", "@vuepress/plugin-google-analytics": "1.3.1", "@vuepress/plugin-pwa": "1.3.1", - "cross-env": "7.0.0", + "cross-env": "7.0.1", "entities": "2.0.0", "eslint": "6.8.0", "eslint-config-prettier": "6.10.0", diff --git a/yarn.lock b/yarn.lock index 784064f72..e2a83181e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3715,10 +3715,10 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: safe-buffer "^5.0.1" sha.js "^2.4.8" -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"