From 08c02f7bbd165c71c991b73cd50f0ff6e8497cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:05:34 +0000 Subject: [PATCH] Build(deps): bump typescript from 4.9.5 to 5.7.2 in /modules/lti Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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/v4.9.5...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/lti/package-lock.json | 11 ++++++----- modules/lti/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/lti/package-lock.json b/modules/lti/package-lock.json index 4ee6d14a2ef..5c71fbd1f89 100644 --- a/modules/lti/package-lock.json +++ b/modules/lti/package-lock.json @@ -24,7 +24,7 @@ "react-js-pagination": "^3.0.2", "react-scripts": "^5.0.1", "react-select": "^5.8.2", - "typescript": "4.9.5" + "typescript": "5.7.2" }, "devDependencies": { "@types/jest": "29.5.14", @@ -14657,15 +14657,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/modules/lti/package.json b/modules/lti/package.json index 1f6499d1257..0a57d397ae1 100644 --- a/modules/lti/package.json +++ b/modules/lti/package.json @@ -24,7 +24,7 @@ "react-js-pagination": "^3.0.2", "react-scripts": "^5.0.1", "react-select": "^5.8.2", - "typescript": "4.9.5" + "typescript": "5.7.2" }, "overrides": { "autoprefixer": "10.4.5"