From cb07528338184c74ac311a5770a7a65946ef1b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 04:17:12 +0000 Subject: [PATCH] Bump typescript from 4.3.2 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a007c1c..8098b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12170,9 +12170,9 @@ "dev": true }, "typescript": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", - "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", + "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==", "dev": true }, "umd": { diff --git a/package.json b/package.json index fdc6c89..512e03b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "sass": "^1.35.1", "terser": "^5.7.0", "tsify": "^5.0.4", - "typescript": "^4.3.2", + "typescript": "^4.3.3", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", "web-ext-types": "^3.2.1"