From 2e988b6487c4018c1ab60bc7337e82e7697497c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 07:43:38 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.3.2 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gatsby-theme-oi-wiki/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gatsby-theme-oi-wiki/package.json b/gatsby-theme-oi-wiki/package.json index 9a09ddec..ac362b1a 100644 --- a/gatsby-theme-oi-wiki/package.json +++ b/gatsby-theme-oi-wiki/package.json @@ -67,7 +67,7 @@ "eslint-plugin-react-hooks": "^4.1.2", "eslint-plugin-standard": "^5.0.0", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.24", - "typescript": "^4.3.2" + "typescript": "^4.3.5" }, "optionalDependencies": { "gatsby-plugin-manifest": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index 8f266f5f..d1209392 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14209,10 +14209,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" - integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== +typescript@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" + integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== unbox-primitive@^1.0.0, unbox-primitive@^1.0.1: version "1.0.1"