From ba380da8c50186db37e7b49cf9b2166d8798fd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:15:43 +0000 Subject: [PATCH] npm-dressca-frontend: bump typescript Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.6.3. - [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.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/web-csr/dressca-frontend/consumer/package.json | 2 +- samples/web-csr/dressca-frontend/package-lock.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/samples/web-csr/dressca-frontend/consumer/package.json b/samples/web-csr/dressca-frontend/consumer/package.json index 9e659eb8c..f8ffbb7c0 100644 --- a/samples/web-csr/dressca-frontend/consumer/package.json +++ b/samples/web-csr/dressca-frontend/consumer/package.json @@ -58,7 +58,7 @@ "stylelint-config-standard": "^36.0.1", "stylelint-prettier": "^5.0.2", "tailwindcss": "^3.4.14", - "typescript": "~5.4.5", + "typescript": "~5.6.3", "vite": "^5.4.8", "vitest": "^2.1.2", "vue-tsc": "^2.1.6" diff --git a/samples/web-csr/dressca-frontend/package-lock.json b/samples/web-csr/dressca-frontend/package-lock.json index 973f1b892..830e21867 100644 --- a/samples/web-csr/dressca-frontend/package-lock.json +++ b/samples/web-csr/dressca-frontend/package-lock.json @@ -51,7 +51,7 @@ "stylelint-config-standard": "^36.0.1", "stylelint-prettier": "^5.0.2", "tailwindcss": "^3.4.14", - "typescript": "~5.4.5", + "typescript": "~5.6.3", "vite": "^5.4.8", "vitest": "^2.1.2", "vue-tsc": "^2.1.6" @@ -9464,8 +9464,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "license": "Apache-2.0", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver"