From c7e2ee48bbb810106b1aee522cc0b5dce8352063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 11:00:50 +0000 Subject: [PATCH] Bump shell-env from 3.0.0 to 3.0.1 in /app Bumps [shell-env](https://github.com/sindresorhus/shell-env) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/shell-env/releases) - [Commits](https://github.com/sindresorhus/shell-env/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index bb8d7bb3..7fd5cc89 100644 --- a/app/package.json +++ b/app/package.json @@ -33,7 +33,7 @@ "react": "17.0.1", "react-dom": "17.0.1", "semver": "7.3.4", - "shell-env": "3.0.0", + "shell-env": "3.0.1", "uuid": "8.3.2" }, "optionalDependencies": { diff --git a/app/yarn.lock b/app/yarn.lock index 5984d5e4..9be5da61 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -804,10 +804,10 @@ shebang-regex@^3.0.0: resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== -shell-env@3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/shell-env/-/shell-env-3.0.0.tgz#42484ebd0798ee321ba69f6151f2aeab13fde1d4" - integrity sha512-zE0lGldowbCLnnorLnOUO6gLSwEoW4u+qWcEV1HH2qje5sIg0PvBd+8ro74EgSZv0MBEP2dROD6vSKhGDbUIMQ== +shell-env@3.0.1: + version "3.0.1" + resolved "https://registry.npmjs.org/shell-env/-/shell-env-3.0.1.tgz#515a62f6cbd5e139365be2535745e8e53438ce77" + integrity sha512-b09fpMipAQ9ObwvIeKoQFLDXcEcCpYUUZanlad4OYQscw2I49C/u97OPQg9jWYo36bRDn62fbe07oWYqovIvKA== dependencies: default-shell "^1.0.1" execa "^1.0.0"