From 4ab50c57567bd79bfeff0adcdd045e2dc8dd4ccd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Apr 2022 22:29:17 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.6.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4a1a498b..fdeaee9a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-test-renderer": "16.14.0", "spire": "4.1.2", "spire-plugin-semantic-release": "4.1.0", - "typescript": "4.6.3", + "typescript": "4.6.4", "whatwg-fetch": "3.6.2" }, "files": [ diff --git a/yarn.lock b/yarn.lock index 6d0a6b00..a792d01f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14490,10 +14490,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== typescript@^3.9.7: version "3.9.9"