From 3b1d4b6c87f82e65d862d5aaa620fbb90c95775e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 05:13:16 +0000 Subject: [PATCH] Bump typescript from 4.8.4 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.4) --- 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 f3755e8..8d06195 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "ping": "^0.4.2", "play-dl": "^1.9.6", "ts-custom-error": "^3.3.1", - "typescript": "^4.8.4", + "typescript": "^4.9.4", "utf-8-validate": "^5.0.10", "validator": "^13.7.0", "winston": "^3.8.2", diff --git a/yarn.lock b/yarn.lock index 9667174..5bec007 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1918,10 +1918,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@^4.8.4: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +typescript@^4.9.4: + version "4.9.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" + integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== underscore@^1.12.0: version "1.13.4"