chore: update dependency bson to ^4.6.2

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-03-29 15:50:08 +00:00 committed by Rifa Achrinza
parent a935fabcd1
commit c748ad1d26
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@commitlint/config-conventional": "^13.2.0", "@commitlint/config-conventional": "^13.2.0",
"@types/node": "^10.17.60", "@types/node": "^10.17.60",
"async-iterators": "^0.2.2", "async-iterators": "^0.2.2",
"bson": "^4.0.1", "bson": "^4.6.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-loopback": "^13.1.0", "eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^9.0.0", "eslint-plugin-mocha": "^9.0.0",
@ -1258,9 +1258,9 @@
} }
}, },
"node_modules/bson": { "node_modules/bson": {
"version": "4.5.1", "version": "4.6.2",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.5.1.tgz", "resolved": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz",
"integrity": "sha512-XqFP74pbTVLyLy5KFxVfTUyRrC1mgOlmu/iXHfXqfCKT59jyP9lwbotGfbN59cHBRbJSamZNkrSopjv+N0SqAA==", "integrity": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"buffer": "^5.6.0" "buffer": "^5.6.0"
@ -6232,9 +6232,9 @@
} }
}, },
"bson": { "bson": {
"version": "4.5.1", "version": "4.6.2",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.5.1.tgz", "resolved": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz",
"integrity": "sha512-XqFP74pbTVLyLy5KFxVfTUyRrC1mgOlmu/iXHfXqfCKT59jyP9lwbotGfbN59cHBRbJSamZNkrSopjv+N0SqAA==", "integrity": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"buffer": "^5.6.0" "buffer": "^5.6.0"

View File

@ -39,7 +39,7 @@
"@commitlint/config-conventional": "^13.2.0", "@commitlint/config-conventional": "^13.2.0",
"@types/node": "^10.17.60", "@types/node": "^10.17.60",
"async-iterators": "^0.2.2", "async-iterators": "^0.2.2",
"bson": "^4.0.1", "bson": "^4.6.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-loopback": "^13.1.0", "eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^9.0.0", "eslint-plugin-mocha": "^9.0.0",