From be7fe033ed62654fa6ef65bb2cfca6f63d29cd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:56:07 +0000 Subject: [PATCH] chore(deps-dev): bump tsx from 4.16.3 to 4.16.5 Bumps [tsx](https://github.com/privatenumber/tsx) from 4.16.3 to 4.16.5. - [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.16.3...v4.16.5) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/app/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/app/package.json b/examples/app/package.json index 2375361506..df4a1571bf 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -37,7 +37,7 @@ "jest": "^29.7.0", "source-map-support": "^0.5.21", "ts-jest": "^29.2.4", - "tsx": "^4.16.3", + "tsx": "^4.16.5", "typescript": "^5.4.5" }, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 340c524e29..33032f17e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "jest": "^29.7.0", "source-map-support": "^0.5.21", "ts-jest": "^29.2.4", - "tsx": "^4.16.3", + "tsx": "^4.16.5", "typescript": "^5.4.5" } }, @@ -15023,9 +15023,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsx": { - "version": "4.16.3", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.3.tgz", - "integrity": "sha512-MP8AEUxVnboD2rCC6kDLxnpDBNWN9k3BSVU/0/nNxgm70bPBnfn+yCKcnOsIVPQwdkbKYoFOlKjjWZWJ2XCXUg==", + "version": "4.16.5", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.5.tgz", + "integrity": "sha512-ArsiAQHEW2iGaqZ8fTA1nX0a+lN5mNTyuGRRO6OW3H/Yno1y9/t1f9YOI1Cfoqz63VAthn++ZYcbDP7jPflc+A==", "dev": true, "dependencies": { "esbuild": "~0.21.5",