From 698e29f8dcc768320d05fbe9d1f794e03289354d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 18:26:37 +0000 Subject: [PATCH] Bump typescript from 3.7.2 to 3.7.5 in /unify-release-build-task Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.2 to 3.7.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.2...v3.7.5) Signed-off-by: dependabot-preview[bot] --- unify-release-build-task/package-lock.json | 6 +++--- unify-release-build-task/package.json | 2 +- unify-release-build-task/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/unify-release-build-task/package-lock.json b/unify-release-build-task/package-lock.json index b011836..73305bc 100644 --- a/unify-release-build-task/package-lock.json +++ b/unify-release-build-task/package-lock.json @@ -5052,9 +5052,9 @@ } }, "typescript": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz", - "integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==", + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", + "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", "dev": true }, "uglify-js": { diff --git a/unify-release-build-task/package.json b/unify-release-build-task/package.json index 17c82ef..00195be 100644 --- a/unify-release-build-task/package.json +++ b/unify-release-build-task/package.json @@ -62,6 +62,6 @@ "sinon": "^7.5.0", "ts-node": "^8.5.2", "ts-sinon": "^1.0.24", - "typescript": "^3.7.2" + "typescript": "^3.7.5" } } diff --git a/unify-release-build-task/yarn.lock b/unify-release-build-task/yarn.lock index e7a360a..3172049 100644 --- a/unify-release-build-task/yarn.lock +++ b/unify-release-build-task/yarn.lock @@ -3589,10 +3589,10 @@ typed-rest-client@~1.5.0: tunnel "0.0.4" underscore "1.8.3" -typescript@^3.6.3, typescript@^3.7.2: - version "3.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb" - integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ== +typescript@^3.6.3, typescript@^3.7.5: + version "3.7.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae" + integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw== uglify-js@^3.1.4: version "3.7.0"