chore: update dependency bson to ^4.6.3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
9a6d0d83ca
commit
3f39054504
|
@ -28,7 +28,7 @@
|
|||
"@commitlint/config-conventional": "^16.2.1",
|
||||
"@types/node": "^10.17.60",
|
||||
"async-iterators": "^0.2.2",
|
||||
"bson": "^4.6.2",
|
||||
"bson": "^4.6.3",
|
||||
"eslint": "^8.12.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"eslint-plugin-mocha": "^10.0.3",
|
||||
|
@ -1244,9 +1244,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/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==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"buffer": "^5.6.0"
|
||||
|
@ -6301,9 +6301,9 @@
|
|||
}
|
||||
},
|
||||
"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==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"buffer": "^5.6.0"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"@commitlint/config-conventional": "^16.2.1",
|
||||
"@types/node": "^10.17.60",
|
||||
"async-iterators": "^0.2.2",
|
||||
"bson": "^4.6.2",
|
||||
"bson": "^4.6.3",
|
||||
"eslint": "^8.12.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"eslint-plugin-mocha": "^10.0.3",
|
||||
|
|
Loading…
Reference in New Issue