From a24ced8913874f056dda3dd80484cccce7675106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:37:59 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.9.5 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 431f854..eaf5264 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "semantic-release": "19.0.2", "tsdx": "0.14.1", "tslib": "2.3.1", - "typescript": "4.5.5" + "typescript": "4.9.5" }, "dependencies": {}, "resolutions": { @@ -52,6 +52,6 @@ "**/@typescript-eslint/parser": "5.11.0", "**/jest": "27.5.1", "**/ts-jest": "27.1.3", - "**/typescript": "4.5.5" + "**/typescript": "4.9.5" } } diff --git a/yarn.lock b/yarn.lock index dd5728e..1003a26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7894,10 +7894,10 @@ typedarray-to-buffer@^4.0.0: resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a" integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ== -typescript@4.5.5, typescript@^3.7.3, typescript@^4.4.3: - version "4.5.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" - integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== +typescript@4.9.5, typescript@^3.7.3, typescript@^4.4.3: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== uglify-js@^3.1.4: version "3.15.0"