diff --git a/compiler-tests/package.json b/compiler-tests/package.json index 963603bc..49005077 100644 --- a/compiler-tests/package.json +++ b/compiler-tests/package.json @@ -8,7 +8,7 @@ "node": ">= 18" }, "devDependencies": { - "@rollup/plugin-typescript": "12.1.1", + "@rollup/plugin-typescript": "12.1.2", "@types/node": "22.7.5", "assert": "2.1.0", "parcel": "2.13.2", diff --git a/compiler-tests/yarn.lock b/compiler-tests/yarn.lock index d7fec73a..fdc865a3 100644 --- a/compiler-tests/yarn.lock +++ b/compiler-tests/yarn.lock @@ -947,10 +947,10 @@ "@parcel/utils" "2.13.2" nullthrows "^1.1.1" -"@rollup/plugin-typescript@12.1.1": - version "12.1.1" - resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.1.tgz#008d16b8283a422650c463f99ae0c610cf6c9727" - integrity sha512-t7O653DpfB5MbFrqPe/VcKFFkvRuFNp9qId3xq4Eth5xlyymzxNpye2z8Hrl0RIMuXTSr5GGcFpkdlMeacUiFQ== +"@rollup/plugin-typescript@12.1.2": + version "12.1.2" + resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.2.tgz#ebaeec2e7376faa889030ccd7cb485a649e63118" + integrity sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg== dependencies: "@rollup/pluginutils" "^5.1.0" resolve "^1.22.1"