Skip to content

Commit f30759b

Browse files
chore(deps): update dependency patch-package to v6.4.0 (#336)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d487d43 commit f30759b

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
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.3.1",
31+
"patch-package": "6.4.0",
3232
"@changesets/cli": "2.14.1",
3333
"@typescript-eslint/eslint-plugin": "4.15.2",
3434
"@typescript-eslint/parser": "4.15.2",

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3874,9 +3874,9 @@ is-windows@^1.0.0, is-windows@^1.0.2:
38743874
resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
38753875
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
38763876

3877-
is-wsl@^2.2.0:
3877+
is-wsl@^2.1.1, is-wsl@^2.2.0:
38783878
version "2.2.0"
3879-
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
3879+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
38803880
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
38813881
dependencies:
38823882
is-docker "^2.0.0"
@@ -5061,6 +5061,14 @@ onetime@^5.1.0:
50615061
dependencies:
50625062
mimic-fn "^2.1.0"
50635063

5064+
open@^7.4.2:
5065+
version "7.4.2"
5066+
resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
5067+
integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==
5068+
dependencies:
5069+
is-docker "^2.0.0"
5070+
is-wsl "^2.1.1"
5071+
50645072
opencollective-postinstall@^2.0.2:
50655073
version "2.0.3"
50665074
resolved "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz#7a0fff978f6dbfa4d006238fbac98ed4198c3259"
@@ -5253,10 +5261,10 @@ pascalcase@^0.1.1:
52535261
resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
52545262
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
52555263

5256-
patch-package@6.3.1:
5257-
version "6.3.1"
5258-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.3.1.tgz#aae3840608c2e8a230b6acb7ba80055c40a2bc6d"
5259-
integrity sha512-k0KunE/OiUf+KhcatbSjKp/VYZTlace7RmAvuX7YnGNknA34a9HLOwrUOnKz9/Vl94WCV8J1vmlzVRcopeyxow==
5264+
patch-package@6.4.0:
5265+
version "6.4.0"
5266+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.0.tgz#e307742a57ae51e177c63b994f81cf46e43eecc3"
5267+
integrity sha512-KePc85SXRoN//6T4uSDvWpH05xfyH+VGbtzgeNNsGgallox5l4UKWFHCd26SCfAI9ob9DB7MZqsxMjGMweIY+A==
52605268
dependencies:
52615269
"@yarnpkg/lockfile" "^1.1.0"
52625270
chalk "^2.4.2"
@@ -5266,6 +5274,7 @@ [email protected]:
52665274
is-ci "^2.0.0"
52675275
klaw-sync "^6.0.0"
52685276
minimist "^1.2.0"
5277+
open "^7.4.2"
52695278
rimraf "^2.6.3"
52705279
semver "^5.6.0"
52715280
slash "^2.0.0"

0 commit comments

Comments
 (0)