Skip to content

Commit

Permalink
chore(deps-dev): bump tsx from 4.8.2 to 4.9.0
Browse files Browse the repository at this point in the history
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](privatenumber/tsx@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed May 3, 2024
1 parent 560ddb0 commit f707874
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.8.2",
"tsx": "^4.9.0",
"vite": "^5.2.11",
"vitest": "^1.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion extensions/podman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f707874

Please sign in to comment.