From bcd80f1ae3018140533353750dd6934d99f8d19d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2019 23:48:05 +0100 Subject: [PATCH] Bump @types/jasmine from 3.4.6 to 3.5.0 (#4591) Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.4.6 to 3.5.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d4dd03f5..a309dfeec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3587,9 +3587,9 @@ "integrity": "sha512-pGF/zvYOACZ/gLGWdQH8zSwteQS1epp68yRcVLJMgUck/MjEn/FBYmPub9pXT8C1e4a8YZfHo1CKyV8q1vKUnQ==" }, "@types/jasmine": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.4.6.tgz", - "integrity": "sha512-hpQHs+lmZ0uuCrGyqypdI1Ho7jRFolOBT6OkNdZPFziLSSEKvWu+VxWU6bGdNEA/hoV4jV8pdDeNx8EWlmfNAw==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.5.0.tgz", + "integrity": "sha512-kGCRI9oiCxFS6soGKlyzhMzDydfcPix9PpTkr7h11huxOxhWwP37Tg7DYBaQ18eQTNreZEuLkhpbGSqVNZPnnw==", "dev": true }, "@types/jasminewd2": { diff --git a/package.json b/package.json index 41a030be7..e3e9cd78b 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "@angular/cli": "8.3.19", "@angular/compiler-cli": "8.0.3", "@angular/language-service": "8.2.14", - "@types/jasmine": "3.4.6", + "@types/jasmine": "3.5.0", "@types/jasminewd2": "2.0.8", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.148", -- GitLab