From cd9d41a04a5be0410a3e86d74435289fc5af9dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 04:59:19 +0000 Subject: [PATCH] [NPM-Dev]: Bump typescript from 4.5.4 to 5.1.6 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4f4ddf0..e5eabc2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/w3c-web-usb": "^1.0.5", "tsc-alias": "^1.5.0", "tslib": "^2.3.1", - "typescript": "^4.5.4" + "typescript": "^5.1.6" }, "dependencies": { "@luos-io/utils": "^0.0.2", diff --git a/yarn.lock b/yarn.lock index 1619087..4015303 100644 --- a/yarn.lock +++ b/yarn.lock @@ -913,10 +913,10 @@ tunnel-agent@^0.6.0: dependencies: safe-buffer "^5.0.1" -typescript@^4.5.4: - version "4.5.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" - integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== +typescript@^5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== util-deprecate@^1.0.1, util-deprecate@~1.0.1: version "1.0.2"