From 54f8c9c87932f1180c26c7430b33e79aeabb26b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:44:53 +0000 Subject: [PATCH] Bump typescript from 4.1.3 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e6e2e0..cbf909a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8478,9 +8478,9 @@ } }, "typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 3af29c8..d2f7e52 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "husky": "^4.3.7", "tsdx": "^0.14.1", "tslib": "^2.1.0", - "typescript": "^4.1.3" + "typescript": "^5.2.2" }, "dependencies": { "fast-xml-parser": "^3.17.6",