From 3bf9c6548016cf19ccc3d3587043ac51f5be40df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Apr 2022 21:42:49 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.6.4 --- package.json | 2 +- website/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f1345237c17..018011f0803 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "ts-jest": "27.1.4", "ts-node": "10.7.0", "tsc-watch": "5.0.3", - "typescript": "4.6.3" + "typescript": "4.6.4" }, "resolutions": { "async": "^3.2.3", diff --git a/website/package.json b/website/package.json index 7969a589adc..6fcc6f6a625 100644 --- a/website/package.json +++ b/website/package.json @@ -65,6 +65,6 @@ "enhanced-resolve": "5.9.3", "react-router": "6.3.0", "storybook-addon-root-attribute": "1.0.2", - "typescript": "4.6.3" + "typescript": "4.6.4" } } diff --git a/yarn.lock b/yarn.lock index 16dad438bb2..f28a647f854 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6554,10 +6554,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -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@4.6.4: + version "4.6.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9" + integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg== uid-safe@~2.1.5: version "2.1.5"