From cdaf7befccf596e75836ef097fcad0bd17d903d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:55:49 +0000 Subject: [PATCH] Bump typescript from 4.5.4 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8baedf..c228a52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react-div-100vh": "^0.7.0", "react-dom": "^17.0.2", "react-scripts": "5.0.1", - "typescript": "^4.5.4", + "typescript": "^5.2.2", "ua-parser-js": "^1.0.2", "web-vitals": "^3.4.0" }, @@ -16259,15 +16259,15 @@ } }, "node_modules/typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "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": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/ua-parser-js": { @@ -28992,9 +28992,9 @@ } }, "typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" }, "ua-parser-js": { "version": "1.0.2", diff --git a/package.json b/package.json index 3a69694..a34e54a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-div-100vh": "^0.7.0", "react-dom": "^17.0.2", "react-scripts": "5.0.1", - "typescript": "^4.5.4", + "typescript": "^5.2.2", "ua-parser-js": "^1.0.2", "web-vitals": "^3.4.0" },