From 2d186f22ca60ff8b136933f060c41d89933bc426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:54:24 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.6.3 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.6.3 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/v4.6.3...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfadd074..570e5b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18114,9 +18114,9 @@ } }, "typescript": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", - "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", + "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 e71be61e..12e15993 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,6 @@ "parcel-bundler": "1.12.5", "preact-render-to-string": "5.1.21", "prettier": "2.6.2", - "typescript": "4.6.3" + "typescript": "5.6.3" } }