chore(deps): update dependency fastify to ^3.27.1 (#152)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-04 21:50:21 +01:00 committed by GitHub
parent 64ff200e3c
commit 7094810bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

24
package-lock.json generated
View File

@ -1734,9 +1734,9 @@
}
},
"cookie": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
"integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
"integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==",
"dev": true
},
"core-util-is": {
@ -2331,9 +2331,9 @@
"dev": true
},
"fast-redact": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.0.2.tgz",
"integrity": "sha512-YN+CYfCVRVMUZOUPeinHNKgytM1wPI/C/UCLEi56EsY2dwwvI00kIJHJoI7pMVqGoMew8SMZ2SSfHKHULHXDsg==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.1.0.tgz",
"integrity": "sha512-dir8LOnvialLxiXDPESMDHGp82CHi6ZEYTVkcvdn5d7psdv9ZkkButXrOeXST4aqreIRR+N7CYlsrwFuorurVg==",
"dev": true
},
"fast-safe-stringify": {
@ -2343,9 +2343,9 @@
"dev": true
},
"fastify": {
"version": "3.27.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.27.0.tgz",
"integrity": "sha512-p99Fd7xt4DFew39U5Wnp/Soy7jkpxpaqToekwQ3XWv+ECUPXd6bSF9l79EiwkutWALtEU/JiRlzS9qjP2gLHFg==",
"version": "3.27.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.27.1.tgz",
"integrity": "sha512-GLn3ow5BGqg/m+ztXvztp8Xp7SuH99vAm4zfbN7407Qzi4mB055SG/lWH/gYolz5Oq2K8LtUpZqt1Ccf/YkVmA==",
"dev": true,
"requires": {
"@fastify/ajv-compiler": "^1.0.0",
@ -3660,9 +3660,9 @@
}
},
"light-my-request": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.7.0.tgz",
"integrity": "sha512-LTa8YZp3K2AUpqUnwwKajoIHcsKOBnzwJNQSrk7unziPwo6CjOYjyO0F9wfkxFvP+nBsCGe3eMPnedVgIIgdAw==",
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.7.1.tgz",
"integrity": "sha512-7/bT6M+iHY90L9/rW7aboVYt0o0uOqzIx4yofC67d6WE9uLksecGf3mxPuZfVjMONG+i6hCq6z5NZCxqzpA2yw==",
"dev": true,
"requires": {
"ajv": "^8.1.0",

View File

@ -40,7 +40,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fastify": "^3.27.0",
"fastify": "^3.27.1",
"jest": "^27.2.5",
"prettier": "^2.5.1",
"reflect-metadata": "^0.1.13",
@ -57,7 +57,7 @@
"peerDependencies": {
"@nestjs/common": "^8.2.6",
"express": "^4.17.2",
"fastify": "^3.27.0",
"fastify": "^3.27.1",
"typeorm": "^0.2.41"
},
"jest": {