From c64f9b6535c91b07df5812af3f2b89af4cc187f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:40:38 +0000 Subject: [PATCH] build(deps-dev): update @rollup/plugin-typescript requirement Updates the requirements on [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) to permit the latest version. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v12.3.0/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-version: 12.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87205af..404afc1 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@commitlint/config-conventional": "^20.2.0", "@commitlint/types": "^20.0.0", "@rollup/plugin-alias": "^6.0.0", - "@rollup/plugin-typescript": "^12.1.4", + "@rollup/plugin-typescript": "^12.3.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/bun": "^1.2.21",