mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
chore(deps-dev): bump tsx from 4.7.1 to 4.7.2
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.7.1...v4.7.2) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0ed0c49a5b
commit
2806998b0b
3 changed files with 7 additions and 12 deletions
|
|
@ -111,7 +111,7 @@
|
|||
"adm-zip": "^0.5.12",
|
||||
"mkdirp": "^3.0.1",
|
||||
"tmp-promise": "^3.0.3",
|
||||
"tsx": "^4.7.1",
|
||||
"tsx": "^4.7.2",
|
||||
"vite": "^5.2.7",
|
||||
"vitest": "^1.4.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -373,7 +373,7 @@
|
|||
"mkdirp": "^3.0.1",
|
||||
"nock": "^14.0.0-beta.5",
|
||||
"octokit": "^3.2.0",
|
||||
"tsx": "^4.7.1",
|
||||
"tsx": "^4.7.2",
|
||||
"vite": "^5.2.7",
|
||||
"vitest": "^1.4.0"
|
||||
}
|
||||
|
|
|
|||
15
yarn.lock
15
yarn.lock
|
|
@ -8786,12 +8786,7 @@ get-symbol-description@^1.0.0:
|
|||
call-bind "^1.0.2"
|
||||
get-intrinsic "^1.1.1"
|
||||
|
||||
get-tsconfig@^4.5.0:
|
||||
version "4.5.0"
|
||||
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.5.0.tgz#6d52d1c7b299bd3ee9cd7638561653399ac77b0f"
|
||||
integrity sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==
|
||||
|
||||
get-tsconfig@^4.7.2:
|
||||
get-tsconfig@^4.5.0, get-tsconfig@^4.7.2:
|
||||
version "4.7.2"
|
||||
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.2.tgz#0dcd6fb330391d46332f4c6c1bf89a6514c2ddce"
|
||||
integrity sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==
|
||||
|
|
@ -15692,10 +15687,10 @@ tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.21.0:
|
|||
dependencies:
|
||||
tslib "^1.8.1"
|
||||
|
||||
tsx@^4.7.1:
|
||||
version "4.7.1"
|
||||
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.7.1.tgz#27af6cbf4e1cdfcb9b5425b1c61bb7e668eb5e84"
|
||||
integrity sha512-8d6VuibXHtlN5E3zFkgY8u4DX7Y3Z27zvvPKVmLon/D4AjuKzarkUBTLDBgj9iTQ0hg5xM7c/mYiRVM+HETf0g==
|
||||
tsx@^4.7.2:
|
||||
version "4.7.2"
|
||||
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.7.2.tgz#a108b1a6e16876cd4c9a4b4ba263f2a07f9cf562"
|
||||
integrity sha512-BCNd4kz6fz12fyrgCTEdZHGJ9fWTGeUzXmQysh0RVocDY3h4frk05ZNCXSy4kIenF7y/QnrdiVpTsyNRn6vlAw==
|
||||
dependencies:
|
||||
esbuild "~0.19.10"
|
||||
get-tsconfig "^4.7.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue