Compare commits

...

2 Commits

Author SHA1 Message Date
67d372d5d2 Update dependency @types/jasmine to ~4.3.0
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/pr-master Something is wrong with the build of this commit
2023-01-24 14:18:32 +00:00
110406e460 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
2022-10-30 01:01:17 +00:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -2137,9 +2137,9 @@
} }
}, },
"@types/jasmine": { "@types/jasmine": {
"version": "4.0.3", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.3.1.tgz",
"integrity": "sha512-Opp1LvvEuZdk8fSSvchK2mZwhVrsNT0JgJE9Di6MjnaIpmEXM8TLCPPrVtNTYh8+5MPdY8j9bAHMu2SSfwpZJg==", "integrity": "sha512-Vu8l+UGcshYmV1VWwULgnV/2RDbBaO6i2Ptx7nd//oJPIZGhoI1YLST4VKagD2Pq/Bc2/7zvtvhM7F3p4SN7kQ==",
"dev": true "dev": true
}, },
"@types/jasminewd2": { "@types/jasminewd2": {
@ -5826,9 +5826,9 @@
} }
}, },
"jasmine-core": { "jasmine-core": {
"version": "4.1.0", "version": "4.5.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.1.0.tgz", "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.5.0.tgz",
"integrity": "sha512-8E8BiffCL8sBwK1zU9cbavLe8xpJAgOduSJ6N8PJVv8VosQ/nxVTuXj2kUeHxTlZBVvh24G19ga7xdiaxlceKg==", "integrity": "sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==",
"dev": true "dev": true
}, },
"jasmine-spec-reporter": { "jasmine-spec-reporter": {

View File

@ -31,12 +31,12 @@
"@angular/cli": "~13.3.3", "@angular/cli": "~13.3.3",
"@angular/compiler-cli": "^13.3.3", "@angular/compiler-cli": "^13.3.3",
"@angular/language-service": "^13.3.3", "@angular/language-service": "^13.3.3",
"@types/jasmine": "~4.0.0", "@types/jasmine": "~4.3.0",
"@types/jasminewd2": "^2.0.10", "@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.27", "@types/node": "^16.11.27",
"@types/luxon": "^3.0.0", "@types/luxon": "^3.0.0",
"codelyzer": "^6.0.2", "codelyzer": "^6.0.2",
"jasmine-core": "~4.1.0", "jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~7.0.0", "jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.18", "karma": "~6.3.18",
"karma-chrome-launcher": "~3.1.1", "karma-chrome-launcher": "~3.1.1",