diff --git a/package.json b/package.json index c6a9dfb..a9dc8e9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "concurrently": "4.1.0", "husky": "1.3.1", "npm-run-all": "4.1.5", - "patch-package": "5.1.2", + "patch-package": "6.0.2", "postinstall-prepare": "1.0.1", "prettier": "1.16.4", "react-native": "npm:@brunolemos/react-native", diff --git a/yarn.lock b/yarn.lock index 1fd65df..d5fe79a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1070,6 +1070,11 @@ "@svgr/core" "^2.4.1" loader-utils "^1.1.0" +"@types/is-ci@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@types/is-ci/-/is-ci-1.1.0.tgz#583c5fbfcc461be9971106b9558930d67df49227" + integrity sha512-NbyqP5D4hwl5UWnnW4Cz0gIRjhecgx/9OApcCIpp4+tjqjROGf/NBcKKDfbI3YFBTTkD3JBshiNSv5V7VoVJJg== + "@types/jest@24.0.0": version "24.0.0" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.0.tgz#848492026c327b3548d92be0352a545c36a21e8a" @@ -6996,6 +7001,13 @@ kind-of@^6.0.0, kind-of@^6.0.2: resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== +klaw-sync@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-4.0.0.tgz#7785692ea1a320ac3dda7a6c0c22b33a30aa3b3f" + integrity sha512-go/5tXbgLkgwxQ2c2ewaMen6TpQtI9fTzzmTdlSGK8XxKcFSsJvn/Sgn75Vg+mOJwkKVPrqLw2Xq7x/zP1v7PQ== + dependencies: + graceful-fs "^4.1.11" + klaw@^1.0.0: version "1.3.1" resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" @@ -8600,19 +8612,22 @@ pascalcase@^0.1.1: resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= -patch-package@5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-5.1.2.tgz#01753261026dbf6fb223cc0bbd2931a29da9dfc2" - integrity sha512-6NA7/hcAG/eZ6TcugOIkmRMA9wg/CVm+gyJpWJwc7Z8E0dkMeQwnVw5oDvhG+bEHBhsQLn+rF7PAx7p2QWnfNA== +patch-package@6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.0.2.tgz#31934265f8f0549b88df5162d0d51a0e452b7e8c" + integrity sha512-F2/0E88ftrtne8khbfuXTy02a9R/Y8S5+eofrfPh8RsYojWW/XZ5bEef2oaK5sWIZ6x/40hb7cuB70oUQpBHeQ== dependencies: + "@types/is-ci" "^1.1.0" chalk "^1.1.3" cross-spawn "^5.1.0" fs-extra "^4.0.1" + is-ci "^2.0.0" + klaw-sync "^4.0.0" minimist "^1.2.0" - rimraf "^2.6.1" + rimraf "^2.6.2" slash "^1.0.0" tmp "^0.0.31" - update-notifier "^2.2.0" + update-notifier "^2.4.0" path-browserify@0.0.0: version "0.0.0" @@ -11980,7 +11995,7 @@ update-check@1.5.2: registry-auth-token "3.3.2" registry-url "3.1.0" -update-notifier@^2.2.0, update-notifier@^2.5.0: +update-notifier@^2.4.0, update-notifier@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6" integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==