From fb17efc73ebff8d04ef33384ce8f79dca230da90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 04:28:18 +0000 Subject: [PATCH] chore: bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [tap](https://github.com/tapjs/tapjs) and [typescript](https://github.com/Microsoft/TypeScript). Updates `tap` from 16.3.10 to 19.0.2 - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@19.0.2) Updates `typescript` from 5.1.6 to 5.4.5 - [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.1.6...v5.4.5) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 537bd1c..5578c3b 100644 --- a/package.json +++ b/package.json @@ -47,9 +47,9 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", - "tap": "^16.3.7", + "tap": "^19.0.2", "ts-node": "^10.9.1", "tsc-alias": "^1.8.7", - "typescript": "~5.1.0" + "typescript": "~5.4.5" } }