From 0191939bb35dc379c277131e512aefca334d8ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:52:45 +0000 Subject: [PATCH] Bump @rollup/plugin-typescript from 11.1.2 to 11.1.4 Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.2 to 11.1.4. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.4/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 986656ca3f07..5b925dca5008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@rollup/plugin-node-resolve": "15.2.0", "@rollup/plugin-replace": "5.0.2", - "@rollup/plugin-typescript": "11.1.2", + "@rollup/plugin-typescript": "11.1.4", "@rollup/pluginutils": "5.0.3", "@types/chrome": "0.0.243", "@types/eslint": "8.44.2", @@ -1563,9 +1563,9 @@ } }, "node_modules/@rollup/plugin-typescript": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.2.tgz", - "integrity": "sha512-0ghSOCMcA7fl1JM+0gYRf+Q/HWyg+zg7/gDSc+fRLmlJWcW5K1I+CLRzaRhXf4Y3DRyPnnDo4M2ktw+a6JcDEg==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.4.tgz", + "integrity": "sha512-WZRh5LBVLQXdKFICUId5J3eIpmjGURaBqntfg3GSZACgeOAFS+lOSMGTwfzDkELTaZVp/lWdMVNU3UkwCUBg/Q==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", diff --git a/package.json b/package.json index 315ecbb04c50..a8187cd3b95e 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "devDependencies": { "@rollup/plugin-node-resolve": "15.2.0", "@rollup/plugin-replace": "5.0.2", - "@rollup/plugin-typescript": "11.1.2", + "@rollup/plugin-typescript": "11.1.4", "@rollup/pluginutils": "5.0.3", "@types/chrome": "0.0.243", "@types/eslint": "8.44.2",