From c0810fa64662fe913288724de024c7edefaab616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:30:59 -0800 Subject: [PATCH] build(deps-dev): bump typescript from 5.7.1-rc to 5.7.2 (#816) * build(deps-dev): bump typescript from 5.7.1-rc to 5.7.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.1-rc 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/commits/v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update semver range --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Sarang-Walters --- package-lock.json | 41 ++++------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 38 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e165677..4ee3dbf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "stylelint-config-standard-scss": "^13.1.0", "syn": "^0.15.0", "tslib": "^2.8.1", - "typescript": "^5.7.1-rc" + "typescript": "^5.7.2" }, "engines": { "node": "*" @@ -12268,22 +12268,6 @@ } } }, - "node_modules/puppeteer/node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", - "dev": true, - "license": "Apache-2.0", - "optional": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/q": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", @@ -14179,22 +14163,6 @@ "node": ">=0.10.0" } }, - "node_modules/stylelint/node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", - "dev": true, - "license": "Apache-2.0", - "optional": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/stylelint/node_modules/which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", @@ -14837,11 +14805,10 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.7.1-rc", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.1-rc.tgz", - "integrity": "sha512-d6m+HT78uZtyUbXbUyIvuJ6kXCTSJEfy+2pZSUwt9d6JZ0kOMNDwhIILfV5FnaxMwVa48Yfw4sK0ISC4Qyq5tw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 54a1c60b..45ffce16 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "stylelint-config-standard-scss": "^13.1.0", "syn": "^0.15.0", "tslib": "^2.8.1", - "typescript": "^5.7.1-rc" + "typescript": "^5.7.2" }, "scripts": { "build": "grunt build",