diff --git a/package.json b/package.json index e70e7ea..5b79c5a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "jest": "^29.7.0" }, "devDependencies": { - "@babel/plugin-transform-typescript": "7.23.3", + "@babel/plugin-transform-typescript": "7.23.4", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.23.3", "@babel/preset-typescript": "7.23.3", diff --git a/yarn.lock b/yarn.lock index 01875f0..5bd2980 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1058,10 +1058,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-typescript@7.23.3", "@babel/plugin-transform-typescript@^7.23.3": - version "7.23.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.3.tgz#ce806e6cb485d468c48c4f717696719678ab0138" - integrity sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw== +"@babel/plugin-transform-typescript@7.23.4", "@babel/plugin-transform-typescript@^7.23.3": + version "7.23.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.4.tgz#da12914d17b3c4b307f32c5fd91fbfdf17d56f86" + integrity sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-create-class-features-plugin" "^7.22.15"