From 043c2e37ea8c0063d5484d36cf3db87fbeaa887c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:08:19 +0000 Subject: [PATCH] chore: bump typescript from 4.7.3 to 5.1.6 in /offlinedocs Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.3 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.3...v5.1.6) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- offlinedocs/package.json | 2 +- offlinedocs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/offlinedocs/package.json b/offlinedocs/package.json index 24bfa7811df95..4c10892815351 100644 --- a/offlinedocs/package.json +++ b/offlinedocs/package.json @@ -40,7 +40,7 @@ "eslint": "8.45.0", "eslint-config-next": "13.4.10", "prettier": "3.0.0", - "typescript": "4.7.3" + "typescript": "5.1.6" }, "engines": { "npm": ">=9.0.0 <10.0.0", diff --git a/offlinedocs/yarn.lock b/offlinedocs/yarn.lock index 8ebbbe3d4dbfd..49aaae7dd7a72 100644 --- a/offlinedocs/yarn.lock +++ b/offlinedocs/yarn.lock @@ -4894,10 +4894,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@4.7.3: - version "4.7.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d" - integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA== +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== unbox-primitive@^1.0.2: version "1.0.2"