Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @types/cors to v2.8.13
Browse files Browse the repository at this point in the history
renovate[bot] authored Mar 16, 2023
1 parent 775595e commit b579092
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"yup": "^0.28.1"
},
"devDependencies": {
"@types/cors": "2.8.6",
"@types/cors": "2.8.13",
"@types/dotenv": "8.2.0",
"@types/express": "4.17.6",
"@types/mongoose": "5.7.24",
10 changes: 5 additions & 5 deletions server/yarn.lock
Original file line number Diff line number Diff line change
@@ -52,12 +52,12 @@
dependencies:
"@types/node" "*"

"@types/cors@2.8.6":
version "2.8.6"
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.6.tgz#cfaab33c49c15b1ded32f235111ce9123009bd02"
integrity sha512-invOmosX0DqbpA+cE2yoHGUlF/blyf7nB0OGYBBiH27crcVm5NmFaZkLP4Ta1hGaesckCi5lVLlydNJCxkTOSg==
"@types/cors@2.8.13":
version "2.8.13"
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.13.tgz#b8ade22ba455a1b8cb3b5d3f35910fd204f84f94"
integrity sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==
dependencies:
"@types/express" "*"
"@types/node" "*"

"@types/dotenv@8.2.0":
version "8.2.0"

0 comments on commit b579092

Please sign in to comment.