From 56ab149c1d397caa0675c6ab2469b6582fe1f630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:42:11 +0000 Subject: [PATCH] [stable-4.9] Bump typescript from 5.4.5 to 5.6.2 (#5248) Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.6.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.4.5...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4c6a45e8f..a1a0e82d84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "stylelint": "^16.6.1", "stylelint-config-standard-scss": "^13.1.0", "stylelint-scss": "^6.6.0", - "typescript": "^5.4.5", + "typescript": "^5.6.2", "typescript-eslint": "^7.12.0", "webpack": "^5.92.1", "webpack-cli": "^5.1.4", @@ -13702,11 +13702,10 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 3653dcbff5..72ec266f55 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "stylelint": "^16.6.1", "stylelint-config-standard-scss": "^13.1.0", "stylelint-scss": "^6.6.0", - "typescript": "^5.4.5", + "typescript": "^5.6.2", "typescript-eslint": "^7.12.0", "webpack": "^5.92.1", "webpack-cli": "^5.1.4",