From a663e051e95c6109ffbc2c7fd6bf068393965ffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 21:17:19 +0000 Subject: [PATCH] chore: update dependency typescript to v5.2.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7020c0a..4a49938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "svelte-preprocess": "5.0.4", "tailwindcss": "3.3.3", "tslib": "2.6.2", - "typescript": "5.1.6" + "typescript": "5.2.2" } }, "node_modules/@alloc/quick-lru": { @@ -2275,9 +2275,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index e8d643f..a5fc6d9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "svelte-preprocess": "5.0.4", "tailwindcss": "3.3.3", "tslib": "2.6.2", - "typescript": "5.1.6" + "typescript": "5.2.2" }, "dependencies": { "array-shuffle": "3.0.0",