From 60ef7f8a1c364e2390f60a6f0f27043345e78b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:11:09 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.1.5 to 5.1.6 in /nextjs 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nextjs/package.json | 2 +- nextjs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nextjs/package.json b/nextjs/package.json index f5d78a0..9c8ea3b 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -25,6 +25,6 @@ "@types/react": "^18.2.14", "prettier": "^2.8.8", "serve": "^14.2.0", - "typescript": "^5.1.5" + "typescript": "^5.1.6" } } diff --git a/nextjs/yarn.lock b/nextjs/yarn.lock index 53d9ece..7d56d6a 100644 --- a/nextjs/yarn.lock +++ b/nextjs/yarn.lock @@ -1554,10 +1554,10 @@ type-fest@^2.13.0: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== -typescript@^5.1.5: - version "5.1.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.5.tgz#a3ae755082488b6046fe64345d293ef26af08671" - integrity sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g== +typescript@^5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== update-check@1.5.4: version "1.5.4"