Skip to content

Commit b2d6e79

Browse files
chore(deps): update dependency patch-package to v6.4.6 (#348)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e099fd9 commit b2d6e79

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/dedent": "0.7.0",
2929
"dedent": "0.7.0",
3030
"ts-node": "9.1.1",
31-
"patch-package": "6.4.5",
31+
"patch-package": "6.4.6",
3232
"@changesets/cli": "2.14.1",
3333
"@typescript-eslint/eslint-plugin": "4.16.1",
3434
"@typescript-eslint/parser": "4.16.1",

yarn.lock

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3133,13 +3133,12 @@ [email protected]:
31333133
micromatch "^4.0.2"
31343134
pkg-dir "^4.2.0"
31353135

3136-
find-yarn-workspace-root@^1.2.1:
3137-
version "1.2.1"
3138-
resolved "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db"
3139-
integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==
3136+
find-yarn-workspace-root@^2.0.0:
3137+
version "2.0.0"
3138+
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd"
3139+
integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==
31403140
dependencies:
3141-
fs-extra "^4.0.3"
3142-
micromatch "^3.1.4"
3141+
micromatch "^4.0.2"
31433142

31443143
flat-cache@^2.0.1:
31453144
version "2.0.1"
@@ -3227,15 +3226,6 @@ [email protected]:
32273226
jsonfile "^6.0.1"
32283227
universalify "^1.0.0"
32293228

3230-
fs-extra@^4.0.3:
3231-
version "4.0.3"
3232-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
3233-
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
3234-
dependencies:
3235-
graceful-fs "^4.1.2"
3236-
jsonfile "^4.0.0"
3237-
universalify "^0.1.0"
3238-
32393229
fs-extra@^7.0.1:
32403230
version "7.0.1"
32413231
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
@@ -5270,15 +5260,15 @@ pascalcase@^0.1.1:
52705260
resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
52715261
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
52725262

5273-
5274-
version "6.4.5"
5275-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.5.tgz#5fcefa3129c32185725b8a038753f4815c191957"
5276-
integrity sha512-iZl3nNUEQ3cdoY1U4Gj7p9aIGgn27aD3Z32TEh+13remRlkEzbc1+CdjFvy/zT/JK2EtY4ERwoiHKQU9B0PEvw==
5263+
5264+
version "6.4.6"
5265+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.6.tgz#e61fe9f0d23df509338e3b79be6e89b81d5760e4"
5266+
integrity sha512-AO2bh42z8AQL+0OUdcRpS5Z/0X8k9IQ1uc1HzlVye+2RQrtDeNgTk5SbS4rdbLJKtUWRpvPISrYZeyh+OK4AKw==
52775267
dependencies:
52785268
"@yarnpkg/lockfile" "^1.1.0"
52795269
chalk "^2.4.2"
52805270
cross-spawn "^6.0.5"
5281-
find-yarn-workspace-root "^1.2.1"
5271+
find-yarn-workspace-root "^2.0.0"
52825272
fs-extra "^7.0.1"
52835273
is-ci "^2.0.0"
52845274
klaw-sync "^6.0.0"

0 commit comments

Comments
 (0)