Update dependency jasmine-core to ~3.99.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good

This commit is contained in:
renovate 2022-04-18 15:38:59 +00:00
parent 381a7a450e
commit a013158615
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5728,9 +5728,9 @@
}
},
"jasmine-core": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.6.0.tgz",
"integrity": "sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw==",
"version": "3.99.1",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.99.1.tgz",
"integrity": "sha512-Hu1dmuoGcZ7AfyynN3LsfruwMbxMALMka+YtZeGoLuDEySVmVAPaonkNoBRIw/ectu8b9tVQCJNgp4a4knp+tg==",
"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.6.0",
"jasmine-core": "~3.99.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.18",
"karma-chrome-launcher": "~3.1.1",