From ce54a064ffa9e9622367676151c22b829d99116c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 00:11:42 +0000 Subject: [PATCH] Bump the typescript group with 2 updates Bumps the typescript group with 2 updates: [@voxpelli/tsconfig](https://github.com/voxpelli/tsconfig) and [typescript](https://github.com/microsoft/TypeScript). Updates `@voxpelli/tsconfig` from 15.1.2 to 16.1.0 - [Release notes](https://github.com/voxpelli/tsconfig/releases) - [Changelog](https://github.com/voxpelli/tsconfig/blob/main/CHANGELOG.md) - [Commits](https://github.com/voxpelli/tsconfig/compare/v15.1.2...v16.1.0) Updates `typescript` from 5.8.3 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: "@voxpelli/tsconfig" dependency-version: 16.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ad296d6..d2f1221 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ }, "dependencies": {}, "devDependencies": { - "@voxpelli/tsconfig": "^15.1.0", + "@voxpelli/tsconfig": "^16.1.0", "@types/node": "^24.0.2", "standard": "^17.0.0", "npm-run-all2": "^8.0.1", "auto-changelog": "^2.0.0", "gh-release": "^7.0.0", "c8": "^10.0.0", - "typescript": "~5.8.2" + "typescript": "~5.9.3" }, "engines": { "node": ">=21",