|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
"@fastify/jwt": "^6.5.0",
|
|
|
|
|
"@fastify/view": "^7.1.2",
|
|
|
|
|
"adminjs": "^6.7.2",
|
|
|
|
|
"axios": "^1.3.3",
|
|
|
|
|
"bcrypt": "^5.0.0",
|
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
|
"boom": "^7.3.0",
|
|
|
|
@ -23,7 +24,7 @@
|
|
|
|
|
"csvjson": "^5.1.0",
|
|
|
|
|
"csvtojson": "^2.0.10",
|
|
|
|
|
"email-validator": "^2.0.4",
|
|
|
|
|
"fastify": "^3.29.4",
|
|
|
|
|
"fastify": "^3.29.5",
|
|
|
|
|
"fastify-auth": "^1.0.1",
|
|
|
|
|
"fastify-cors": "^5.2.0",
|
|
|
|
|
"fastify-env": "^2.2.0",
|
|
|
|
@ -38,6 +39,7 @@
|
|
|
|
|
"gridfile": "^1.1.3",
|
|
|
|
|
"libphonenumber-js": "^1.9.6",
|
|
|
|
|
"moment": "^2.29.4",
|
|
|
|
|
"mongodb": "^5.0.1",
|
|
|
|
|
"mongoose": "^5.11.8",
|
|
|
|
|
"multer-gridfs-storage": "^5.0.2",
|
|
|
|
|
"nodemon": "^2.0.20",
|
|
|
|
@ -3414,6 +3416,20 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/webidl-conversions": {
|
|
|
|
|
"version": "7.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-xTE1E+YF4aWPJJeUzaZI5DRntlkY3+BCVJi0axFptnjGmAoWxkyREIh/XMrfxVLejwQxMCfDXdICo0VLxThrog=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/whatwg-url": {
|
|
|
|
|
"version": "8.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/node": "*",
|
|
|
|
|
"@types/webidl-conversions": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/a-sync-waterfall": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
|
|
|
|
@ -3509,6 +3525,28 @@
|
|
|
|
|
"admin": "cli.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/adminjs/node_modules/axios": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"follow-redirects": "^1.14.9",
|
|
|
|
|
"form-data": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/adminjs/node_modules/form-data": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"asynckit": "^0.4.0",
|
|
|
|
|
"combined-stream": "^1.0.8",
|
|
|
|
|
"mime-types": "^2.1.12"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/agent-base": {
|
|
|
|
|
"version": "6.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
|
|
@ -3711,12 +3749,13 @@
|
|
|
|
|
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/axios": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
|
|
|
|
|
"version": "1.3.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.3.tgz",
|
|
|
|
|
"integrity": "sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"follow-redirects": "^1.14.9",
|
|
|
|
|
"form-data": "^4.0.0"
|
|
|
|
|
"follow-redirects": "^1.15.0",
|
|
|
|
|
"form-data": "^4.0.0",
|
|
|
|
|
"proxy-from-env": "^1.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/axios/node_modules/form-data": {
|
|
|
|
@ -4934,6 +4973,11 @@
|
|
|
|
|
"node >=0.6.0"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fast-content-type-parse": {
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fast-decode-uri-component": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
|
|
@ -5039,15 +5083,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fastify": {
|
|
|
|
|
"version": "3.29.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.4.tgz",
|
|
|
|
|
"integrity": "sha512-BEyKidZQvscNaiF1BLh+YLE7AzHH03NexhPzrwZP6KBQ+jG2czdgq72X+RFB5rK9hbqdaafVb5yiWN+hCvHfYg==",
|
|
|
|
|
"version": "3.29.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.5.tgz",
|
|
|
|
|
"integrity": "sha512-FBDgb1gkenZxxh4sTD6AdI6mFnZnsgckpjIXzIvfLSYCa4isfQeD8QWGPib63dxq6btnY0l1j8I0xYhMvUb+sw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@fastify/ajv-compiler": "^1.0.0",
|
|
|
|
|
"@fastify/error": "^2.0.0",
|
|
|
|
|
"abstract-logging": "^2.0.0",
|
|
|
|
|
"avvio": "^7.1.2",
|
|
|
|
|
"content-type": "^1.0.4",
|
|
|
|
|
"fast-content-type-parse": "^1.0.0",
|
|
|
|
|
"fast-json-stringify": "^2.5.2",
|
|
|
|
|
"find-my-way": "^4.5.0",
|
|
|
|
|
"flatstr": "^1.0.12",
|
|
|
|
@ -6840,41 +6884,75 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongodb": {
|
|
|
|
|
"version": "3.7.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.3.tgz",
|
|
|
|
|
"integrity": "sha512-Psm+g3/wHXhjBEktkxXsFMZvd3nemI0r3IPsE0bU+4//PnvNWKkzhZcEsbPcYiWqe8XqXJJEg4Tgtr7Raw67Yw==",
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-KpjtY+NWFmcic6UDYEdfn768ZTuKyv7CRaui7ZSd6q/0/o1AURMC7KygTUwB1Cl8V10Pe5NiP+Y2eBMCDs/ygQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"bl": "^2.2.1",
|
|
|
|
|
"bson": "^1.1.4",
|
|
|
|
|
"denque": "^1.4.1",
|
|
|
|
|
"optional-require": "^1.1.8",
|
|
|
|
|
"safe-buffer": "^5.1.2"
|
|
|
|
|
"bson": "^5.0.0",
|
|
|
|
|
"mongodb-connection-string-url": "^2.6.0",
|
|
|
|
|
"socks": "^2.7.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
"node": ">=14.20.1"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"saslprep": "^1.0.0"
|
|
|
|
|
"saslprep": "^1.0.3"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@aws-sdk/credential-providers": "^3.201.0",
|
|
|
|
|
"mongodb-client-encryption": "^2.3.0",
|
|
|
|
|
"snappy": "^7.2.2"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"aws4": {
|
|
|
|
|
"@aws-sdk/credential-providers": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"bson-ext": {
|
|
|
|
|
"mongodb-client-encryption": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"kerberos": {
|
|
|
|
|
"snappy": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mongodb-client-encryption": {
|
|
|
|
|
"optional": true
|
|
|
|
|
"node_modules/mongodb-connection-string-url": {
|
|
|
|
|
"version": "2.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/whatwg-url": "^8.2.1",
|
|
|
|
|
"whatwg-url": "^11.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mongodb-extjson": {
|
|
|
|
|
"optional": true
|
|
|
|
|
"node_modules/mongodb-connection-string-url/node_modules/tr46": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"punycode": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"snappy": {
|
|
|
|
|
"optional": true
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongodb-connection-string-url/node_modules/webidl-conversions": {
|
|
|
|
|
"version": "7.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongodb-connection-string-url/node_modules/whatwg-url": {
|
|
|
|
|
"version": "11.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tr46": "^3.0.0",
|
|
|
|
|
"webidl-conversions": "^7.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongodb-uri": {
|
|
|
|
@ -6885,15 +6963,12 @@
|
|
|
|
|
"node": ">= 0.6.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongodb/node_modules/optional-require": {
|
|
|
|
|
"version": "1.1.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz",
|
|
|
|
|
"integrity": "sha512-jq83qaUb0wNg9Krv1c5OQ+58EK+vHde6aBPzLvPPqJm89UQWsvSuFy9X/OSNJnFeSOKo7btE0n8Nl2+nE+z5nA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"require-at": "^1.0.6"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongodb/node_modules/bson": {
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/bson/-/bson-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-y09gBGusgHtinMon/GVbv1J6FrXhnr/+6hqLlSmEFzkz6PodqF6TxjyvfvY3AfO+oG1mgUtbC86xSbOlwvM62Q==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
"node": ">=14.20.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongoose": {
|
|
|
|
@ -6932,6 +7007,55 @@
|
|
|
|
|
"mongoose": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongoose/node_modules/mongodb": {
|
|
|
|
|
"version": "3.7.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.3.tgz",
|
|
|
|
|
"integrity": "sha512-Psm+g3/wHXhjBEktkxXsFMZvd3nemI0r3IPsE0bU+4//PnvNWKkzhZcEsbPcYiWqe8XqXJJEg4Tgtr7Raw67Yw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"bl": "^2.2.1",
|
|
|
|
|
"bson": "^1.1.4",
|
|
|
|
|
"denque": "^1.4.1",
|
|
|
|
|
"optional-require": "^1.1.8",
|
|
|
|
|
"safe-buffer": "^5.1.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"saslprep": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"aws4": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"bson-ext": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"kerberos": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"mongodb-client-encryption": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"mongodb-extjson": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"snappy": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongoose/node_modules/mongodb/node_modules/optional-require": {
|
|
|
|
|
"version": "1.1.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz",
|
|
|
|
|
"integrity": "sha512-jq83qaUb0wNg9Krv1c5OQ+58EK+vHde6aBPzLvPPqJm89UQWsvSuFy9X/OSNJnFeSOKo7btE0n8Nl2+nE+z5nA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"require-at": "^1.0.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mpath": {
|
|
|
|
|
"version": "0.8.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz",
|
|
|
|
@ -12528,6 +12652,20 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA=="
|
|
|
|
|
},
|
|
|
|
|
"@types/webidl-conversions": {
|
|
|
|
|
"version": "7.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-xTE1E+YF4aWPJJeUzaZI5DRntlkY3+BCVJi0axFptnjGmAoWxkyREIh/XMrfxVLejwQxMCfDXdICo0VLxThrog=="
|
|
|
|
|
},
|
|
|
|
|
"@types/whatwg-url": {
|
|
|
|
|
"version": "8.2.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz",
|
|
|
|
|
"integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/node": "*",
|
|
|
|
|
"@types/webidl-conversions": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"a-sync-waterfall": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
|
|
|
|
@ -12606,6 +12744,27 @@
|
|
|
|
|
"styled-components": "^5.3.5",
|
|
|
|
|
"uuid": "^8.3.2",
|
|
|
|
|
"xss": "^1.0.13"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"axios": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"follow-redirects": "^1.14.9",
|
|
|
|
|
"form-data": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"form-data": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"asynckit": "^0.4.0",
|
|
|
|
|
"combined-stream": "^1.0.8",
|
|
|
|
|
"mime-types": "^2.1.12"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"agent-base": {
|
|
|
|
@ -12768,12 +12927,13 @@
|
|
|
|
|
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
|
|
|
|
|
},
|
|
|
|
|
"axios": {
|
|
|
|
|
"version": "0.27.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
|
|
|
|
|
"integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
|
|
|
|
|
"version": "1.3.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.3.tgz",
|
|
|
|
|
"integrity": "sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"follow-redirects": "^1.14.9",
|
|
|
|
|
"form-data": "^4.0.0"
|
|
|
|
|
"follow-redirects": "^1.15.0",
|
|
|
|
|
"form-data": "^4.0.0",
|
|
|
|
|
"proxy-from-env": "^1.1.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"form-data": {
|
|
|
|
@ -13679,6 +13839,11 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g=="
|
|
|
|
|
},
|
|
|
|
|
"fast-content-type-parse": {
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA=="
|
|
|
|
|
},
|
|
|
|
|
"fast-decode-uri-component": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
|
|
@ -13770,15 +13935,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"fastify": {
|
|
|
|
|
"version": "3.29.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.4.tgz",
|
|
|
|
|
"integrity": "sha512-BEyKidZQvscNaiF1BLh+YLE7AzHH03NexhPzrwZP6KBQ+jG2czdgq72X+RFB5rK9hbqdaafVb5yiWN+hCvHfYg==",
|
|
|
|
|
"version": "3.29.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.5.tgz",
|
|
|
|
|
"integrity": "sha512-FBDgb1gkenZxxh4sTD6AdI6mFnZnsgckpjIXzIvfLSYCa4isfQeD8QWGPib63dxq6btnY0l1j8I0xYhMvUb+sw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@fastify/ajv-compiler": "^1.0.0",
|
|
|
|
|
"@fastify/error": "^2.0.0",
|
|
|
|
|
"abstract-logging": "^2.0.0",
|
|
|
|
|
"avvio": "^7.1.2",
|
|
|
|
|
"content-type": "^1.0.4",
|
|
|
|
|
"fast-content-type-parse": "^1.0.0",
|
|
|
|
|
"fast-json-stringify": "^2.5.2",
|
|
|
|
|
"find-my-way": "^4.5.0",
|
|
|
|
|
"flatstr": "^1.0.12",
|
|
|
|
@ -15225,24 +15390,52 @@
|
|
|
|
|
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
|
|
|
|
|
},
|
|
|
|
|
"mongodb": {
|
|
|
|
|
"version": "3.7.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.3.tgz",
|
|
|
|
|
"integrity": "sha512-Psm+g3/wHXhjBEktkxXsFMZvd3nemI0r3IPsE0bU+4//PnvNWKkzhZcEsbPcYiWqe8XqXJJEg4Tgtr7Raw67Yw==",
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-KpjtY+NWFmcic6UDYEdfn768ZTuKyv7CRaui7ZSd6q/0/o1AURMC7KygTUwB1Cl8V10Pe5NiP+Y2eBMCDs/ygQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"bl": "^2.2.1",
|
|
|
|
|
"bson": "^1.1.4",
|
|
|
|
|
"denque": "^1.4.1",
|
|
|
|
|
"optional-require": "^1.1.8",
|
|
|
|
|
"safe-buffer": "^5.1.2",
|
|
|
|
|
"saslprep": "^1.0.0"
|
|
|
|
|
"bson": "^5.0.0",
|
|
|
|
|
"mongodb-connection-string-url": "^2.6.0",
|
|
|
|
|
"saslprep": "^1.0.3",
|
|
|
|
|
"socks": "^2.7.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"optional-require": {
|
|
|
|
|
"version": "1.1.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz",
|
|
|
|
|
"integrity": "sha512-jq83qaUb0wNg9Krv1c5OQ+58EK+vHde6aBPzLvPPqJm89UQWsvSuFy9X/OSNJnFeSOKo7btE0n8Nl2+nE+z5nA==",
|
|
|
|
|
"bson": {
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/bson/-/bson-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-y09gBGusgHtinMon/GVbv1J6FrXhnr/+6hqLlSmEFzkz6PodqF6TxjyvfvY3AfO+oG1mgUtbC86xSbOlwvM62Q=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mongodb-connection-string-url": {
|
|
|
|
|
"version": "2.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"require-at": "^1.0.6"
|
|
|
|
|
"@types/whatwg-url": "^8.2.1",
|
|
|
|
|
"whatwg-url": "^11.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tr46": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"punycode": "^2.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"webidl-conversions": {
|
|
|
|
|
"version": "7.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g=="
|
|
|
|
|
},
|
|
|
|
|
"whatwg-url": {
|
|
|
|
|
"version": "11.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"tr46": "^3.0.0",
|
|
|
|
|
"webidl-conversions": "^7.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -15271,6 +15464,31 @@
|
|
|
|
|
"safe-buffer": "5.2.1",
|
|
|
|
|
"sift": "13.5.2",
|
|
|
|
|
"sliced": "1.0.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"mongodb": {
|
|
|
|
|
"version": "3.7.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.3.tgz",
|
|
|
|
|
"integrity": "sha512-Psm+g3/wHXhjBEktkxXsFMZvd3nemI0r3IPsE0bU+4//PnvNWKkzhZcEsbPcYiWqe8XqXJJEg4Tgtr7Raw67Yw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"bl": "^2.2.1",
|
|
|
|
|
"bson": "^1.1.4",
|
|
|
|
|
"denque": "^1.4.1",
|
|
|
|
|
"optional-require": "^1.1.8",
|
|
|
|
|
"safe-buffer": "^5.1.2",
|
|
|
|
|
"saslprep": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"optional-require": {
|
|
|
|
|
"version": "1.1.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz",
|
|
|
|
|
"integrity": "sha512-jq83qaUb0wNg9Krv1c5OQ+58EK+vHde6aBPzLvPPqJm89UQWsvSuFy9X/OSNJnFeSOKo7btE0n8Nl2+nE+z5nA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"require-at": "^1.0.6"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mongoose-legacy-pluralize": {
|
|
|
|
|