From 8bfd9e9ff92fcc93bf732cf888c12d1e23a78d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:37:44 +0000 Subject: [PATCH] build(deps-dev): Bump typescript from 5.6.2 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 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/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c87eeda..6cad03d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "browser-sync": "^3.0.3", "connect-history-api-fallback": "^2.0.0", "dayjs": "^1.11.13", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vue": "^2.7.16", "vue-class-component": "^7.2.6", "vue-router": "^3.6.5", @@ -1667,9 +1667,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -3191,9 +3191,9 @@ "dev": true }, "typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true }, "ua-parser-js": { diff --git a/package.json b/package.json index 0314173..c7f13dd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/requirejs": "^2.1.37", "browser-sync": "^3.0.3", "connect-history-api-fallback": "^2.0.0", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "dayjs": "^1.11.13", "vue": "^2.7.16", "vue-class-component": "^7.2.6",