Skip to content

Commit e112379

Browse files
chore(deps): update dependency patch-package to v6.5.0 (#1228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34c32e0 commit e112379

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
@@ -51,7 +51,7 @@
5151
"jest-snapshot-serializer-raw": "1.2.0",
5252
"json-schema-to-markdown": "1.1.1",
5353
"lint-staged": "13.0.3",
54-
"patch-package": "6.4.7",
54+
"patch-package": "6.5.0",
5555
"prettier": "2.7.1",
5656
"rimraf": "3.0.2",
5757
"ts-node": "10.9.1",

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ caniuse-lite@^1.0.30001400:
26422642
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001410.tgz#b5a86366fbbf439d75dd3db1d21137a73e829f44"
26432643
integrity sha512-QoblBnuE+rG0lc3Ur9ltP5q47lbguipa/ncNMyyGuqPk44FxbScWAeEO+k5fSQ8WekdAK4mWqNs1rADDAiN5xQ==
26442644

2645-
chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.2:
2645+
chalk@^2.0.0, chalk@^2.1.0:
26462646
version "2.4.2"
26472647
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
26482648
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -5456,24 +5456,25 @@ pascal-case@^3.1.1:
54565456
no-case "^3.0.4"
54575457
tslib "^2.0.3"
54585458

5459-
patch-package@6.4.7:
5460-
version "6.4.7"
5461-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.7.tgz#2282d53c397909a0d9ef92dae3fdeb558382b148"
5462-
integrity sha512-S0vh/ZEafZ17hbhgqdnpunKDfzHQibQizx9g8yEf5dcVk3KOflOfdufRXQX8CSEkyOQwuM/bNz1GwKvFj54kaQ==
5459+
patch-package@6.5.0:
5460+
version "6.5.0"
5461+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.5.0.tgz#feb058db56f0005da59cfa316488321de585e88a"
5462+
integrity sha512-tC3EqJmo74yKqfsMzELaFwxOAu6FH6t+FzFOsnWAuARm7/n2xB5AOeOueE221eM9gtMuIKMKpF9tBy/X2mNP0Q==
54635463
dependencies:
54645464
"@yarnpkg/lockfile" "^1.1.0"
5465-
chalk "^2.4.2"
5465+
chalk "^4.1.2"
54665466
cross-spawn "^6.0.5"
54675467
find-yarn-workspace-root "^2.0.0"
54685468
fs-extra "^7.0.1"
54695469
is-ci "^2.0.0"
54705470
klaw-sync "^6.0.0"
5471-
minimist "^1.2.0"
5471+
minimist "^1.2.6"
54725472
open "^7.4.2"
54735473
rimraf "^2.6.3"
54745474
semver "^5.6.0"
54755475
slash "^2.0.0"
54765476
tmp "^0.0.33"
5477+
yaml "^1.10.2"
54775478

54785479
path-exists@^3.0.0:
54795480
version "3.0.0"

0 commit comments

Comments
 (0)