From 8d968db7b5ba9909259fbd494539e3d03012f146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:46:33 +0000 Subject: [PATCH] Bump tsx in the typescript group across 1 directory Bumps the typescript group with 1 update in the / directory: [tsx](https://github.com/privatenumber/tsx). Updates `tsx` from 4.22.3 to 4.22.4 - [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.22.3...v4.22.4) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04d22b4c49a..236ffd33cc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,7 +110,7 @@ "solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.3.0", "ts-jest": "^29.4.11", "tsconfig-paths": "^4.2.0", - "tsx": "^4.22.3", + "tsx": "^4.22.4", "typescript": "^5.9.3", "unified": "^11.0.4", "unist-util-visit": "^5.1.0", @@ -36159,9 +36159,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.3.tgz", - "integrity": "sha512-mdoNxBC/cSQObGGVQ5Bpn5i+yv7j68gk3Nfm3wFjcJg3Z0Mix9jzAFfP12prmm5eVGmDKtp0yyArrs0Q+8gZHg==", + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz", + "integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f62079c53cb..c6a7e25729d 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.3.0", "ts-jest": "^29.4.11", "tsconfig-paths": "^4.2.0", - "tsx": "^4.22.3", + "tsx": "^4.22.4", "typescript": "^5.9.3", "unified": "^11.0.4", "unist-util-visit": "^5.1.0",