Skip to content

Commit 8cc32c9

Browse files
build(deps-dev): bump patch-package from 6.2.2 to 6.4.7
Bumps [patch-package](https://github.com/ds300/patch-package) from 6.2.2 to 6.4.7. - [Release notes](https://github.com/ds300/patch-package/releases) - [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md) - [Commits](ds300/patch-package@v6.2.2...v6.4.7) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a5d714 commit 8cc32c9

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

Diff for: yarn.lock

+19-20
Original file line numberDiff line numberDiff line change
@@ -4026,13 +4026,12 @@ find-versions@^4.0.0:
40264026
dependencies:
40274027
semver-regex "^3.1.2"
40284028

4029-
find-yarn-workspace-root@^1.2.1:
4030-
version "1.2.1"
4031-
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db"
4032-
integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==
4029+
find-yarn-workspace-root@^2.0.0:
4030+
version "2.0.0"
4031+
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd"
4032+
integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==
40334033
dependencies:
4034-
fs-extra "^4.0.3"
4035-
micromatch "^3.1.4"
4034+
micromatch "^4.0.2"
40364035

40374036
flat-cache@^3.0.4:
40384037
version "3.0.4"
@@ -4097,15 +4096,6 @@ from2@^2.1.0, from2@^2.3.0:
40974096
inherits "^2.0.1"
40984097
readable-stream "^2.0.0"
40994098

4100-
fs-extra@^4.0.3:
4101-
version "4.0.3"
4102-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
4103-
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
4104-
dependencies:
4105-
graceful-fs "^4.1.2"
4106-
jsonfile "^4.0.0"
4107-
universalify "^0.1.0"
4108-
41094099
fs-extra@^7.0.1:
41104100
version "7.0.1"
41114101
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
@@ -5033,7 +5023,7 @@ is-windows@^1.0.1, is-windows@^1.0.2:
50335023
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
50345024
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
50355025

5036-
is-wsl@^2.2.0:
5026+
is-wsl@^2.1.1, is-wsl@^2.2.0:
50375027
version "2.2.0"
50385028
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
50395029
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
@@ -6855,6 +6845,14 @@ onetime@^5.1.0, onetime@^5.1.2:
68556845
dependencies:
68566846
mimic-fn "^2.1.0"
68576847

6848+
open@^7.4.2:
6849+
version "7.4.2"
6850+
resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
6851+
integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==
6852+
dependencies:
6853+
is-docker "^2.0.0"
6854+
is-wsl "^2.1.1"
6855+
68586856
opener@^1.5.2:
68596857
version "1.5.2"
68606858
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
@@ -7134,18 +7132,19 @@ pascalcase@^0.1.1:
71347132
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
71357133

71367134
patch-package@^6.2.0:
7137-
version "6.2.2"
7138-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.2.2.tgz#71d170d650c65c26556f0d0fbbb48d92b6cc5f39"
7139-
integrity sha512-YqScVYkVcClUY0v8fF0kWOjDYopzIM8e3bj/RU1DPeEF14+dCGm6UeOYm4jvCyxqIEQ5/eJzmbWfDWnUleFNMg==
7135+
version "6.4.7"
7136+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.7.tgz#2282d53c397909a0d9ef92dae3fdeb558382b148"
7137+
integrity sha512-S0vh/ZEafZ17hbhgqdnpunKDfzHQibQizx9g8yEf5dcVk3KOflOfdufRXQX8CSEkyOQwuM/bNz1GwKvFj54kaQ==
71407138
dependencies:
71417139
"@yarnpkg/lockfile" "^1.1.0"
71427140
chalk "^2.4.2"
71437141
cross-spawn "^6.0.5"
7144-
find-yarn-workspace-root "^1.2.1"
7142+
find-yarn-workspace-root "^2.0.0"
71457143
fs-extra "^7.0.1"
71467144
is-ci "^2.0.0"
71477145
klaw-sync "^6.0.0"
71487146
minimist "^1.2.0"
7147+
open "^7.4.2"
71497148
rimraf "^2.6.3"
71507149
semver "^5.6.0"
71517150
slash "^2.0.0"

0 commit comments

Comments
 (0)