From 60b9a7578045fbdc5db086238b3ec3894dd00ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 18:50:50 -0600 Subject: [PATCH] chore(deps): bump typescript from 5.1.5 to 5.1.6 in /client (#865) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.5 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package.json | 2 +- client/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 54bd924b..1c7acdc6 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", "react-scripts": "^5.0.1", - "typescript": "^5.1.5" + "typescript": "^5.1.6" }, "devDependencies": { "@babel/eslint-parser": "^7.22.5", diff --git a/client/yarn.lock b/client/yarn.lock index 4a4d8e83..7e9a5ae5 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -7591,9 +7591,9 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^5.1.5: - version "5.1.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.5.tgz#a3ae755082488b6046fe64345d293ef26af08671" +typescript@^5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" unbox-primitive@^1.0.2: version "1.0.2"