Update dependency jasmine-core to ~4.5.0
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
renovate 2022-10-30 01:01:17 +00:00
parent 1b6ef75747
commit 110406e460
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5826,9 +5826,9 @@
}
},
"jasmine-core": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.1.0.tgz",
"integrity": "sha512-8E8BiffCL8sBwK1zU9cbavLe8xpJAgOduSJ6N8PJVv8VosQ/nxVTuXj2kUeHxTlZBVvh24G19ga7xdiaxlceKg==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.5.0.tgz",
"integrity": "sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==",
"dev": true
},
"jasmine-spec-reporter": {

View File

@ -36,7 +36,7 @@
"@types/node": "^16.11.27",
"@types/luxon": "^3.0.0",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.1.0",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.18",
"karma-chrome-launcher": "~3.1.1",