Commit 0e579016 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub

build(deps-dev): bump tsx from 4.2.0 to 4.3.0

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.2.0 to 4.3.0.
- [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.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: default avatardependabot[bot] <support@github.com>
parent b28486e8
...@@ -63,6 +63,6 @@ ...@@ -63,6 +63,6 @@
"@nomiclabs/hardhat-waffle": "^2.0.6", "@nomiclabs/hardhat-waffle": "^2.0.6",
"hardhat": "^2.19.1", "hardhat": "^2.19.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsx": "^4.2.0" "tsx": "^4.3.0"
} }
} }
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.11.0", "@typescript-eslint/parser": "^6.11.0",
"tsx": "^4.2.0", "tsx": "^4.3.0",
"typescript": "^5.2.2" "typescript": "^5.2.2"
} }
} }
...@@ -183,8 +183,8 @@ importers: ...@@ -183,8 +183,8 @@ importers:
specifier: ^10.9.1 specifier: ^10.9.1
version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2)
tsx: tsx:
specifier: ^4.2.0 specifier: ^4.3.0
version: 4.2.0 version: 4.3.0
packages/common-ts: packages/common-ts:
dependencies: dependencies:
...@@ -271,8 +271,8 @@ importers: ...@@ -271,8 +271,8 @@ importers:
specifier: ^6.11.0 specifier: ^6.11.0
version: 6.11.0(eslint@8.54.0)(typescript@5.2.2) version: 6.11.0(eslint@8.54.0)(typescript@5.2.2)
tsx: tsx:
specifier: ^4.2.0 specifier: ^4.3.0
version: 4.2.0 version: 4.3.0
typescript: typescript:
specifier: ^5.2.2 specifier: ^5.2.2
version: 5.2.2 version: 5.2.2
...@@ -13800,14 +13800,13 @@ packages: ...@@ -13800,14 +13800,13 @@ packages:
- ts-node - ts-node
dev: true dev: true
/tsx@4.2.0: /tsx@4.3.0:
resolution: {integrity: sha512-hvAXAz4KUYNyjXOjJJgyjT7YOGFUNLC8jnODI6Omc/wGKaZ7z0FvW5d2haqg1GLfX49H3nZOpLYRlHMYGI8Wbw==} resolution: {integrity: sha512-zalfbBdr7tvYok5sSbnsv4uL+DhT1wRZwbWwuOXjhH8YtJxN2bpl6lpXMxuPThMAKzZ2qgrhuf5ckq/uSsm3CA==}
engines: {node: '>=18.0.0'} engines: {node: '>=18.0.0'}
hasBin: true hasBin: true
dependencies: dependencies:
esbuild: 0.18.20 esbuild: 0.18.20
get-tsconfig: 4.7.2 get-tsconfig: 4.7.2
source-map-support: 0.5.21
optionalDependencies: optionalDependencies:
fsevents: 2.3.3 fsevents: 2.3.3
dev: true dev: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment