Skip to content

Commit cdc8d8e

Browse files
dependabot[bot]Kocal
authored andcommitted
build: bump cross-env from 5.1.4 to 5.1.5 in /examples/minimal (#116)
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](kentcdodds/cross-env@v5.1.4...v5.1.5) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0785ad3 commit cdc8d8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/preset-env": "^7.0.0-beta.39",
2020
"babel-loader": "8.0.0-beta.2",
2121
"copy-webpack-plugin": "^4.0.1",
22-
"cross-env": "^5.0.5",
22+
"cross-env": "^5.1.5",
2323
"css-loader": "^0.28.11",
2424
"file-loader": "^1.1.11",
2525
"mini-css-extract-plugin": "^0.4.0",

examples/minimal/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2185,9 +2185,9 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
21852185
safe-buffer "^5.0.1"
21862186
sha.js "^2.4.8"
21872187

2188-
cross-env@^5.0.5:
2189-
version "5.1.4"
2190-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.4.tgz#f61c14291f7cc653bb86457002ea80a04699d022"
2188+
cross-env@^5.1.5:
2189+
version "5.1.5"
2190+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.5.tgz#31daf7f3a52ef337c8ddda585f08175cce5d1fa5"
21912191
dependencies:
21922192
cross-spawn "^5.1.0"
21932193
is-windows "^1.0.0"

0 commit comments

Comments
 (0)