diff --git a/package.json b/package.json index 3f420f99..104a4257 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "typedoc-plugin-rename-defaults": "^0.7.3", "typescript": "^5.9.3", "typescript-eslint": "^8.59.2", - "unplugin-replace": "^0.8.0" + "unplugin-replace": "^0.9.0" } } diff --git a/yarn.lock b/yarn.lock index ce23717c..e1d8e9f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2431,10 +2431,10 @@ undici-types@~7.19.0: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.19.2.tgz#1b67fc26d0f157a0cba3a58a5b5c1e2276b8ba2a" integrity sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg== -unplugin-replace@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/unplugin-replace/-/unplugin-replace-0.8.0.tgz#b41be355b681175403cdc679b9630bd30ae43c70" - integrity sha512-/qhj6nsRIJB1WxWessn/nMp29yusnkpYZa6D9OgAxrPinzK+cvrKVsbBNWChCkuQUsEr/3JIW86tX4iOYs51uw== +unplugin-replace@^0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/unplugin-replace/-/unplugin-replace-0.9.0.tgz#36fcb03e42ec27dc4359d5eca4f6a8037019ef80" + integrity sha512-h8wjMvpNYGGNZ4llzFgrLal13LmniGkjDTMoCCon5eaoy29FbD7TLMbQetRkU9+2S7EPA+0FYKHN6/8/4eI+UA== dependencies: js-tokens "^10.0.0" rolldown-string "^0.3.0"