From 15cf104d82f5286ddd7fdd55c53969882a48500a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 04:57:06 +0000 Subject: [PATCH] Bump typescript from 5.2.2 to 5.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7017687..617d59c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "concurrently": "8.2.2", "cpx": "1.5.0", - "typescript": "5.2.2", + "typescript": "5.3.2", "web-ext": "7.8.0", "web-ext-types": "3.2.1" }, diff --git a/yarn.lock b/yarn.lock index e1f6ef8..fca861f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3449,9 +3449,9 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" +typescript@5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43" union-value@^1.0.0: version "1.0.0"