Merge pull request 'Update dependency @types/jasmine to ~4.3.0' (#432) from renovate/jasmine-4.x into main

Reviewed-on: #432
This commit is contained in:
Administrator 2022-09-18 14:56:56 +02:00
commit 310bfddd3e
2 changed files with 4 additions and 4 deletions

View File

@ -2987,9 +2987,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": "14.1.1", "@angular-eslint/template-parser": "14.1.1",
"@angular/cli": "~14.2.0", "@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0", "@angular/compiler-cli": "~14.2.0",
"@types/jasmine": "~4.0.3", "@types/jasmine": "~4.3.0",
"@types/node": "^18.0.0", "@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.23.0", "@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.37.0", "@typescript-eslint/parser": "5.37.0",