fix(deps): update dependency @fastify/mongodb to v6.2.0 (#49512)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-25 17:49:32 +02:00
committed by GitHub
parent 72d4d8c2fa
commit b36bf511d5
2 changed files with 11 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
},
"dependencies": {
"@fastify/middie": "8.1",
"@fastify/mongodb": "6.1.0",
"@fastify/mongodb": "6.2.0",
"fastify": "4.10.2",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0"

16
package-lock.json generated
View File

@@ -115,7 +115,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"@fastify/middie": "8.1",
"@fastify/mongodb": "6.1.0",
"@fastify/mongodb": "6.2.0",
"fastify": "4.10.2",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0"
@@ -4618,8 +4618,9 @@
"license": "MIT"
},
"node_modules/@fastify/mongodb": {
"version": "6.1.0",
"license": "MIT",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@fastify/mongodb/-/mongodb-6.2.0.tgz",
"integrity": "sha512-ed/kbWTd9TtDvg5IYHQ54g01twAlFlJRBcF31imVX4eQEhUNe9mvIQopVUHErqOjAtQRuF6uQeqTdpiJBx+4+A==",
"dependencies": {
"fastify-plugin": "^4.0.0",
"mongodb": "^4.0.1"
@@ -4627,7 +4628,8 @@
},
"node_modules/@fastify/mongodb/node_modules/bson": {
"version": "4.7.2",
"license": "Apache-2.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz",
"integrity": "sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==",
"dependencies": {
"buffer": "^5.6.0"
},
@@ -4637,6 +4639,8 @@
},
"node_modules/@fastify/mongodb/node_modules/buffer": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
"funding": [
{
"type": "github",
@@ -4651,7 +4655,6 @@
"url": "https://feross.org/support"
}
],
"license": "MIT",
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.1.13"
@@ -4659,7 +4662,8 @@
},
"node_modules/@fastify/mongodb/node_modules/mongodb": {
"version": "4.14.0",
"license": "Apache-2.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.14.0.tgz",
"integrity": "sha512-coGKkWXIBczZPr284tYKFLg+KbGPPLlSbdgfKAb6QqCFt5bo5VFZ50O3FFzsw4rnkqjwT6D8Qcoo9nshYKM7Mg==",
"dependencies": {
"bson": "^4.7.0",
"mongodb-connection-string-url": "^2.5.4",