Commit 894c740b authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #8149 from ethereum-optimism/dependabot/npm_and_yarn/tsx-4.1.1

build(deps-dev): bump tsx from 3.14.0 to 4.1.1
parents b8e8ce10 43c6cc13
...@@ -65,6 +65,6 @@ ...@@ -65,6 +65,6 @@
"@nomiclabs/hardhat-waffle": "^2.0.6", "@nomiclabs/hardhat-waffle": "^2.0.6",
"hardhat": "^2.19.0", "hardhat": "^2.19.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsx": "^3.14.0" "tsx": "^4.1.1"
} }
} }
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.9.1", "@typescript-eslint/parser": "^6.9.1",
"tsx": "^3.14.0", "tsx": "^4.1.1",
"typescript": "^5.2.2" "typescript": "^5.2.2"
} }
} }
...@@ -186,8 +186,8 @@ importers: ...@@ -186,8 +186,8 @@ importers:
specifier: ^10.9.1 specifier: ^10.9.1
version: 10.9.1(@types/node@20.9.0)(typescript@5.2.2) version: 10.9.1(@types/node@20.9.0)(typescript@5.2.2)
tsx: tsx:
specifier: ^3.14.0 specifier: ^4.1.1
version: 3.14.0 version: 4.1.1
packages/common-ts: packages/common-ts:
dependencies: dependencies:
...@@ -274,8 +274,8 @@ importers: ...@@ -274,8 +274,8 @@ importers:
specifier: ^6.9.1 specifier: ^6.9.1
version: 6.9.1(eslint@8.53.0)(typescript@5.2.2) version: 6.9.1(eslint@8.53.0)(typescript@5.2.2)
tsx: tsx:
specifier: ^3.14.0 specifier: ^4.1.1
version: 3.14.0 version: 4.1.1
typescript: typescript:
specifier: ^5.2.2 specifier: ^5.2.2
version: 5.2.2 version: 5.2.2
...@@ -13879,8 +13879,9 @@ packages: ...@@ -13879,8 +13879,9 @@ packages:
- ts-node - ts-node
dev: true dev: true
/tsx@3.14.0: /tsx@4.1.1:
resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==} resolution: {integrity: sha512-zyPn5BFMB0TB5kMLbYPNx4x/oL/oSlaecdKCv6WeJ0TeSEfx8RTJWjuB5TZ2dSewktgfBsBO/HNA9mrMWqLXMA==}
engines: {node: '>=18.0.0'}
hasBin: true hasBin: true
dependencies: dependencies:
esbuild: 0.18.20 esbuild: 0.18.20
......
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