Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ts-patch to v3.3.0 - autoclosed #2547

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 24 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11787,6 +11787,17 @@ __metadata:
languageName: node
linkType: hard

"global-prefix@npm:^4.0.0":
version: 4.0.0
resolution: "global-prefix@npm:4.0.0"
dependencies:
ini: "npm:^4.1.3"
kind-of: "npm:^6.0.3"
which: "npm:^4.0.0"
checksum: 10/535489396c0e5828682f081f5227556a3b7a30ebecde9f5eb35aee4aea121fe5c5fb1b04e0fba85d1e34e6004687e51b306bdd446d391eca8449adbb4666dbe2
languageName: node
linkType: hard

"globals@npm:^11.1.0":
version: 11.12.0
resolution: "globals@npm:11.12.0"
Expand Down Expand Up @@ -12369,6 +12380,13 @@ __metadata:
languageName: node
linkType: hard

"ini@npm:^4.1.3":
version: 4.1.3
resolution: "ini@npm:4.1.3"
checksum: 10/f536b414d1442e5b233429e2b56efcdb354109b2d65ddd489e5939d8f0f5ad23c88aa2b19c92987249d0dd63ba8192e9aeb1a02b0459549c5a9ff31acd729a5d
languageName: node
linkType: hard

"ink@npm:^4.4.1":
version: 4.4.1
resolution: "ink@npm:4.4.1"
Expand Down Expand Up @@ -13846,7 +13864,7 @@ __metadata:
languageName: node
linkType: hard

"kind-of@npm:^6.0.2":
"kind-of@npm:^6.0.2, kind-of@npm:^6.0.3":
version: 6.0.3
resolution: "kind-of@npm:6.0.3"
checksum: 10/5873d303fb36aad875b7538798867da2ae5c9e328d67194b0162a3659a627d22f742fc9c4ae95cd1704132a24b00cae5041fc00c0f6ef937dc17080dc4dbb962
Expand Down Expand Up @@ -19101,19 +19119,19 @@ __metadata:
linkType: hard

"ts-patch@npm:^3.1.2":
version: 3.2.1
resolution: "ts-patch@npm:3.2.1"
version: 3.3.0
resolution: "ts-patch@npm:3.3.0"
dependencies:
chalk: "npm:^4.1.2"
global-prefix: "npm:^3.0.0"
global-prefix: "npm:^4.0.0"
minimist: "npm:^1.2.8"
resolve: "npm:^1.22.2"
semver: "npm:^7.5.4"
semver: "npm:^7.6.3"
strip-ansi: "npm:^6.0.1"
bin:
ts-patch: bin/ts-patch.js
tspc: bin/tspc.js
checksum: 10/d15d6a8bdad0a39e56a8f346a6aa7174cf48176c0aa2e5a6d223c325e411592804b02cdf428c72807ed2c617cf1031cc362ef8a74dbac3eaaada47db91b6d1d2
checksum: 10/5b0a42cacdfef2136b18b785b4ca6579d470001560d42139057fccf6ed85a622a73e5efba1b20426b047bf9aaf2090a23a9afca4e72ab330b166344dd45b3386
languageName: node
linkType: hard

Expand Down
Loading