Skip to content

Commit aff96e8

Browse files
committed
fix(deps): update dependency patch-package to v6.5.0
1 parent 2e2613f commit aff96e8

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"concurrently": "6.5.1",
57-
"patch-package": "6.4.7"
57+
"patch-package": "6.5.0"
5858
},
5959
"devDependencies": {
6060
"@changesets/cli": "2.25.1",

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19378,24 +19378,25 @@ pascalcase@^0.1.1:
1937819378
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
1937919379
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
1938019380

19381-
patch-package@6.4.7:
19382-
version "6.4.7"
19383-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.7.tgz#2282d53c397909a0d9ef92dae3fdeb558382b148"
19384-
integrity sha512-S0vh/ZEafZ17hbhgqdnpunKDfzHQibQizx9g8yEf5dcVk3KOflOfdufRXQX8CSEkyOQwuM/bNz1GwKvFj54kaQ==
19381+
patch-package@6.5.0:
19382+
version "6.5.0"
19383+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.5.0.tgz#feb058db56f0005da59cfa316488321de585e88a"
19384+
integrity sha512-tC3EqJmo74yKqfsMzELaFwxOAu6FH6t+FzFOsnWAuARm7/n2xB5AOeOueE221eM9gtMuIKMKpF9tBy/X2mNP0Q==
1938519385
dependencies:
1938619386
"@yarnpkg/lockfile" "^1.1.0"
19387-
chalk "^2.4.2"
19387+
chalk "^4.1.2"
1938819388
cross-spawn "^6.0.5"
1938919389
find-yarn-workspace-root "^2.0.0"
1939019390
fs-extra "^7.0.1"
1939119391
is-ci "^2.0.0"
1939219392
klaw-sync "^6.0.0"
19393-
minimist "^1.2.0"
19393+
minimist "^1.2.6"
1939419394
open "^7.4.2"
1939519395
rimraf "^2.6.3"
1939619396
semver "^5.6.0"
1939719397
slash "^2.0.0"
1939819398
tmp "^0.0.33"
19399+
yaml "^1.10.2"
1939919400

1940019401
1940119402
version "0.0.1"
@@ -25191,7 +25192,7 @@ yallist@^4.0.0:
2519125192
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
2519225193
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
2519325194

25194-
yaml@^1.10.0, yaml@^1.7.2:
25195+
yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
2519525196
version "1.10.2"
2519625197
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
2519725198
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

0 commit comments

Comments
 (0)