added typings for cors

This commit is contained in:
2024-04-19 18:47:30 +07:00
parent 6b80ddd5e6
commit f7392598c5
2 changed files with 10 additions and 0 deletions

9
pnpm-lock.yaml generated
View File

@@ -46,6 +46,9 @@ devDependencies:
'@types/better-sqlite3':
specifier: ^7.6.9
version: 7.6.9
'@types/cors':
specifier: ^2.8.17
version: 2.8.17
'@types/jsonwebtoken':
specifier: ^9.0.6
version: 9.0.6
@@ -711,6 +714,12 @@ packages:
dependencies:
'@types/node': 20.12.7
/@types/cors@2.8.17:
resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==}
dependencies:
'@types/node': 20.12.7
dev: true
/@types/jsonwebtoken@9.0.6:
resolution: {integrity: sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==}
dependencies: