Merge pull request #737 from shocknet/dependabot/npm_and_yarn/types/cors-2.8.17

Bump @types/cors from 2.8.12 to 2.8.17
This commit is contained in:
Justin (shocknet) 2024-09-09 11:51:04 -04:00 committed by GitHub
commit 3d53d3a870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View file

@ -51,7 +51,7 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/chai-string": "^1.4.5",
"@types/cors": "^2.8.12",
"@types/cors": "^2.8.17",
"@types/eccrypto": "^1.1.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.14.182",
@ -558,10 +558,13 @@
}
},
"node_modules/@types/cors": {
"version": "2.8.12",
"resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz",
"integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==",
"dev": true
"version": "2.8.17",
"resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz",
"integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/eccrypto": {
"version": "1.1.3",

View file

@ -67,7 +67,7 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/chai-string": "^1.4.5",
"@types/cors": "^2.8.12",
"@types/cors": "^2.8.17",
"@types/eccrypto": "^1.1.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.14.182",