Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit 77a434e

Browse files
committed
chore(deps): update dependency patch-package to v6
1 parent 2f5031d commit 77a434e

File tree

2 files changed

+41
-23
lines changed

2 files changed

+41
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"concurrently": "4.1.0",
4747
"husky": "1.3.1",
4848
"npm-run-all": "4.1.5",
49-
"patch-package": "5.1.2",
49+
"patch-package": "6.1.0",
5050
"postinstall-prepare": "1.0.1",
5151
"prettier": "1.16.4",
5252
"react-native": "npm:@brunolemos/react-native",

yarn.lock

Lines changed: 40 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,11 @@
13781378
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.1.tgz#5c85d662f76fa1d34575766c5dcd6615abcd30d8"
13791379
integrity sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g==
13801380

1381+
"@yarnpkg/lockfile@^1.1.0":
1382+
version "1.1.0"
1383+
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
1384+
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
1385+
13811386
13821387
version "2.6.0"
13831388
resolved "https://registry.yarnpkg.com/@zeit/schemas/-/schemas-2.6.0.tgz#004e8e553b4cd53d538bd38eac7bcbf58a867fe3"
@@ -4957,6 +4962,14 @@ find-up@^2.0.0, find-up@^2.1.0:
49574962
dependencies:
49584963
locate-path "^2.0.0"
49594964

4965+
find-yarn-workspace-root@^1.2.1:
4966+
version "1.2.1"
4967+
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db"
4968+
integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==
4969+
dependencies:
4970+
fs-extra "^4.0.3"
4971+
micromatch "^3.1.4"
4972+
49604973
flat-cache@^1.2.1:
49614974
version "1.3.4"
49624975
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.4.tgz#2c2ef77525cc2929007dfffa1dd314aa9c9dee6f"
@@ -5098,7 +5111,7 @@ fs-extra@^1.0.0:
50985111
jsonfile "^2.1.0"
50995112
klaw "^1.0.0"
51005113

5101-
fs-extra@^4.0.1, fs-extra@^4.0.2:
5114+
fs-extra@^4.0.1, fs-extra@^4.0.2, fs-extra@^4.0.3:
51025115
version "4.0.3"
51035116
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
51045117
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
@@ -7130,6 +7143,13 @@ kind-of@^6.0.0, kind-of@^6.0.2:
71307143
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
71317144
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==
71327145

7146+
klaw-sync@^6.0.0:
7147+
version "6.0.0"
7148+
resolved "https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-6.0.0.tgz#1fd2cfd56ebb6250181114f0a581167099c2b28c"
7149+
integrity sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==
7150+
dependencies:
7151+
graceful-fs "^4.1.11"
7152+
71337153
klaw@^1.0.0:
71347154
version "1.3.1"
71357155
resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439"
@@ -8583,7 +8603,7 @@ os-locale@^3.1.0:
85838603
lcid "^2.0.0"
85848604
mem "^4.0.0"
85858605

8586-
os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2:
8606+
os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.2:
85878607
version "1.0.2"
85888608
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
85898609
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
@@ -8758,19 +8778,24 @@ pascalcase@^0.1.1:
87588778
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
87598779
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
87608780

8761-
patch-package@5.1.2:
8762-
version "5.1.2"
8763-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-5.1.2.tgz#01753261026dbf6fb223cc0bbd2931a29da9dfc2"
8764-
integrity sha512-6NA7/hcAG/eZ6TcugOIkmRMA9wg/CVm+gyJpWJwc7Z8E0dkMeQwnVw5oDvhG+bEHBhsQLn+rF7PAx7p2QWnfNA==
8781+
patch-package@6.1.0:
8782+
version "6.1.0"
8783+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.1.0.tgz#80985dc5c2042c42bcf34c8c35622ce95e5c16dc"
8784+
integrity sha512-YbnG+p2d96E5A/WJ7kNJRWegpxyN7L0BWZ7FnYwC3ighfD2nr3vZYvl33oJmL9ZrFEP1bhQvJPV6iKHdRIro7A==
87658785
dependencies:
8766-
chalk "^1.1.3"
8767-
cross-spawn "^5.1.0"
8768-
fs-extra "^4.0.1"
8786+
"@yarnpkg/lockfile" "^1.1.0"
8787+
chalk "^2.4.2"
8788+
cross-spawn "^6.0.5"
8789+
find-yarn-workspace-root "^1.2.1"
8790+
fs-extra "^7.0.1"
8791+
is-ci "^2.0.0"
8792+
klaw-sync "^6.0.0"
87698793
minimist "^1.2.0"
8770-
rimraf "^2.6.1"
8771-
slash "^1.0.0"
8772-
tmp "^0.0.31"
8773-
update-notifier "^2.2.0"
8794+
rimraf "^2.6.3"
8795+
semver "^5.6.0"
8796+
slash "^2.0.0"
8797+
tmp "^0.0.33"
8798+
update-notifier "^2.5.0"
87748799

87758800
87768801
version "0.0.0"
@@ -10654,7 +10679,7 @@ rgba-regex@^1.0.0:
1065410679
resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
1065510680
integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
1065610681

10657-
10682+
[email protected], rimraf@^2.6.3:
1065810683
version "2.6.3"
1065910684
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
1066010685
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
@@ -11735,13 +11760,6 @@ timsort@^0.3.0:
1173511760
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
1173611761
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1173711762

11738-
tmp@^0.0.31:
11739-
version "0.0.31"
11740-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.31.tgz#8f38ab9438e17315e5dbd8b3657e8bfb277ae4a7"
11741-
integrity sha1-jzirlDjhcxXl29izZX6L+yd65Kc=
11742-
dependencies:
11743-
os-tmpdir "~1.0.1"
11744-
1174511763
tmp@^0.0.33:
1174611764
version "0.0.33"
1174711765
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -12182,7 +12200,7 @@ [email protected]:
1218212200
registry-auth-token "3.3.2"
1218312201
registry-url "3.1.0"
1218412202

12185-
update-notifier@^2.2.0, update-notifier@^2.5.0:
12203+
update-notifier@^2.5.0:
1218612204
version "2.5.0"
1218712205
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6"
1218812206
integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==

0 commit comments

Comments
 (0)