From 1e6d8f1ba9338f2a92d32fcf4ef183cff69f1c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 06:22:41 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.1.6 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eslint-configs/eslint-config-lib/package.json | 2 +- package-lock.json | 18 +++++++++--------- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eslint-configs/eslint-config-lib/package.json b/eslint-configs/eslint-config-lib/package.json index c2421d47..d7ad7e27 100644 --- a/eslint-configs/eslint-config-lib/package.json +++ b/eslint-configs/eslint-config-lib/package.json @@ -24,6 +24,6 @@ "@inrupt/eslint-config-base": "file:../eslint-config-base", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", - "typescript": ">=5.1.6" + "typescript": ">=5.2.2" } } diff --git a/package-lock.json b/package-lock.json index e81d0536..fba962f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "rimraf": "^5.0.1", "rollup": "^3.28.1", "rollup-plugin-typescript2": "^0.35.0", - "typescript": "^5.1.6" + "typescript": "^5.2.2" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", @@ -57,7 +57,7 @@ "@inrupt/eslint-config-base": "file:../eslint-config-base", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", - "typescript": ">=5.1.6" + "typescript": ">=5.2.2" } }, "eslint-configs/eslint-config-react": { @@ -13456,9 +13456,9 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "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==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -14628,7 +14628,7 @@ "@inrupt/eslint-config-base": "file:../eslint-config-base", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", - "typescript": ">=5.1.6" + "typescript": ">=5.2.2" } }, "@inrupt/eslint-config-react": { @@ -23560,9 +23560,9 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "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==" }, "uglify-js": { "version": "3.17.4", diff --git a/package.json b/package.json index adf3a3da..6b784c18 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "rimraf": "^5.0.1", "rollup": "^3.28.1", "rollup-plugin-typescript2": "^0.35.0", - "typescript": "^5.1.6" + "typescript": "^5.2.2" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3",