From 0443ed591e1b6b87dd0c0069174718346bb1a45b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:30:04 +0000 Subject: [PATCH] chore(deps-dev): bump tsx from 4.15.1 to 4.15.5 Bumps [tsx](https://github.com/privatenumber/tsx) from 4.15.1 to 4.15.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.15.1...v4.15.5) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2e4d9f1..b5e0ddb 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "rollup-plugin-tsconfig-paths": "^1.5.2", "supertest": "^7.0.0", "tsc-alias": "^1.8.10", - "tsx": "^4.15.1", + "tsx": "^4.15.5", "typedoc-plugin-markdown": "^4.0.3", "typescript": "^5.4.5", "vitest": "^1.6.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f0df80..ab1ecc0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -98,8 +98,8 @@ devDependencies: specifier: ^1.8.10 version: 1.8.10 tsx: - specifier: ^4.15.1 - version: 4.15.1 + specifier: ^4.15.5 + version: 4.15.5 typedoc-plugin-markdown: specifier: ^4.0.3 version: 4.0.3(typedoc@0.25.8) @@ -4314,8 +4314,8 @@ packages: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: true - /tsx@4.15.1: - resolution: {integrity: sha512-k/6h17jA1KfUR7SpcteOa880zGmF56s8gMIcSqUR5avyNFi9nlCEKpMiHLrzrqyARGr52A/JablmGey1DEWbCA==} + /tsx@4.15.5: + resolution: {integrity: sha512-iKi8jQ2VBmZ2kU/FkGkL2OSHBHsazsUzsdC/W/RwhKIEsIoZ1alCclZHP5jGfNHEaEWUJFM1GquzCf+4db3b0w==} engines: {node: '>=18.0.0'} hasBin: true dependencies: @@ -4409,7 +4409,7 @@ packages: dependencies: lunr: 2.3.9 marked: 4.3.0 - minimatch: 9.0.3 + minimatch: 9.0.4 shiki: 0.14.7 typescript: 5.4.5 dev: true