From 4e81e67f911ca43933a70a4af62ad546d8024c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 09:19:52 +0000 Subject: [PATCH] build(deps-dev): bump @types/jasmine in /tools/schematics Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.3.12 to 3.6.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) Signed-off-by: dependabot[bot] --- tools/schematics/package-lock.json | 6 +++--- tools/schematics/package.json | 2 +- tools/schematics/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/schematics/package-lock.json b/tools/schematics/package-lock.json index e461eef44f..1c80d2037a 100644 --- a/tools/schematics/package-lock.json +++ b/tools/schematics/package-lock.json @@ -128,9 +128,9 @@ } }, "@types/jasmine": { - "version": "3.3.12", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.3.12.tgz", - "integrity": "sha512-lXvr2xFQEVQLkIhuGaR3GC1L9lMU1IxeWnAF/wNY5ZWpC4p9dgxkKkzMp7pntpAdv9pZSnYqgsBkCg32MXSZMg==", + "version": "3.6.9", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.6.9.tgz", + "integrity": "sha512-B53NIwMj/AO0O+xfSWLYmKB0Mo6TYxfv2Mk8/c1T2w/e38t55iaPR6p7pHXTTtqfTmevPK3i8T1YweYFTZlxDw==", "dev": true }, "@types/node": { diff --git a/tools/schematics/package.json b/tools/schematics/package.json index 10bef0fc8e..fae2513487 100644 --- a/tools/schematics/package.json +++ b/tools/schematics/package.json @@ -17,7 +17,7 @@ "@angular-devkit/core": "^11.2.8", "@angular-devkit/schematics": "^7.3.9", "@schematics/angular": "^7.3.9", - "@types/jasmine": "^3.0.0", + "@types/jasmine": "^3.6.9", "@types/node": "^8.0.31", "jasmine": "^3.7.0", "typescript": "~3.2.2" diff --git a/tools/schematics/yarn.lock b/tools/schematics/yarn.lock index 913310e334..75f51506de 100644 --- a/tools/schematics/yarn.lock +++ b/tools/schematics/yarn.lock @@ -41,10 +41,10 @@ "@angular-devkit/schematics" "7.3.9" typescript "3.2.4" -"@types/jasmine@^3.0.0": - version "3.3.12" - resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.3.12.tgz#bf282cb540e9ad7a0a04b742082c073b655eab39" - integrity sha512-lXvr2xFQEVQLkIhuGaR3GC1L9lMU1IxeWnAF/wNY5ZWpC4p9dgxkKkzMp7pntpAdv9pZSnYqgsBkCg32MXSZMg== +"@types/jasmine@^3.6.9": + version "3.6.9" + resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.6.9.tgz#8785870f87839b7d91b45d7b226380f28dee5d9f" + integrity sha512-B53NIwMj/AO0O+xfSWLYmKB0Mo6TYxfv2Mk8/c1T2w/e38t55iaPR6p7pHXTTtqfTmevPK3i8T1YweYFTZlxDw== "@types/node@^8.0.31": version "8.10.48"