From a0b62c3e0484daea5b48e66acf7c3e0eaa55d542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:58:45 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.4.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.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.9.5...v5.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c063995..63b2127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "gh-pages": "6.1.1", "postcss": "8.4.37", "tailwindcss": "3.3.5", - "typescript": "^4.9.5" + "typescript": "^5.4.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -16707,15 +16707,15 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", + "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 2c83f0c..be71048 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "gh-pages": "6.1.1", "postcss": "8.4.37", "tailwindcss": "3.3.5", - "typescript": "^4.9.5" + "typescript": "^5.4.3" } } \ No newline at end of file