From f845af99d7d3ce5d8018a6f5f9f0d22a227ffe08 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate@fachschaften.org> Date: Sun, 19 Mar 2023 12:16:33 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.9.5 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index eb41819..c9cc0a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -201,9 +201,9 @@ ts-node@^10.4.0: yn "3.1.1" typescript@^4.4.4: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== uuid@8.3.2: version "8.3.2" -- GitLab