Merge pull request #1035 from johannesjo/dependabot/npm_and_yarn/tools/schematics/types/jasmine-3.6.9

build(deps-dev): bump @types/jasmine from 3.3.12 to 3.6.9 in /tools/schematics
This commit is contained in:
Johannes Millan 2021-04-13 11:39:12 +02:00 committed by GitHub
commit a4f31dd7fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -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": {

View file

@ -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"

View file

@ -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"