From 859ebd1f876452efe02c9fdeff9d15f25a92190d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:39:36 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.8.4 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...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 | 20 ++++++++++++-------- package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c6bfe8..e5729e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,10 +55,14 @@ "ts-node": "^10.9.1", "tsconfig-paths-webpack-plugin": "^4.0.0", "tslib": "^2.4.0", - "typescript": "^4.8.4", + "typescript": "^5.2.2", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-license-plugin": "^4.2.2" + }, + "engines": { + "node": ">=16.0.0 <17.0.0", + "npm": ">=8.0.0 <9.0.0" } }, "node_modules/@ampproject/remapping": { @@ -10215,16 +10219,16 @@ "dev": true }, "node_modules/typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "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", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/uglify-js": { @@ -18637,9 +18641,9 @@ "dev": true }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index e90f569..6a21418 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "ts-node": "^10.9.1", "tsconfig-paths-webpack-plugin": "^4.0.0", "tslib": "^2.4.0", - "typescript": "^4.8.4", + "typescript": "^5.2.2", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-license-plugin": "^4.2.2"