feat: upgrade mongodb from 4.4.1 to 4.5.0 (#7991)

This commit is contained in:
Diamond Lewis
2022-05-09 16:57:08 -05:00
committed by GitHub
parent 364e346548
commit e692b5dd82
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -10557,11 +10557,11 @@
"integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg=="
},
"mongodb": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.4.1.tgz",
"integrity": "sha512-IAD3nFtCR4s22vi5qjqkCBnuyDDrOW8WVSSmgHquOvGaP1iTD+XpC5tr8wAUbZ2EeZkaswwBKQFHDvl4qYcKqQ==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.5.0.tgz",
"integrity": "sha512-A2l8MjEpKojnhbCM0MK3+UOGUSGvTNNSv7AkP1fsT7tkambrkkqN/5F2y+PhzsV0Nbv58u04TETpkaSEdI2zKA==",
"requires": {
"bson": "^4.6.1",
"bson": "^4.6.2",
"denque": "^2.0.1",
"mongodb-connection-string-url": "^2.5.2",
"saslprep": "^1.0.3",
@@ -10569,9 +10569,9 @@
},
"dependencies": {
"bson": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz",
"integrity": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.3.tgz",
"integrity": "sha512-rAqP5hcUVJhXP2MCSNVsf0oM2OGU1So6A9pVRDYayvJ5+hygXHQApf87wd5NlhPM1J9RJnbqxIG/f8QTzRoQ4A==",
"requires": {
"buffer": "^5.6.0"
}

View File

@@ -46,7 +46,7 @@
"lodash": "4.17.21",
"lru-cache": "6.0.0",
"mime": "3.0.0",
"mongodb": "4.4.1",
"mongodb": "4.5.0",
"mustache": "4.2.0",
"parse": "3.4.1",
"pg-monitor": "1.4.1",