From c7449dac475bb506f666c75bfa7f84ae5cd3b828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:30:59 +0000 Subject: [PATCH] Bump tsx from 4.1.1 to 4.1.4 Bumps [tsx](https://github.com/privatenumber/tsx) from 4.1.1 to 4.1.4. - [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.1.1...v4.1.4) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccf9144..222df48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@tsconfig/strictest": "^2.0.2", "@types/node": "^20.9.2", "esbuild": "^0.19.6", - "tsx": "^4.1.1", + "tsx": "^4.1.4", "typescript": "^5.2.2" }, "engines": { @@ -958,9 +958,9 @@ "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" }, "node_modules/tsx": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.1.1.tgz", - "integrity": "sha512-zyPn5BFMB0TB5kMLbYPNx4x/oL/oSlaecdKCv6WeJ0TeSEfx8RTJWjuB5TZ2dSewktgfBsBO/HNA9mrMWqLXMA==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.1.4.tgz", + "integrity": "sha512-9X7uBCIyUsvMzIH+o8m+5o/5eL461cChCF+XUtOZsPr1a4pZx2lTQx0Muu5G5VwJWZwAGKBe3sJHLk82BENAVw==", "dev": true, "dependencies": { "esbuild": "~0.18.20", @@ -2088,9 +2088,9 @@ "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" }, "tsx": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.1.1.tgz", - "integrity": "sha512-zyPn5BFMB0TB5kMLbYPNx4x/oL/oSlaecdKCv6WeJ0TeSEfx8RTJWjuB5TZ2dSewktgfBsBO/HNA9mrMWqLXMA==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.1.4.tgz", + "integrity": "sha512-9X7uBCIyUsvMzIH+o8m+5o/5eL461cChCF+XUtOZsPr1a4pZx2lTQx0Muu5G5VwJWZwAGKBe3sJHLk82BENAVw==", "dev": true, "requires": { "esbuild": "~0.18.20", diff --git a/package.json b/package.json index 08fe0c9..c9cfa73 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@tsconfig/strictest": "^2.0.2", "@types/node": "^20.9.2", "esbuild": "^0.19.6", - "tsx": "^4.1.1", + "tsx": "^4.1.4", "typescript": "^5.2.2" } }