chore: update dependency bson to ^4.7.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-01-05 17:16:08 +00:00
parent 340db473ed
commit 3b59084cd0
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.0",
"bson": "^4.7.1",
"eslint": "^8.31.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.1.0",
@ -1373,9 +1373,9 @@
}
},
"node_modules/bson": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.0.tgz",
"integrity": "sha512-VrlEE4vuiO1WTpfof4VmaVolCVYkYTgB9iWgYNOrVlnifpME/06fhFRmONgBhClD5pFC1t9ZWqFUQEQAzY43bA==",
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz",
"integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==",
"dev": true,
"dependencies": {
"buffer": "^5.6.0"
@ -6709,9 +6709,9 @@
}
},
"bson": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.0.tgz",
"integrity": "sha512-VrlEE4vuiO1WTpfof4VmaVolCVYkYTgB9iWgYNOrVlnifpME/06fhFRmONgBhClD5pFC1t9ZWqFUQEQAzY43bA==",
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz",
"integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==",
"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.0",
"bson": "^4.7.1",
"eslint": "^8.31.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.1.0",