cors追加

This commit is contained in:
rca 2024-07-19 02:20:24 +09:00
parent 90e8822c2a
commit 9a32272389
2 changed files with 13 additions and 3 deletions

14
package-lock.json generated
View File

@ -10,8 +10,10 @@
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.15.1",
"@types/cors": "^2.8.17",
"bcryptjs": "^2.4.3",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"inversify": "^6.0.2",
"jsonwebtoken": "^9.0.2",
@ -245,6 +247,14 @@
"@types/node": "*"
}
},
"node_modules/@types/cors": {
"version": "2.8.17",
"resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz",
"integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/express": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
@ -300,7 +310,6 @@
"version": "20.14.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.8.tgz",
"integrity": "sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
@ -3868,8 +3877,7 @@
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
},
"node_modules/union-value": {
"version": "1.0.1",

View File

@ -14,8 +14,10 @@
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.15.1",
"@types/cors": "^2.8.17",
"bcryptjs": "^2.4.3",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"inversify": "^6.0.2",
"jsonwebtoken": "^9.0.2",