Compare commits

...

2 Commits

Author SHA1 Message Date
f3bc1e93a6 Update dependency typescript to ~4.9.0
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2024-07-30 01:01:04 +00:00
87a0b4ecb7 Update dependency jasmine-core to v4.6.1
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2024-07-29 01:00:44 +00:00
2 changed files with 2 additions and 4 deletions

4
package-lock.json generated
View File

@ -5796,9 +5796,7 @@
}
},
"jasmine-core": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz",
"integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==",
"version": "4.6.1",
"dev": true
},
"jasmine-spec-reporter": {

View File

@ -46,6 +46,6 @@
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
"typescript": "~4.9.0"
}
}