From 10f5afdcb71d5a3a1fa9d090a084db0be00b3bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 01:37:36 +0000 Subject: [PATCH] Bump the typescript group with 2 updates Bumps the typescript group with 2 updates: [tsx](https://github.com/privatenumber/tsx) and [typescript](https://github.com/microsoft/TypeScript). Updates `tsx` from 4.19.0 to 4.19.1 - [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.19.0...v4.19.1) Updates `typescript` from 5.5.4 to 5.6.2 - [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.4...v5.6.2) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7efb69b..17949ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,8 +30,8 @@ "multiple-cucumber-html-reporter": "^3.7.0", "prettier": "^3.3.2", "ts-loader": "^9.5.1", - "tsx": "^4.19.0", - "typescript": "^5.5.4", + "tsx": "^4.19.1", + "typescript": "^5.6.2", "vuepress": "^2.0.0-rc.14", "vuepress-plugin-search-pro": "^2.0.0-rc.50", "vuepress-theme-hope": "^2.0.0-rc.50" @@ -15542,9 +15542,9 @@ "dev": true }, "node_modules/tsx": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz", - "integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz", + "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==", "dev": true, "dependencies": { "esbuild": "~0.23.0", @@ -16092,9 +16092,9 @@ "peer": true }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index d158696..78279b1 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,8 @@ "multiple-cucumber-html-reporter": "^3.7.0", "prettier": "^3.3.2", "ts-loader": "^9.5.1", - "tsx": "^4.19.0", - "typescript": "^5.5.4", + "tsx": "^4.19.1", + "typescript": "^5.6.2", "vuepress": "^2.0.0-rc.14", "vuepress-plugin-search-pro": "^2.0.0-rc.50", "vuepress-theme-hope": "^2.0.0-rc.50"