From 0392185d3096d99f1b1e6c07c2f1b4cf9f6ece45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:49:45 +0000 Subject: [PATCH] chore(siloLapisTests): bump tsx Bumps the minorandpatch group in /siloLapisTests with 1 update: [tsx](https://github.com/privatenumber/tsx). Updates `tsx` from 4.7.2 to 4.7.3 - [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.7.2...v4.7.3) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] --- siloLapisTests/package-lock.json | 8 ++++---- siloLapisTests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/siloLapisTests/package-lock.json b/siloLapisTests/package-lock.json index 8425338a..8e6709ff 100644 --- a/siloLapisTests/package-lock.json +++ b/siloLapisTests/package-lock.json @@ -15,7 +15,7 @@ "chai": "^5.1.0", "mocha": "^10.4.0", "prettier": "^3.2.5", - "tsx": "^4.7.2", + "tsx": "^4.7.3", "typescript": "^5.4.5" } }, @@ -2053,9 +2053,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsx": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.2.tgz", - "integrity": "sha512-BCNd4kz6fz12fyrgCTEdZHGJ9fWTGeUzXmQysh0RVocDY3h4frk05ZNCXSy4kIenF7y/QnrdiVpTsyNRn6vlAw==", + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.3.tgz", + "integrity": "sha512-+fQnMqIp/jxZEXLcj6WzYy9FhcS5/Dfk8y4AtzJ6ejKcKqmfTF8Gso/jtrzDggCF2zTU20gJa6n8XqPYwDAUYQ==", "dependencies": { "esbuild": "~0.19.10", "get-tsconfig": "^4.7.2" diff --git a/siloLapisTests/package.json b/siloLapisTests/package.json index d49e0f1c..8481585e 100644 --- a/siloLapisTests/package.json +++ b/siloLapisTests/package.json @@ -23,7 +23,7 @@ "chai": "^5.1.0", "mocha": "^10.4.0", "prettier": "^3.2.5", - "tsx": "^4.7.2", + "tsx": "^4.7.3", "typescript": "^5.4.5" } }