Update dependency jasmine-core to ~4.5.0

This commit is contained in:
Renovate Bot 2022-10-29 23:55:26 +02:00 committed by Gitea
parent ef64b68f3b
commit 6ea921685a
2 changed files with 4 additions and 4 deletions

View File

@ -6940,9 +6940,9 @@
}
},
"jasmine-core": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.4.0.tgz",
"integrity": "sha512-+l482uImx5BVd6brJYlaHe2UwfKoZBqQfNp20ZmdNfsjGFTemGfqHLsXjKEW23w9R/m8WYeFc9JmIgjj6dUtAA==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.5.0.tgz",
"integrity": "sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==",
"dev": true
},
"jest-worker": {

View File

@ -42,7 +42,7 @@
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.40.1",
"eslint": "^8.15.0",
"jasmine-core": "~4.4.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",