diff --git a/packages/referrer-parser/package.json b/packages/referrer-parser/package.json index 5ac345dd2..db2cedb91 100644 --- a/packages/referrer-parser/package.json +++ b/packages/referrer-parser/package.json @@ -57,7 +57,7 @@ "sinon": "22.0.0", "typescript": "5.9.3", "vite": "8.0.13", - "vite-plugin-dts": "5.0.0", + "vite-plugin-dts": "5.0.1", "vitest": "4.1.6" }, "engines": { diff --git a/yarn.lock b/yarn.lock index e3e159519..9ea51e7b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11535,10 +11535,10 @@ universalify@^2.0.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== -unplugin-dts@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unplugin-dts/-/unplugin-dts-1.0.0.tgz#202b74ec3caee136fa64f4661fe16b303253f85c" - integrity sha512-qz+U1lCscwq+t8Mkaxy5Esa7IQ5wWV18b4mnioOXSdnPaNiJ0+qgE3I+KL6UkXYZWxxGo2qdGone8LEQ52Sfkw== +unplugin-dts@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/unplugin-dts/-/unplugin-dts-1.0.1.tgz#9ffd538fad8fe887fe9c93e5920a70042fadcacb" + integrity sha512-EdJZxdWP4Tm/xhe58/zAge3Tu0OKDYygm8rucRrcCZ4XzgA31jexUKhaJuEMddOPBDs9ONnq6vwigbjeBqkfuw== dependencies: "@rollup/pluginutils" "^5.1.4" "@volar/typescript" "^2.4.26" @@ -11644,12 +11644,12 @@ vfile@^4.0.0: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" -vite-plugin-dts@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-5.0.0.tgz#b99bd7b5dc60e774cef71db8a1da3b4500176121" - integrity sha512-VLNAUttBq7pLxxL/m/ztjd5zj5yiviiC7ijfPFVLK5c45FLcibvieBsdjSka3a4ag1qdrAF9K3OysH4/lW+rPQ== +vite-plugin-dts@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-5.0.1.tgz#fea9dcc8ad16d782fd6bc352e44dd73fa7a28da2" + integrity sha512-1L+x8bVPDhlI4kLzRIIGqO+b1VnvtY6CoHrU+riaipHJUAxayM0i1HObqeBv33Svil9hW64Z2KNiOn6UrKWCbA== dependencies: - unplugin-dts "1.0.0" + unplugin-dts "1.0.1" vite@8.0.13, "vite@^6.0.0 || ^7.0.0 || ^8.0.0": version "8.0.13"