From efbfc24dacfb5390dc360a32a80fd687a7d85613 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Wed, 9 Nov 2022 09:31:07 +0200 Subject: [PATCH] fix: upgrade typescript from 4.8.3 to 4.8.4 (#440) Snyk has created this PR to upgrade typescript from 4.8.3 to 4.8.4. See this package in npm: See this project in Snyk: https://app.snyk.io/org/m.neumann0003/project/fa43585f-3bef-47f2-9c3c-8021e2afa927?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot Co-authored-by: TLSM <104547575+TLSM@users.noreply.github.com> --- chat/package.json | 2 +- chat/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chat/package.json b/chat/package.json index d54813be4..3b64e1e75 100644 --- a/chat/package.json +++ b/chat/package.json @@ -27,7 +27,7 @@ "react-window": "^1.8.7", "run-when-changed": "^2.1.0", "socket.io-client": "^4.5.3", - "typescript": "^4.8.3", + "typescript": "^4.8.4", "weak-key": "^1.0.2" }, "scripts": { diff --git a/chat/yarn.lock b/chat/yarn.lock index c974a952d..d115f53c8 100644 --- a/chat/yarn.lock +++ b/chat/yarn.lock @@ -576,10 +576,10 @@ socket.io-parser@~4.2.0: "@socket.io/component-emitter" "~3.1.0" debug "~4.3.1" -typescript@^4.8.3: - version "4.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88" - integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig== +typescript@^4.8.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== weak-key@^1.0.2: version "1.0.2"