From 711a122a3664dea623e493a6de46335c0600dc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:25:17 +0000 Subject: [PATCH] chore(deps): bump @rollup/plugin-typescript from 12.1.1 to 12.1.2 Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 12.1.1 to 12.1.2. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.2/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/base-rollup-config/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd72fccb..a3f9004a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3002,9 +3002,9 @@ } }, "node_modules/@rollup/plugin-typescript": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.1.1.tgz", - "integrity": "sha512-t7O653DpfB5MbFrqPe/VcKFFkvRuFNp9qId3xq4Eth5xlyymzxNpye2z8Hrl0RIMuXTSr5GGcFpkdlMeacUiFQ==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.1.2.tgz", + "integrity": "sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg==", "dependencies": { "@rollup/pluginutils": "^5.1.0", "resolve": "^1.22.1" @@ -13605,7 +13605,7 @@ "version": "3.2.4", "license": "MIT", "dependencies": { - "@rollup/plugin-typescript": "^12.1.1" + "@rollup/plugin-typescript": "^12.1.2" } }, "packages/internal-playwright-helpers": { diff --git a/packages/base-rollup-config/package.json b/packages/base-rollup-config/package.json index d0848154..1da7b912 100644 --- a/packages/base-rollup-config/package.json +++ b/packages/base-rollup-config/package.json @@ -23,6 +23,6 @@ }, "homepage": "https://github.com/inrupt/typescript-sdk-tools#readme", "dependencies": { - "@rollup/plugin-typescript": "^12.1.1" + "@rollup/plugin-typescript": "^12.1.2" } }