From bfc650356c3c9aa993b0feee9ea873cac2c725d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:33:49 +0000 Subject: [PATCH] Bump typescript from 5.0.4 to 5.4.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.4.4. - [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.0.4...v5.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... 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 1e7d971..103caf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "prettier-plugin-tailwindcss": "^0.2.8", "prisma": "^4.9.0", "tailwindcss": "^3.3.2", - "typescript": "^5.0.4" + "typescript": "^5.4.4" }, "engines": { "node": ">=18.0.0" @@ -14248,16 +14248,16 @@ } }, "node_modules/typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index f273c0f..961a381 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "prettier-plugin-tailwindcss": "^0.2.8", "prisma": "^4.9.0", "tailwindcss": "^3.3.2", - "typescript": "^5.0.4" + "typescript": "^5.4.4" }, "ct3aMetadata": { "initVersion": "7.4.0"