From c96ab83919dfecf0886f84ac12bebdecc6b1ef4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:25:06 +0000 Subject: [PATCH] Bump the typescript group across 1 directory with 2 updates Bumps the typescript group with 2 updates in the / directory: [tsx](https://github.com/privatenumber/tsx) and [typescript](https://github.com/Microsoft/TypeScript). Updates `tsx` from 4.15.7 to 4.16.2 - [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.7...v4.16.2) Updates `typescript` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2534baf..d2c484a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,8 +30,8 @@ "multiple-cucumber-html-reporter": "^3.6.2", "prettier": "^3.3.2", "ts-loader": "^9.5.1", - "tsx": "^4.15.7", - "typescript": "^5.5.2", + "tsx": "^4.16.2", + "typescript": "^5.5.3", "vuepress": "^2.0.0-rc.14", "vuepress-plugin-search-pro": "^2.0.0-rc.50", "vuepress-theme-hope": "^2.0.0-rc.50" @@ -15114,12 +15114,12 @@ "dev": true }, "node_modules/tsx": { - "version": "4.15.7", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.15.7.tgz", - "integrity": "sha512-u3H0iSFDZM3za+VxkZ1kywdCeHCn+8/qHQS1MNoO2sONDgD95HlWtt8aB23OzeTmFP9IU4/8bZUdg58Uu5J4cg==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.2.tgz", + "integrity": "sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==", "dev": true, "dependencies": { - "esbuild": "~0.21.4", + "esbuild": "~0.21.5", "get-tsconfig": "^4.7.5" }, "bin": { @@ -15311,9 +15311,9 @@ "peer": true }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 7740ac0..574bd1b 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,8 @@ "multiple-cucumber-html-reporter": "^3.6.2", "prettier": "^3.3.2", "ts-loader": "^9.5.1", - "tsx": "^4.15.7", - "typescript": "^5.5.2", + "tsx": "^4.16.2", + "typescript": "^5.5.3", "vuepress": "^2.0.0-rc.14", "vuepress-plugin-search-pro": "^2.0.0-rc.50", "vuepress-theme-hope": "^2.0.0-rc.50"