Merge pull request 'Update dependency jasmine-core to v4' (#22) from renovate_jasmine-core-4.x into master
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good

Reviewed-on: #22
This commit is contained in:
cghislai 2022-04-18 15:50:21 +00:00
commit 6974ac1663
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5820,9 +5820,9 @@
}
},
"jasmine-core": {
"version": "3.99.1",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.99.1.tgz",
"integrity": "sha512-Hu1dmuoGcZ7AfyynN3LsfruwMbxMALMka+YtZeGoLuDEySVmVAPaonkNoBRIw/ectu8b9tVQCJNgp4a4knp+tg==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.1.0.tgz",
"integrity": "sha512-8E8BiffCL8sBwK1zU9cbavLe8xpJAgOduSJ6N8PJVv8VosQ/nxVTuXj2kUeHxTlZBVvh24G19ga7xdiaxlceKg==",
"dev": true
},
"jasmine-spec-reporter": {

View File

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