From 7bab60830df6dca8c58ab54ee89185702642e482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:23:19 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.8.4 to 4.9.5 in /npm Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.5. - [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-minor ... Signed-off-by: dependabot[bot] --- npm/package.json | 2 +- npm/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm/package.json b/npm/package.json index f6a2297..48e8297 100644 --- a/npm/package.json +++ b/npm/package.json @@ -49,6 +49,6 @@ "@types/request": "2.48.8", "@types/tar": "6.1.3", "@types/unzipper": "0.10.5", - "typescript": "4.8.4" + "typescript": "4.9.5" } } diff --git a/npm/yarn.lock b/npm/yarn.lock index 34c0b9f..826e3ad 100644 --- a/npm/yarn.lock +++ b/npm/yarn.lock @@ -314,10 +314,10 @@ tr46@~0.0.3: resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9" integrity sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ== -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.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== unzipper@0.10.11: version "0.10.11"