From 44f240faa52fc4240ddfe77bc78828f3aac7f323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 13:51:35 +0000 Subject: [PATCH] Bump typescript from 4.1.5 to 4.2.3 in /samples/web-extension/javascript 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/javascript/package-lock.json | 14 +++++++------- samples/web-extension/javascript/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/web-extension/javascript/package-lock.json b/samples/web-extension/javascript/package-lock.json index f3d0d87a0..2d34a0058 100644 --- a/samples/web-extension/javascript/package-lock.json +++ b/samples/web-extension/javascript/package-lock.json @@ -12,7 +12,7 @@ "webextension-polyfill": "^0.7.0" }, "devDependencies": { - "typescript": "^4.1.5", + "typescript": "^4.2.3", "webpack": "^5.26.3", "webpack-cli": "^4.2.0" } @@ -1096,9 +1096,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", @@ -2178,9 +2178,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/javascript/package.json b/samples/web-extension/javascript/package.json index 701a187a1..5f67526b9 100644 --- a/samples/web-extension/javascript/package.json +++ b/samples/web-extension/javascript/package.json @@ -14,7 +14,7 @@ "webextension-polyfill": "^0.7.0" }, "devDependencies": { - "typescript": "^4.1.5", + "typescript": "^4.2.3", "webpack": "^5.26.3", "webpack-cli": "^4.2.0" }