refactor: upgrade mongodb from 4.5.0 to 4.6.0 (#8022)
This commit is contained in:
20
package-lock.json
generated
20
package-lock.json
generated
@@ -7720,9 +7720,9 @@
|
||||
}
|
||||
},
|
||||
"ip": {
|
||||
"version": "1.1.5",
|
||||
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
|
||||
"integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
|
||||
"version": "1.1.8",
|
||||
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
|
||||
"integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg=="
|
||||
},
|
||||
"ipaddr.js": {
|
||||
"version": "1.9.1",
|
||||
@@ -9860,11 +9860,11 @@
|
||||
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw=="
|
||||
},
|
||||
"mongodb": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.5.0.tgz",
|
||||
"integrity": "sha512-A2l8MjEpKojnhbCM0MK3+UOGUSGvTNNSv7AkP1fsT7tkambrkkqN/5F2y+PhzsV0Nbv58u04TETpkaSEdI2zKA==",
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.6.0.tgz",
|
||||
"integrity": "sha512-1gsxVXmjFTPJ+CkMG9olE4bcVsyY8lBJN9m5B5vj+LZ7wkBqq3PO8RVmNX9GwCBOBz1KV0zM00vPviUearSv7A==",
|
||||
"requires": {
|
||||
"bson": "^4.6.2",
|
||||
"bson": "^4.6.3",
|
||||
"denque": "^2.0.1",
|
||||
"mongodb-connection-string-url": "^2.5.2",
|
||||
"saslprep": "^1.0.3",
|
||||
@@ -9872,9 +9872,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bson": {
|
||||
"version": "4.6.3",
|
||||
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.3.tgz",
|
||||
"integrity": "sha512-rAqP5hcUVJhXP2MCSNVsf0oM2OGU1So6A9pVRDYayvJ5+hygXHQApf87wd5NlhPM1J9RJnbqxIG/f8QTzRoQ4A==",
|
||||
"version": "4.6.4",
|
||||
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.4.tgz",
|
||||
"integrity": "sha512-TdQ3FzguAu5HKPPlr0kYQCyrYUYh8tFM+CMTpxjNzVzxeiJY00Rtuj3LXLHSgiGvmaWlZ8PE+4KyM2thqE38pQ==",
|
||||
"requires": {
|
||||
"buffer": "^5.6.0"
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"lodash": "4.17.21",
|
||||
"lru-cache": "6.0.0",
|
||||
"mime": "3.0.0",
|
||||
"mongodb": "4.5.0",
|
||||
"mongodb": "4.6.0",
|
||||
"mustache": "4.2.0",
|
||||
"parse": "3.4.2",
|
||||
"pg-monitor": "1.4.1",
|
||||
|
||||
Reference in New Issue
Block a user