From 997e9371ec65f0b17f8456615aa33145de3120b5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 21 Oct 2024 00:50:33 +0000
Subject: [PATCH] chore(deps-dev): bump @rollup/plugin-typescript

Bumps the dev-dependencies group in /reference-lib with 1 update: [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript).


Updates `@rollup/plugin-typescript` from 12.1.0 to 12.1.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.1/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 reference-lib/package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reference-lib/package-lock.json b/reference-lib/package-lock.json
index 2ae4982..6bbc760 100644
--- a/reference-lib/package-lock.json
+++ b/reference-lib/package-lock.json
@@ -1030,9 +1030,9 @@
       }
     },
     "node_modules/@rollup/plugin-typescript": {
-      "version": "12.1.0",
-      "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.1.0.tgz",
-      "integrity": "sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg==",
+      "version": "12.1.1",
+      "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.1.1.tgz",
+      "integrity": "sha512-t7O653DpfB5MbFrqPe/VcKFFkvRuFNp9qId3xq4Eth5xlyymzxNpye2z8Hrl0RIMuXTSr5GGcFpkdlMeacUiFQ==",
       "dev": true,
       "dependencies": {
         "@rollup/pluginutils": "^5.1.0",