From 94b0ccc8f9b9dcc3158f3b1495e099058a4bd9c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 14:43:59 -0400 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.9 to 4.3.5 (#739) * chore(deps-dev): bump typescript from 3.9.9 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.9...v4.3.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fixup ts test Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guy Bedford --- package.json | 2 +- test/integration/request-ts.ts | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 45bb2095..af402b6e 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "tsconfig-paths": "^3.7.0", "tsconfig-paths-webpack-plugin": "^3.2.0", "twilio": "^3.23.2", - "typescript": "^3.9.9", + "typescript": "^4.3.5", "vm2": "^3.6.6", "vue": "^2.5.17", "vue-server-renderer": "^2.5.17", diff --git a/test/integration/request-ts.ts b/test/integration/request-ts.ts index 00775384..73d7df39 100644 --- a/test/integration/request-ts.ts +++ b/test/integration/request-ts.ts @@ -9,7 +9,7 @@ export default () => { if (body.status != "success") { return reject(new Error("Bad api response: " + JSON.stringify(body))); } - resolve(); + resolve('asdf'); }); }); }; diff --git a/yarn.lock b/yarn.lock index 10478832..cdd5035b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14718,10 +14718,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.9.9: - version "3.9.9" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674" - integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w== +typescript@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" + integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== uglify-es@^3.3.9: version "3.3.9"