Compare commits

...

2 Commits

Author SHA1 Message Date
d56dc7718a 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-31 01:01:04 +00:00
d3270979d0 Update dependency karma to v6.4.4
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/pr-master Build started...
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2024-07-30 01:00:57 +00:00
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -5975,7 +5975,7 @@
}
},
"karma": {
"version": "6.4.3",
"version": "6.4.4",
"dev": true,
"requires": {
"@colors/colors": "1.5.0",

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"
}
}