From b4673e0825f43526dc0496a2a463f2bcfe7b397c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 02:59:56 +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-lock.json | 10 +++++----- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f970387b..2e9a0d73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,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": { @@ -1602,15 +1602,15 @@ } }, "node_modules/typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/undefsafe": { diff --git a/package.json b/package.json index a3398dbf..78e7e026 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 3678579e..29c1ceb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1063,10 +1063,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"