chore: update dependency bson to ^4.7.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-08-18 19:34:44 +00:00
parent 30d27f00c4
commit 12a502b097
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
"bson": "^4.6.5",
"bson": "^4.7.0",
"eslint": "^8.22.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.1.0",
@ -1365,9 +1365,9 @@
}
},
"node_modules/bson": {
"version": "4.6.5",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.5.tgz",
"integrity": "sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.0.tgz",
"integrity": "sha512-VrlEE4vuiO1WTpfof4VmaVolCVYkYTgB9iWgYNOrVlnifpME/06fhFRmONgBhClD5pFC1t9ZWqFUQEQAzY43bA==",
"dev": true,
"dependencies": {
"buffer": "^5.6.0"
@ -6718,9 +6718,9 @@
}
},
"bson": {
"version": "4.6.5",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.6.5.tgz",
"integrity": "sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-4.7.0.tgz",
"integrity": "sha512-VrlEE4vuiO1WTpfof4VmaVolCVYkYTgB9iWgYNOrVlnifpME/06fhFRmONgBhClD5pFC1t9ZWqFUQEQAzY43bA==",
"dev": true,
"requires": {
"buffer": "^5.6.0"

View File

@ -39,7 +39,7 @@
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
"bson": "^4.6.5",
"bson": "^4.7.0",
"eslint": "^8.22.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.1.0",