mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
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:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user