|
|
@@ -36218,7 +36218,7 @@
|
|
|
"bunyan": "^1.8.15",
|
|
|
"express": "^4.17.1",
|
|
|
"lodash.once": "^4.1.1",
|
|
|
- "mongodb": "^3.6.0",
|
|
|
+ "mongodb": "^4.11.0",
|
|
|
"octonode": "^0.9.5",
|
|
|
"p-limit": "^2.2.0",
|
|
|
"randomstring": "^1.1.5",
|
|
|
@@ -36233,6 +36233,57 @@
|
|
|
"timekeeper": "2.2.0"
|
|
|
}
|
|
|
},
|
|
|
+ "services/github-sync/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==",
|
|
|
+ "dependencies": {
|
|
|
+ "buffer": "^5.6.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "services/github-sync/node_modules/buffer": {
|
|
|
+ "version": "5.7.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
|
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "consulting",
|
|
|
+ "url": "https://feross.org/support"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "base64-js": "^1.3.1",
|
|
|
+ "ieee754": "^1.1.13"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "services/github-sync/node_modules/mongodb": {
|
|
|
+ "version": "4.13.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.13.0.tgz",
|
|
|
+ "integrity": "sha512-+taZ/bV8d1pYuHL4U+gSwkhmDrwkWbH1l4aah4YpmpscMwgFBkufIKxgP/G7m87/NUuQzc2Z75ZTI7ZOyqZLbw==",
|
|
|
+ "dependencies": {
|
|
|
+ "bson": "^4.7.0",
|
|
|
+ "mongodb-connection-string-url": "^2.5.4",
|
|
|
+ "socks": "^2.7.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.9.0"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "@aws-sdk/credential-providers": "^3.186.0",
|
|
|
+ "saslprep": "^1.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"services/github-sync/node_modules/p-limit": {
|
|
|
"version": "2.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
|
@@ -47136,7 +47187,7 @@
|
|
|
"express": "^4.17.1",
|
|
|
"lodash.once": "^4.1.1",
|
|
|
"mocha": "^8.4.0",
|
|
|
- "mongodb": "^3.6.0",
|
|
|
+ "mongodb": "^4.11.0",
|
|
|
"octonode": "^0.9.5",
|
|
|
"p-limit": "^2.2.0",
|
|
|
"randomstring": "^1.1.5",
|
|
|
@@ -47146,6 +47197,35 @@
|
|
|
"timekeeper": "2.2.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "bson": {
|
|
|
+ "version": "4.7.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz",
|
|
|
+ "integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==",
|
|
|
+ "requires": {
|
|
|
+ "buffer": "^5.6.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "buffer": {
|
|
|
+ "version": "5.7.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
|
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
|
+ "requires": {
|
|
|
+ "base64-js": "^1.3.1",
|
|
|
+ "ieee754": "^1.1.13"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "mongodb": {
|
|
|
+ "version": "4.13.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.13.0.tgz",
|
|
|
+ "integrity": "sha512-+taZ/bV8d1pYuHL4U+gSwkhmDrwkWbH1l4aah4YpmpscMwgFBkufIKxgP/G7m87/NUuQzc2Z75ZTI7ZOyqZLbw==",
|
|
|
+ "requires": {
|
|
|
+ "@aws-sdk/credential-providers": "^3.186.0",
|
|
|
+ "bson": "^4.7.0",
|
|
|
+ "mongodb-connection-string-url": "^2.5.4",
|
|
|
+ "saslprep": "^1.0.3",
|
|
|
+ "socks": "^2.7.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"p-limit": {
|
|
|
"version": "2.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|