From 5768b52919d1442274ddb1d4a08c94b1774f0469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:57:28 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20typescript=20to=205.3.3?= =?UTF-8?q?=20=F0=9F=8C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1a2c038f3..90a78e695 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "prettier": "^3.0.0", "start-server-and-test": "1.14.0", "ts-node": "10.7.0", - "typescript": "4.6.3", + "typescript": "5.3.3", "vite": "^4.4.2", "vite-plugin-eslint": "^1.8.1", "vite-plugin-istanbul": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 162b34c5b..a7830e625 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13821,10 +13821,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.6.3: - version "4.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c" - integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw== +typescript@5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== ua-parser-js@^0.7.30: version "0.7.36"