From f097769abee7c53c0d10ddf894542e5810bce5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 19:24:27 +0000 Subject: [PATCH] Bump typescript from 5.1.6 to 5.2.2 (#40) --- 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 af91cfe..e1c3bda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "proxyquire": "^2.1.3", "sinon": "^15.2.0", "sinon-chai": "^3.7.0", - "typescript": "~5.1.6" + "typescript": "~5.2.2" }, "engines": { "node": ">=16" @@ -4803,9 +4803,9 @@ } }, "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 4e887e1..fa2f83a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "proxyquire": "^2.1.3", "sinon": "^15.2.0", "sinon-chai": "^3.7.0", - "typescript": "~5.1.6" + "typescript": "~5.2.2" }, "bugs": { "url": "https://github.com/iobroker-community-adapters/ioBroker.botvac/issues"