diff --git a/server/package.json b/server/package.json index 2eb9fc9..d6d7a80 100644 --- a/server/package.json +++ b/server/package.json @@ -21,7 +21,7 @@ "express": "^4.18.1", "express-rate-limit": "^6.4.0", "express-session": "^1.17.3", - "mongodb": "^4.7.0", + "mongodb": "^4.8.0", "nanoid": "^4.0.0", "redis": "^4.1.0" }, diff --git a/server/yarn.lock b/server/yarn.lock index 61f5d1a..3f2c61f 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -676,10 +676,10 @@ browserslist@^4.20.2: node-releases "^2.0.5" update-browserslist-db "^1.0.0" -bson@^4.6.3: - version "4.6.4" - resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.4.tgz#e66d4a334f1ab230dfcfb9ec4ea9091476dd372e" - integrity sha512-TdQ3FzguAu5HKPPlr0kYQCyrYUYh8tFM+CMTpxjNzVzxeiJY00Rtuj3LXLHSgiGvmaWlZ8PE+4KyM2thqE38pQ== +bson@^4.6.5: + version "4.6.5" + resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.5.tgz#1a410148c20eef4e40d484878a037a7036e840fb" + integrity sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw== dependencies: buffer "^5.6.0" @@ -2256,12 +2256,12 @@ mongodb-connection-string-url@^2.5.2: "@types/whatwg-url" "^8.2.1" whatwg-url "^11.0.0" -mongodb@^4.1.0, mongodb@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.7.0.tgz#99f7323271d93659067695b60e7b4efee2de9bf0" - integrity sha512-HhVar6hsUeMAVlIbwQwWtV36iyjKd9qdhY+s4wcU8K6TOj4Q331iiMy+FoPuxEntDIijTYWivwFJkLv8q/ZgvA== +mongodb@^4.1.0, mongodb@^4.8.0: + version "4.8.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.8.0.tgz#8287c85b43781c042c272d00ff3a143b68698671" + integrity sha512-a0eVzm1e1kxwnzJV1wZXIS54KegM2y6wXTXOGTSAxr/E2YOUkl/zGBHNSI4z+6z+YQtVdzDqy1nJ4n5MxYJRnQ== dependencies: - bson "^4.6.3" + bson "^4.6.5" denque "^2.0.1" mongodb-connection-string-url "^2.5.2" socks "^2.6.2"