From c0ab322cc99ea1286b92c2824399b8b48c5d7922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 04:32:22 +0000 Subject: [PATCH] Bump typescript from 5.4.3 to 5.4.4 (#236) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5d9588f..3225abd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "concurrently": "8.2.2", "cpx": "1.5.0", - "typescript": "5.4.3", + "typescript": "5.4.4", "web-ext": "7.11.0", "web-ext-types": "3.2.1" }, diff --git a/yarn.lock b/yarn.lock index ad94cc6..f10054a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3454,9 +3454,9 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@5.4.3: - version "5.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" +typescript@5.4.4: + version "5.4.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952" union-value@^1.0.0: version "1.0.0"