From 8ad20bd338a5314dc5ecf10bd4d497b2e8c063e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 02:01:37 +0000 Subject: [PATCH] chore(dev-deps): bump typescript from 5.0.3 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.3...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... 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 0f03b0b..92e4468 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "shx": "^0.3.4", "sinon": "10.0.0", "ts-node": "^10.9.1", - "typescript": "^5.0.3", + "typescript": "^5.1.3", "wireit": "^0.9.5" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 1da65a4..21c3881 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7539,10 +7539,10 @@ typescript@^4.1.3, typescript@^4.6.4, typescript@~4.9.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== -typescript@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf" - integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA== +typescript@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== uglify-js@^3.1.4: version "3.13.1"