From 7d0ece765d1c4a9e5bfe8932bc938e34dea311f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 15:05:53 +0000 Subject: [PATCH] Bump typescript from 5.0.2 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.2...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production 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 1719293..6a3c23c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ioredis": "^5.2.4", "reconnecting-websocket": "^4.4.0", "ts-node": "^10.9.1", - "typescript": "5.0.2", + "typescript": "5.1.3", "ws": "^8.8.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6079329..7ac6256 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1057,10 +1057,10 @@ ts-node@^10.9.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -typescript@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" - integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== +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== undefsafe@^2.0.5: version "2.0.5"