Compare commits

..

1 Commits

Author SHA1 Message Date
3b08c287e7 Update dependency typescript to v5
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2024-03-09 01:02:53 +00:00
2 changed files with 8 additions and 4 deletions

8
package-lock.json generated
View File

@ -5977,7 +5977,9 @@
} }
}, },
"karma": { "karma": {
"version": "6.4.3", "version": "6.4.2",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.4.2.tgz",
"integrity": "sha512-C6SU/53LB31BEgRg+omznBEMY4SjHU3ricV6zBcAe1EeILKkeScr+fZXtaI5WyDbkVowJxxAI6h73NcFPmXolQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@colors/colors": "1.5.0", "@colors/colors": "1.5.0",
@ -9571,7 +9573,9 @@
"dev": true "dev": true
}, },
"ts-node": { "ts-node": {
"version": "10.9.2", "version": "10.9.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",
"integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cspotcode/source-map-support": "^0.8.0", "@cspotcode/source-map-support": "^0.8.0",

View File

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