Update dependency typescript to v5.6.2 #22
1 changed files with 5 additions and 5 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"copyfiles": "^2.4.1",
|
||||
"eslint": "^9.5.0",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.6.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@aashutoshrathi/word-wrap": {
|
||||
|
@ -2283,9 +2283,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "5.5.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
|
||||
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
|
||||
"version": "5.6.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
|
||||
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
|
@ -2471,7 +2471,7 @@
|
|||
"@types/express": "^4.17.21",
|
||||
"@types/ws": "^8.5.10",
|
||||
"express": "^4.19.2",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript": "^5.6.2",
|
||||
"ws": "^8.17.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue