From 960af331a8c0a3f2e263c8b90f1daf4303816ba8 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Sat, 13 Jan 2024 23:47:46 -0500 Subject: [PATCH] fix: autolink dep in yarn.lock is incorrect Signed-off-by: Yuan Tang --- ui/yarn.lock | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ui/yarn.lock b/ui/yarn.lock index 6af35741fc0a..808dac761123 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2604,13 +2604,11 @@ atob@^2.1.2: integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== autolinker@^3.11.0: - version "1.6.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.4.tgz#184ee1f63d412caffcf30d2c50982253c3ee86e0" - integrity sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A== + version "3.16.1" + resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-3.16.1.tgz#92f015cd4f4e5fcb81a41794de0c210a57f95883" + integrity sha512-DaCB8hJAVC7gfCMeh+rJ2iJEIMpbvCWzY5Bm3/i7Am7ZDrvpy4tZxMTYoc3iuvZqABrogfRgqPyxfA9ExATWaQ== dependencies: - follow-redirects "^1.15.4" - form-data "^4.0.0" - proxy-from-env "^1.1.0" + tslib "^2.3.0" axios@1.6.4: version "1.6.4"