From 37b74b21af690741929795710fa73a3a372a13ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 11:20:09 +0000 Subject: [PATCH] Bump typescript from 4.1.5 to 4.2.3 in /samples/web-extension/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.5...v4.2.3) Signed-off-by: dependabot[bot] --- samples/web-extension/typescript/package-lock.json | 14 +++++++------- samples/web-extension/typescript/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/web-extension/typescript/package-lock.json b/samples/web-extension/typescript/package-lock.json index 26cc7b4e2..6ed2453b1 100644 --- a/samples/web-extension/typescript/package-lock.json +++ b/samples/web-extension/typescript/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "ts-loader": "^8.0.17", - "typescript": "^4.1.5", + "typescript": "^4.2.3", "web-ext-types": "^3.2.1", "webpack": "^5.23.0", "webpack-cli": "^4.2.0" @@ -1418,9 +1418,9 @@ "dev": true }, "node_modules/typescript": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", - "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -2769,9 +2769,9 @@ "dev": true }, "typescript": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", - "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", "dev": true }, "uri-js": { diff --git a/samples/web-extension/typescript/package.json b/samples/web-extension/typescript/package.json index 91fef7997..9c40c4a1c 100644 --- a/samples/web-extension/typescript/package.json +++ b/samples/web-extension/typescript/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "ts-loader": "^8.0.17", - "typescript": "^4.1.5", + "typescript": "^4.2.3", "web-ext-types": "^3.2.1", "webpack": "^5.23.0", "webpack-cli": "^4.2.0"