From fe33661821bcbfe3354965192ffbba719fd1fa24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:35:23 -0700 Subject: [PATCH] chore(deps-dev): bump typescript from 5.1.6 to 5.8.2 in /docs (#32452) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 68c4818812f51..a766f08093dd8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -47,7 +47,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.0.0", "prettier": "^2.0.0", - "typescript": "~5.1.6", + "typescript": "~5.8.2", "webpack": "^5.97.1" }, "browserslist": { diff --git a/docs/yarn.lock b/docs/yarn.lock index d92b745085112..64f6f9741ca73 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -11117,10 +11117,10 @@ types-ramda@^0.30.0: dependencies: ts-toolbelt "^9.6.0" -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== +typescript@~5.8.2: + version "5.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4" + integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ== unbox-primitive@^1.1.0: version "1.1.0"