From 9561f26901a4a9197e2a180bbc6366f7ef51992e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:23:43 +0000 Subject: [PATCH] build(deps): bump typescript from 5.0.4 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production 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 b4df932..6a1128f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-syntax-highlighter": "^15.5.0", "sonner": "^0.3.5", "tailwind-scrollbar-hide": "^1.1.7", - "typescript": "5.0.4" + "typescript": "5.2.2" }, "devDependencies": { "@types/react-copy-to-clipboard": "^5.0.4", @@ -4402,15 +4402,15 @@ } }, "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.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "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 7515bf9..da94799 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-syntax-highlighter": "^15.5.0", "sonner": "^0.3.5", "tailwind-scrollbar-hide": "^1.1.7", - "typescript": "5.0.4" + "typescript": "5.2.2" }, "devDependencies": { "@types/react-copy-to-clipboard": "^5.0.4",