diff --git a/package.json b/package.json index 53d78e6..a8bf974 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "lint-staged": "^4.3.0", "prettier": "^1.15.3", "react-dom": "^15.6.2", - "rimraf": "^2.6.2" + "rimraf": "^2.6.3" }, "dependencies": { "babel-plugin-transform-react-jsx": "^6.24.1", diff --git a/yarn.lock b/yarn.lock index 2e80df4..ccdf919 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1579,6 +1579,17 @@ glob@^7.1.1, glob@^7.1.2, glob@~7.1.2: once "^1.3.0" path-is-absolute "^1.0.0" +glob@^7.1.3: + version "7.1.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + globals@^9.0.0: version "9.17.0" resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286" @@ -3149,11 +3160,11 @@ rimraf@2, rimraf@^2.5.1, rimraf@^2.6.1: dependencies: glob "^7.0.5" -rimraf@^2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" +rimraf@^2.6.3: + version "2.6.3" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" dependencies: - glob "^7.0.5" + glob "^7.1.3" rxjs@^5.0.0-beta.11: version "5.3.1"