From d7e6d2299a27a94fd047b0bc2545c322a818d206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:02:28 +0000 Subject: [PATCH] npm-azure-ad-b2c-frontend: bump typescript 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] --- samples/AzureADB2CAuth/auth-frontend/app/package.json | 2 +- samples/AzureADB2CAuth/auth-frontend/package-lock.json | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/samples/AzureADB2CAuth/auth-frontend/app/package.json b/samples/AzureADB2CAuth/auth-frontend/app/package.json index f0a985f4d..2990fedfb 100644 --- a/samples/AzureADB2CAuth/auth-frontend/app/package.json +++ b/samples/AzureADB2CAuth/auth-frontend/app/package.json @@ -44,7 +44,7 @@ "jsdom": "^25.0.1", "npm-run-all2": "^7.0.2", "prettier": "^3.3.3", - "typescript": "5.3.3", + "typescript": "5.7.2", "vite": "^5.4.8", "vitest": "^2.1.4", "vue-tsc": "^2.1.10" diff --git a/samples/AzureADB2CAuth/auth-frontend/package-lock.json b/samples/AzureADB2CAuth/auth-frontend/package-lock.json index ba5777791..5e57524c7 100644 --- a/samples/AzureADB2CAuth/auth-frontend/package-lock.json +++ b/samples/AzureADB2CAuth/auth-frontend/package-lock.json @@ -40,7 +40,7 @@ "jsdom": "^25.0.1", "npm-run-all2": "^7.0.2", "prettier": "^3.3.3", - "typescript": "5.3.3", + "typescript": "5.7.2", "vite": "^5.4.8", "vitest": "^2.1.4", "vue-tsc": "^2.1.10" @@ -8589,11 +8589,10 @@ } }, "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==", "devOptional": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver"