From 9a0a1dcd38e0cf1da78800d628dedede62bad1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 00:18:56 +0000 Subject: [PATCH] chore(deps-dev): 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 cdf70ca..f9afbdf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "minimatch": "10.0.3" }, "devDependencies": { - "@voxpelli/tsconfig": "^15.0.0", + "@voxpelli/tsconfig": "^16.1.0", "top-bun": "^10.0.0", "auto-changelog": "^2.0.0", "gh-release": "^7.0.0", @@ -20,7 +20,7 @@ "neostandard": "^0.12.0", "c8": "^10.0.0", "esbuild": "~0.25.0", - "typescript": "~5.8.2" + "typescript": "~5.9.3" }, "homepage": "https://github.com/bcomnes/deploy-to-neocities#readme", "keywords": [],