Merge pull request #11960 from nestjs/dependabot/npm_and_yarn/fastify-4.19.1

chore(deps): bump fastify from 4.18.0 to 4.19.1
This commit is contained in:
Kamil Mysliwiec
2023-07-03 09:07:10 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -83,7 +83,7 @@
"eslint-plugin-import": "2.27.5",
"eventsource": "2.0.2",
"fancy-log": "2.0.0",
"fastify": "4.18.0",
"fastify": "4.19.1",
"graphql": "16.7.1",
"graphql-tools": "9.0.0",
"gulp": "4.0.2",
@@ -12520,9 +12520,9 @@
"license": "MIT"
},
"node_modules/fastify": {
"version": "4.18.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.18.0.tgz",
"integrity": "sha512-L5o/2GEkBastQ3HV0dtKo7SUZ497Z1+q4fcqAoPyq6JCQ/8zdk1JQEoTQwnBWCp+EmA7AQa6mxNqSAEhzP0RwQ==",
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.1.tgz",
"integrity": "sha512-99r7xae02BUWI1H8exJidkFJXi/SUZpO18YIJ6SSWIB1bb5CN659ga0iB85oLD+C4D9LeTOKplOJ1/YcFsK7oQ==",
"dev": true,
"dependencies": {
"@fastify/ajv-compiler": "^3.5.0",

View File

@@ -131,7 +131,7 @@
"eslint-plugin-import": "2.27.5",
"eventsource": "2.0.2",
"fancy-log": "2.0.0",
"fastify": "4.18.0",
"fastify": "4.19.1",
"graphql": "16.7.1",
"graphql-tools": "9.0.0",
"gulp": "4.0.2",

View File

@@ -21,7 +21,7 @@
"@fastify/cors": "8.3.0",
"@fastify/formbody": "7.4.0",
"@fastify/middie": "8.3.0",
"fastify": "4.18.0",
"fastify": "4.19.1",
"light-my-request": "5.10.0",
"path-to-regexp": "3.2.0",
"tslib": "2.6.0"