chore: update dependency bson to ^4.7.2

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-01-10 20:56:59 +00:00
parent 236df1d649
commit 936be6bbff
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@commitlint/config-conventional": "^17.4.0",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
"bson": "^4.7.1",
"bson": "^4.7.2",
"eslint": "^8.31.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.1.0",
@ -1374,9 +1374,9 @@
}
},
"node_modules/bson": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz",
"integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz",
"integrity": "sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==",
"dev": true,
"dependencies": {
"buffer": "^5.6.0"
@ -6711,9 +6711,9 @@
}
},
"bson": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz",
"integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz",
"integrity": "sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==",
"dev": true,
"requires": {
"buffer": "^5.6.0"

View File

@ -40,7 +40,7 @@
"@commitlint/config-conventional": "^17.4.0",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
"bson": "^4.7.1",
"bson": "^4.7.2",
"eslint": "^8.31.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.1.0",