chore(deps): bump @fastify/cors from 8.2.1 to 8.3.0

Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.2.1...v8.3.0)

---
updated-dependencies:
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-26 01:04:06 +00:00
committed by GitHub
parent a1f16ae843
commit 5aa4d747da
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@@ -1570,9 +1570,9 @@
}
},
"@fastify/cors": {
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.2.1.tgz",
"integrity": "sha512-2H2MrDD3ea7g707g1CNNLWb9/tYbmw7HS+MK2SDcgjxwzbOFR93JortelTIO8DBFsZqFtEpKNxiZfSyrGgYcbw==",
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.3.0.tgz",
"integrity": "sha512-oj9xkka2Tg0MrwuKhsSUumcAkfp2YCnKxmFEusi01pjk1YrdDsuSYTHXEelWNW+ilSy/ApZq0c2SvhKrLX0H1g==",
"dev": true,
"requires": {
"fastify-plugin": "^4.0.0",

View File

@@ -82,7 +82,7 @@
"@codechecks/client": "0.1.12",
"@commitlint/cli": "17.6.3",
"@commitlint/config-angular": "17.6.3",
"@fastify/cors": "8.2.1",
"@fastify/cors": "8.3.0",
"@fastify/formbody": "7.4.0",
"@fastify/middie": "8.3.0",
"@fastify/multipart": "7.6.0",

View File

@@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@fastify/cors": "8.2.1",
"@fastify/cors": "8.3.0",
"@fastify/formbody": "7.4.0",
"@fastify/middie": "8.3.0",
"fastify": "4.17.0",