From a512aded42a79dd0304ef0c0ff92abcf60917efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 16:49:10 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.8.3 to 4.8.4 in /examples/cra Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/cra/package.json | 2 +- examples/cra/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/cra/package.json b/examples/cra/package.json index 4553c9729..fe482629e 100644 --- a/examples/cra/package.json +++ b/examples/cra/package.json @@ -35,6 +35,6 @@ "devDependencies": { "eslint": "^5", "source-map-explorer": "^2.2.2", - "typescript": "^3.7.5" + "typescript": "^4.8.4" } } diff --git a/examples/cra/yarn.lock b/examples/cra/yarn.lock index 1db982bee..6b398818f 100644 --- a/examples/cra/yarn.lock +++ b/examples/cra/yarn.lock @@ -10264,10 +10264,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.7.5: - version "3.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061" - integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w== +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== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4"