chore: update dependency bson to ^4.6.5

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-07-11 20:59:12 +00:00 committed by Diana Lau
parent b84c5201b1
commit a1321b9ecb
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
"bson": "^4.6.4",
"bson": "^4.6.5",
"eslint": "^8.18.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.0.5",
@ -1301,9 +1301,9 @@
}
},
"node_modules/bson": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.4.tgz",
"integrity": "sha512-TdQ3FzguAu5HKPPlr0kYQCyrYUYh8tFM+CMTpxjNzVzxeiJY00Rtuj3LXLHSgiGvmaWlZ8PE+4KyM2thqE38pQ==",
"version": "4.6.5",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.5.tgz",
"integrity": "sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw==",
"dev": true,
"dependencies": {
"buffer": "^5.6.0"
@ -6443,9 +6443,9 @@
}
},
"bson": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.4.tgz",
"integrity": "sha512-TdQ3FzguAu5HKPPlr0kYQCyrYUYh8tFM+CMTpxjNzVzxeiJY00Rtuj3LXLHSgiGvmaWlZ8PE+4KyM2thqE38pQ==",
"version": "4.6.5",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.5.tgz",
"integrity": "sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw==",
"dev": true,
"requires": {
"buffer": "^5.6.0"

View File

@ -39,7 +39,7 @@
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
"bson": "^4.6.4",
"bson": "^4.6.5",
"eslint": "^8.18.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.0.5",