chore: update dependency bson to ^4.6.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a935fabcd1
commit
c748ad1d26
|
@ -28,7 +28,7 @@
|
|||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@types/node": "^10.17.60",
|
||||
"async-iterators": "^0.2.2",
|
||||
"bson": "^4.0.1",
|
||||
"bson": "^4.6.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"eslint-plugin-mocha": "^9.0.0",
|
||||
|
@ -1258,9 +1258,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/bson": {
|
||||
"version": "4.5.1",
|
||||
"resolved": "https://registry.npmjs.org/bson/-/bson-4.5.1.tgz",
|
||||
"integrity": "sha512-XqFP74pbTVLyLy5KFxVfTUyRrC1mgOlmu/iXHfXqfCKT59jyP9lwbotGfbN59cHBRbJSamZNkrSopjv+N0SqAA==",
|
||||
"version": "4.6.2",
|
||||
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz",
|
||||
"integrity": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"buffer": "^5.6.0"
|
||||
|
@ -6232,9 +6232,9 @@
|
|||
}
|
||||
},
|
||||
"bson": {
|
||||
"version": "4.5.1",
|
||||
"resolved": "https://registry.npmjs.org/bson/-/bson-4.5.1.tgz",
|
||||
"integrity": "sha512-XqFP74pbTVLyLy5KFxVfTUyRrC1mgOlmu/iXHfXqfCKT59jyP9lwbotGfbN59cHBRbJSamZNkrSopjv+N0SqAA==",
|
||||
"version": "4.6.2",
|
||||
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz",
|
||||
"integrity": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"buffer": "^5.6.0"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@types/node": "^10.17.60",
|
||||
"async-iterators": "^0.2.2",
|
||||
"bson": "^4.0.1",
|
||||
"bson": "^4.6.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"eslint-plugin-mocha": "^9.0.0",
|
||||
|
|
Loading…
Reference in New Issue