Update dependency @types/jasmine to ~4.3.0

This commit is contained in:
Renovate Bot 2022-09-18 13:05:25 +02:00
parent ac679c29ee
commit 869467a581
2 changed files with 4 additions and 4 deletions

View File

@ -2697,9 +2697,9 @@
} }
}, },
"@types/jasmine": { "@types/jasmine": {
"version": "4.0.3", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.3.0.tgz",
"integrity": "sha512-Opp1LvvEuZdk8fSSvchK2mZwhVrsNT0JgJE9Di6MjnaIpmEXM8TLCPPrVtNTYh8+5MPdY8j9bAHMu2SSfwpZJg==", "integrity": "sha512-u1jWakf8CWvLfSEZyxmzkgBzOEvXH/szpT0e6G8BTkx5Eu0BhDn7sbc5dz0JBN/6Wwm9rBe+JAsk9tJRyH9ZkA==",
"dev": true "dev": true
}, },
"@types/json-schema": { "@types/json-schema": {

View File

@ -37,7 +37,7 @@
"@angular-eslint/template-parser": "13.5.0", "@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~13.3.5", "@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.3.0", "@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~4.0.3", "@types/jasmine": "~4.3.0",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.23.0", "@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.22.0", "@typescript-eslint/parser": "5.22.0",