From 59ab807b51f335744adb35b35990733a38069cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:49:24 +0000 Subject: [PATCH] meta: bump typescript from 5.6.3 to 5.7.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/site/package.json | 2 +- package-lock.json | 10 +++++----- packages/i18n/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/site/package.json b/apps/site/package.json index 21071138b5185..e53540b43d1a3 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -110,7 +110,7 @@ "stylelint-config-standard": "36.0.1", "stylelint-order": "6.0.4", "stylelint-selector-bem-pattern": "4.0.1", - "typescript": "~5.6.3", + "typescript": "~5.7.2", "typescript-eslint": "~8.16.0", "user-agent-data-types": "0.4.2" } diff --git a/package-lock.json b/package-lock.json index 53eeee75a0fa9..c580b740805b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -122,7 +122,7 @@ "stylelint-config-standard": "36.0.1", "stylelint-order": "6.0.4", "stylelint-selector-bem-pattern": "4.0.1", - "typescript": "~5.6.3", + "typescript": "~5.7.2", "typescript-eslint": "~8.16.0", "user-agent-data-types": "0.4.2" } @@ -22074,9 +22074,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "devOptional": true, "license": "Apache-2.0", "bin": { @@ -23539,7 +23539,7 @@ "name": "@node-core/website-i18n", "devDependencies": { "eslint-import-resolver-typescript": "~3.6.3", - "typescript": "~5.6.3", + "typescript": "~5.7.2", "typescript-eslint": "~8.16.0" } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 377c70a847bf7..0aab7b7f3e21f 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "eslint-import-resolver-typescript": "~3.6.3", - "typescript": "~5.6.3", + "typescript": "~5.7.2", "typescript-eslint": "~8.16.0" } }