Skip to content

Commit

Permalink
chore(deps-dev): bump tsx from 4.7.1 to 4.7.2
Browse files Browse the repository at this point in the history
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](privatenumber/tsx@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed Apr 4, 2024
1 parent 0ed0c49 commit 2806998
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion extensions/kind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion extensions/podman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2806998

Please sign in to comment.