chore: update dependency bson to ^4.6.4

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-05-19 18:39:48 +00:00 committed by Rifa Achrinza
parent 2fcbb1bd77
commit 21ea203a58
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@commitlint/config-conventional": "^16.2.4",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
"bson": "^4.6.3",
"bson": "^4.6.4",
"eslint": "^8.15.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.0.4",
@ -1244,9 +1244,9 @@
}
},
"node_modules/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==",
"dev": true,
"dependencies": {
"buffer": "^5.6.0"
@ -6301,9 +6301,9 @@
}
},
"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==",
"dev": true,
"requires": {
"buffer": "^5.6.0"

View File

@ -39,7 +39,7 @@
"@commitlint/config-conventional": "^16.2.4",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
"bson": "^4.6.3",
"bson": "^4.6.4",
"eslint": "^8.15.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.0.4",