1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 16:16:21 -04:00

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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-03 18:42:11 +00:00 committed by Jake Jarvis
parent 8d12863bbc
commit de3ab8176f
2 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.7.4",
"cross-env": "^7.0.0",
"cross-env": "^7.0.1",
"get-folder-size": "^2.0.1",
"html-minifier": "^4.0.0",
"hugo-extended": "0.65.3",

View File

@ -1004,10 +1004,10 @@ create-thenable@~1.0.0:
object.omit "~2.0.0"
unique-concat "~0.2.2"
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"