From 1a65b87ff9d36a18568668569abc9f1f9880901a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 22:58:27 +0000 Subject: [PATCH] chore(deps): bump tsx from 4.19.3 to 4.19.4 in /src/typescript Bumps [tsx](https://github.com/privatenumber/tsx) from 4.19.3 to 4.19.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.19.3...v4.19.4) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.19.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/typescript/package-lock.json | 8 ++++---- src/typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/typescript/package-lock.json b/src/typescript/package-lock.json index c70c88b..9315074 100644 --- a/src/typescript/package-lock.json +++ b/src/typescript/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^9.8.0", "jest": "^29.7.0", "ts-jest": "^29.3.1", - "tsx": "^4.16.5", + "tsx": "^4.19.4", "typescript": "^5.7.3", "typescript-eslint": "^8.29.0" }, @@ -8065,9 +8065,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.19.3", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.3.tgz", - "integrity": "sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==", + "version": "4.19.4", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.4.tgz", + "integrity": "sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/src/typescript/package.json b/src/typescript/package.json index 57d48ce..43d825f 100644 --- a/src/typescript/package.json +++ b/src/typescript/package.json @@ -48,7 +48,7 @@ "eslint": "^9.8.0", "jest": "^29.7.0", "ts-jest": "^29.3.1", - "tsx": "^4.16.5", + "tsx": "^4.19.4", "typescript": "^5.7.3", "typescript-eslint": "^8.29.0" },