From dd7669f63aa92758b6dd22f8cc23ab64c063c627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:12:50 +0000 Subject: [PATCH] Bump @rollup/plugin-typescript from 12.1.1 to 12.1.2 in /internal-ui (#3435) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- internal-ui/package-lock.json | 9 ++++----- internal-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/internal-ui/package-lock.json b/internal-ui/package-lock.json index aebdc49ab..14c2f0283 100644 --- a/internal-ui/package-lock.json +++ b/internal-ui/package-lock.json @@ -11,7 +11,7 @@ "vite-tsconfig-paths": "5.1.4" }, "devDependencies": { - "@rollup/plugin-typescript": "12.1.1", + "@rollup/plugin-typescript": "12.1.2", "@types/node": "22.10.2", "@types/react": "19.0.1", "@typescript-eslint/eslint-plugin": "8.18.0", @@ -1681,11 +1681,10 @@ } }, "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==", "dev": true, - "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.1.0", "resolve": "^1.22.1" diff --git a/internal-ui/package.json b/internal-ui/package.json index 5430e510b..57bb7815b 100644 --- a/internal-ui/package.json +++ b/internal-ui/package.json @@ -25,7 +25,7 @@ "vite-tsconfig-paths": "5.1.4" }, "devDependencies": { - "@rollup/plugin-typescript": "12.1.1", + "@rollup/plugin-typescript": "12.1.2", "@types/node": "22.10.2", "@types/react": "19.0.1", "@typescript-eslint/eslint-plugin": "8.18.0",