From 8a8948afa63609f36cc585f76b468a2bffff921d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:09:54 +0000 Subject: [PATCH] Bump typescript from 5.3.3 to 5.7.2 in /EmbarkIt Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.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.3.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- EmbarkIt/package-lock.json | 8 ++++---- EmbarkIt/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/EmbarkIt/package-lock.json b/EmbarkIt/package-lock.json index 8824b3b..5915ca1 100644 --- a/EmbarkIt/package-lock.json +++ b/EmbarkIt/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "gh-pages": "^6.1.1", - "typescript": "^5.2.2", + "typescript": "^5.7.2", "vite": "^5.0.13" } }, @@ -3585,9 +3585,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/EmbarkIt/package.json b/EmbarkIt/package.json index b91fcee..5796a82 100644 --- a/EmbarkIt/package.json +++ b/EmbarkIt/package.json @@ -25,7 +25,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "gh-pages": "^6.1.1", - "typescript": "^5.2.2", + "typescript": "^5.7.2", "vite": "^5.0.13" } }