From 5b4160fb91a59c835b5788d0ebb0c299078dd33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:34:52 +0200 Subject: [PATCH] chore(deps-dev): bump tsx from 4.16.3 to 4.16.5 (#2873) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 237536150..df4a1571b 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 340c524e2..33032f17e 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",