feat: upgrade mongodb from 4.4.1 to 4.5.0 (#7991)
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -10557,11 +10557,11 @@
|
|||||||
"integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg=="
|
"integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg=="
|
||||||
},
|
},
|
||||||
"mongodb": {
|
"mongodb": {
|
||||||
"version": "4.4.1",
|
"version": "4.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.5.0.tgz",
|
||||||
"integrity": "sha512-IAD3nFtCR4s22vi5qjqkCBnuyDDrOW8WVSSmgHquOvGaP1iTD+XpC5tr8wAUbZ2EeZkaswwBKQFHDvl4qYcKqQ==",
|
"integrity": "sha512-A2l8MjEpKojnhbCM0MK3+UOGUSGvTNNSv7AkP1fsT7tkambrkkqN/5F2y+PhzsV0Nbv58u04TETpkaSEdI2zKA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bson": "^4.6.1",
|
"bson": "^4.6.2",
|
||||||
"denque": "^2.0.1",
|
"denque": "^2.0.1",
|
||||||
"mongodb-connection-string-url": "^2.5.2",
|
"mongodb-connection-string-url": "^2.5.2",
|
||||||
"saslprep": "^1.0.3",
|
"saslprep": "^1.0.3",
|
||||||
@@ -10569,9 +10569,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bson": {
|
"bson": {
|
||||||
"version": "4.6.2",
|
"version": "4.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.3.tgz",
|
||||||
"integrity": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
|
"integrity": "sha512-rAqP5hcUVJhXP2MCSNVsf0oM2OGU1So6A9pVRDYayvJ5+hygXHQApf87wd5NlhPM1J9RJnbqxIG/f8QTzRoQ4A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"buffer": "^5.6.0"
|
"buffer": "^5.6.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"lru-cache": "6.0.0",
|
"lru-cache": "6.0.0",
|
||||||
"mime": "3.0.0",
|
"mime": "3.0.0",
|
||||||
"mongodb": "4.4.1",
|
"mongodb": "4.5.0",
|
||||||
"mustache": "4.2.0",
|
"mustache": "4.2.0",
|
||||||
"parse": "3.4.1",
|
"parse": "3.4.1",
|
||||||
"pg-monitor": "1.4.1",
|
"pg-monitor": "1.4.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user