From 1e4292a7209fb2c479d9c508129e1fbac300bef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 10:32:59 +0000 Subject: [PATCH] Bump typescript from 4.0.5 to 4.1.2 in /token-lending/js (#914) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-lending/js/package-lock.json | 6 +++--- token-lending/js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index bc920f5b..e3a04892 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -2807,9 +2807,9 @@ "dev": true }, "typescript": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz", - "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", + "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==", "dev": true }, "universalify": { diff --git a/token-lending/js/package.json b/token-lending/js/package.json index 3ca27ea6..7e6cda4e 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -63,7 +63,7 @@ "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-typescript2": "^0.29.0", "ts-node": "^9.0.0", - "typescript": "^4.0.5" + "typescript": "^4.1.2" }, "engines": { "node": ">= 10"