Compare commits

...

2 Commits

Author SHA1 Message Date
5617420324 Update dependency typescript to ~4.9.0
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2023-04-11 01:03:12 +00:00
7b363ac7b1 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-04-10 01:03:38 +00:00
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -3119,9 +3119,9 @@
"dev": true
},
"caniuse-lite": {
"version": "1.0.30001475",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001475.tgz",
"integrity": "sha512-6xvTuQbEjQvvdknKCA/B6w6edEG9OMrkTY3M2sre8Iau/5f9stnJA3RfnzUMZlVhcsp1Lyl2KsM8T2R8B3P0Kg=="
"version": "1.0.30001477",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001477.tgz",
"integrity": "sha512-lZim4iUHhGcy5p+Ri/G7m84hJwncj+Kz7S5aD4hoQfslKZJgt0tHc/hafVbqHC5bbhHb+mrW2JOUHkI5KH7toQ=="
},
"caseless": {
"version": "0.12.0",
@ -9396,9 +9396,9 @@
},
"dependencies": {
"minipass": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
"integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.7.tgz",
"integrity": "sha512-ScVIgqHcXRMyfflqHmEW0bm8z8rb5McHyOY3ewX9JBgZaR77G7nxq9L/mtV96/QbAAwtbCAHVVLzD1kkyfFQEw==",
"dev": true
},
"yallist": {
@ -9676,9 +9676,9 @@
"dev": true
},
"typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true
},
"ua-parser-js": {

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