From 709db61d3782a1c4dfe0f93ec50de42098beaf35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 05:37:10 +0000 Subject: [PATCH] Bump typescript from 4.0.7 to 4.1.5 in /frontend Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.7 to 4.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.7...v4.1.5) Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 50cc990..a888a6b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14883,9 +14883,9 @@ "dev": true }, "typescript": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.7.tgz", - "integrity": "sha512-yi7M4y74SWvYbnazbn8/bmJmX4Zlej39ZOqwG/8dut/MYoSQ119GY9ZFbbGsD4PFZYWxqik/XsP3vk3+W5H3og==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", + "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", "dev": true }, "ua-parser-js": { diff --git a/frontend/package.json b/frontend/package.json index 2947e03..386f442 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,6 +48,6 @@ "protractor": "~7.0.0", "ts-node": "~9.1.1", "tslint": "~6.1.0", - "typescript": "~4.0.7" + "typescript": "~4.1.5" } }