chore(deps-dev): bump tsx from 4.8.2 to 4.9.0

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.8.2 to 4.9.0.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.8.2...v4.9.0)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-03 09:15:10 +00:00 committed by Florent BENOIT
parent 560ddb0ee6
commit f70787415d
3 changed files with 6 additions and 6 deletions

View file

@ -111,7 +111,7 @@
"adm-zip": "^0.5.12",
"mkdirp": "^3.0.1",
"tmp-promise": "^3.0.3",
"tsx": "^4.8.2",
"tsx": "^4.9.0",
"vite": "^5.2.11",
"vitest": "^1.5.3"
}

View file

@ -371,7 +371,7 @@
"mkdirp": "^3.0.1",
"nock": "^14.0.0-beta.6",
"octokit": "^3.2.0",
"tsx": "^4.8.2",
"tsx": "^4.9.0",
"vite": "^5.2.11",
"vitest": "^1.5.3"
}

View file

@ -15774,10 +15774,10 @@ tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"
tsx@^4.8.2:
version "4.8.2"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.8.2.tgz#0897b1ef4b5aca4b2bc6803e5058a2b2633fce4f"
integrity sha512-hmmzS4U4mdy1Cnzpl/NQiPUC2k34EcNSTZYVJThYKhdqTwuBeF+4cG9KUK/PFQ7KHaAaYwqlb7QfmsE2nuj+WA==
tsx@^4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.9.0.tgz#08d7ea58df19d87416d26cce8caf93d0c3619852"
integrity sha512-UY0UUhDPL6MkqkZU4xTEjEBOLfV+RIt4xeeJ1qwK73xai4/zveG+X6+tieILa7rjtegUW2LE4p7fw7gAoLuytA==
dependencies:
esbuild "~0.20.2"
get-tsconfig "^4.7.3"