diff --git a/package-lock.json b/package-lock.json index 132fd9ec5..fd0c96992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "body-parser": "^1.20.0", "chart.js": "^4.0.1", - "cloudinary": "^1.32.0", + "cloudinary": "^1.41.3", "connect-flash": "^0.1.1", "cookie-parser": "^1.4.6", "cors": "^2.8.5", @@ -988,14 +988,6 @@ "sparse-bitfield": "^3.0.3" } }, - "node_modules/@tootallnate/once": { - "version": "1.1.2", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 6" - } - }, "node_modules/@types/node": { "version": "20.10.4", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz", @@ -1034,57 +1026,6 @@ "node": ">= 0.6" } }, - "node_modules/acorn": { - "version": "8.8.1", - "license": "MIT", - "optional": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-walk": { - "version": "8.2.0", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/agent-base": { - "version": "6.0.2", - "license": "MIT", - "optional": true, - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/agent-base/node_modules/debug": { - "version": "4.3.4", - "license": "MIT", - "optional": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/agent-base/node_modules/ms": { - "version": "2.1.2", - "license": "MIT", - "optional": true - }, "node_modules/ansi-styles": { "version": "4.3.0", "license": "MIT", @@ -1122,17 +1063,6 @@ "version": "2.0.6", "license": "MIT" }, - "node_modules/ast-types": { - "version": "0.13.4", - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/async": { "version": "3.2.4", "license": "MIT" @@ -1332,20 +1262,18 @@ } }, "node_modules/cloudinary": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-1.32.0.tgz", - "integrity": "sha512-hbc5/ilOkwD49+Lucqze3z+2Tejc3YdH4tkI+y1Ciabi9Qh9MYcy4M3rYeDAYiMS/jIz5FfHOzx+JjVnPJxNAQ==", + "version": "1.41.3", + "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-1.41.3.tgz", + "integrity": "sha512-4o84y+E7dbif3lMns+p3UW6w6hLHEifbX/7zBJvaih1E9QNMZITENQ14GPYJC4JmhygYXsuuBb9bRA3xWEoOfg==", + "license": "MIT", "dependencies": { - "cloudinary-core": "^2.10.2", - "core-js": "^3.6.5", + "cloudinary-core": "^2.13.0", + "core-js": "^3.30.1", "lodash": "^4.17.21", "q": "^1.5.1" }, "engines": { "node": ">=0.6" - }, - "optionalDependencies": { - "proxy-agent": "^5.0.0" } }, "node_modules/cloudinary-core": { @@ -1433,7 +1361,9 @@ "license": "MIT" }, "node_modules/core-js": { - "version": "3.26.0", + "version": "3.40.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz", + "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -1456,14 +1386,6 @@ "node": ">= 0.10" } }, - "node_modules/data-uri-to-buffer": { - "version": "3.0.1", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 6" - } - }, "node_modules/datauri": { "version": "4.1.0", "license": "MIT", @@ -1482,25 +1404,6 @@ "ms": "2.0.0" } }, - "node_modules/deep-is": { - "version": "0.1.4", - "license": "MIT", - "optional": true - }, - "node_modules/degenerator": { - "version": "3.0.2", - "license": "MIT", - "optional": true, - "dependencies": { - "ast-types": "^0.13.2", - "escodegen": "^1.8.1", - "esprima": "^4.0.0", - "vm2": "^3.9.8" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/depd": { "version": "2.0.0", "license": "MIT", @@ -1575,55 +1478,6 @@ "version": "1.0.3", "license": "MIT" }, - "node_modules/escodegen": { - "version": "1.14.3", - "license": "BSD-2-Clause", - "optional": true, - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=4.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "license": "BSD-2-Clause", - "optional": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/estraverse": { - "version": "4.3.0", - "license": "BSD-2-Clause", - "optional": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "license": "BSD-2-Clause", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/etag": { "version": "1.8.1", "license": "MIT", @@ -1705,11 +1559,6 @@ "node": ">= 0.6" } }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "license": "MIT", - "optional": true - }, "node_modules/fast-xml-parser": { "version": "4.0.11", "license": "MIT", @@ -1725,14 +1574,6 @@ "url": "https://paypal.me/naturalintelligence" } }, - "node_modules/file-uri-to-path": { - "version": "2.0.0", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 6" - } - }, "node_modules/filelist": { "version": "1.0.4", "license": "Apache-2.0", @@ -1804,51 +1645,6 @@ "node": ">= 0.6" } }, - "node_modules/fs-extra": { - "version": "8.1.0", - "license": "MIT", - "optional": true, - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/ftp": { - "version": "0.3.10", - "optional": true, - "dependencies": { - "readable-stream": "1.1.x", - "xregexp": "2.0.0" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/ftp/node_modules/isarray": { - "version": "0.0.1", - "license": "MIT", - "optional": true - }, - "node_modules/ftp/node_modules/readable-stream": { - "version": "1.1.14", - "license": "MIT", - "optional": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "node_modules/ftp/node_modules/string_decoder": { - "version": "0.10.31", - "license": "MIT", - "optional": true - }, "node_modules/function-bind": { "version": "1.1.1", "license": "MIT" @@ -1869,43 +1665,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/get-uri": { - "version": "3.0.2", - "license": "MIT", - "optional": true, - "dependencies": { - "@tootallnate/once": "1", - "data-uri-to-buffer": "3", - "debug": "4", - "file-uri-to-path": "2", - "fs-extra": "^8.1.0", - "ftp": "^0.3.10" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/get-uri/node_modules/debug": { - "version": "4.3.4", - "license": "MIT", - "optional": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/get-uri/node_modules/ms": { - "version": "2.1.2", - "license": "MIT", - "optional": true - }, "node_modules/glob-parent": { "version": "5.1.2", "dev": true, @@ -1917,11 +1676,6 @@ "node": ">= 6" } }, - "node_modules/graceful-fs": { - "version": "4.2.10", - "license": "ISC", - "optional": true - }, "node_modules/has": { "version": "1.0.3", "license": "MIT", @@ -1970,73 +1724,6 @@ "node": ">= 0.8" } }, - "node_modules/http-proxy-agent": { - "version": "4.0.1", - "license": "MIT", - "optional": true, - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/http-proxy-agent/node_modules/debug": { - "version": "4.3.4", - "license": "MIT", - "optional": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/http-proxy-agent/node_modules/ms": { - "version": "2.1.2", - "license": "MIT", - "optional": true - }, - "node_modules/https-proxy-agent": { - "version": "5.0.1", - "license": "MIT", - "optional": true, - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/https-proxy-agent/node_modules/debug": { - "version": "4.3.4", - "license": "MIT", - "optional": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/https-proxy-agent/node_modules/ms": { - "version": "2.1.2", - "license": "MIT", - "optional": true - }, "node_modules/iconv-lite": { "version": "0.4.24", "license": "MIT", @@ -2087,11 +1774,6 @@ "version": "2.0.4", "license": "ISC" }, - "node_modules/ip": { - "version": "1.1.8", - "license": "MIT", - "optional": true - }, "node_modules/ipaddr.js": { "version": "1.9.1", "license": "MIT", @@ -2177,14 +1859,6 @@ "node": "*" } }, - "node_modules/jsonfile": { - "version": "4.0.0", - "license": "MIT", - "optional": true, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, "node_modules/jsonwebtoken": { "version": "8.5.1", "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", @@ -2238,18 +1912,6 @@ "node": ">=12.0.0" } }, - "node_modules/levn": { - "version": "0.3.0", - "license": "MIT", - "optional": true, - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/lodash": { "version": "4.17.21", "license": "MIT" @@ -2289,14 +1951,6 @@ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" }, - "node_modules/lru-cache": { - "version": "5.1.1", - "license": "ISC", - "optional": true, - "dependencies": { - "yallist": "^3.0.2" - } - }, "node_modules/media-typer": { "version": "0.3.0", "license": "MIT", @@ -2507,14 +2161,6 @@ "node": ">= 0.6" } }, - "node_modules/netmask": { - "version": "2.0.2", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/nodemon": { "version": "2.0.20", "dev": true, @@ -2653,75 +2299,6 @@ "wrappy": "1" } }, - "node_modules/optionator": { - "version": "0.8.3", - "license": "MIT", - "optional": true, - "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/pac-proxy-agent": { - "version": "5.0.0", - "license": "MIT", - "optional": true, - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4", - "get-uri": "3", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "5", - "pac-resolver": "^5.0.0", - "raw-body": "^2.2.0", - "socks-proxy-agent": "5" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/pac-proxy-agent/node_modules/debug": { - "version": "4.3.4", - "license": "MIT", - "optional": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/pac-proxy-agent/node_modules/ms": { - "version": "2.1.2", - "license": "MIT", - "optional": true - }, - "node_modules/pac-resolver": { - "version": "5.0.1", - "license": "MIT", - "optional": true, - "dependencies": { - "degenerator": "^3.0.2", - "ip": "^1.1.5", - "netmask": "^2.0.2" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/parseurl": { "version": "1.3.3", "license": "MIT", @@ -2790,13 +2367,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/prelude-ls": { - "version": "1.1.2", - "optional": true, - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/process-nextick-args": { "version": "2.0.1", "license": "MIT" @@ -2812,50 +2382,6 @@ "node": ">= 0.10" } }, - "node_modules/proxy-agent": { - "version": "5.0.0", - "license": "MIT", - "optional": true, - "dependencies": { - "agent-base": "^6.0.0", - "debug": "4", - "http-proxy-agent": "^4.0.0", - "https-proxy-agent": "^5.0.0", - "lru-cache": "^5.1.1", - "pac-proxy-agent": "^5.0.0", - "proxy-from-env": "^1.0.0", - "socks-proxy-agent": "^5.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/proxy-agent/node_modules/debug": { - "version": "4.3.4", - "license": "MIT", - "optional": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/proxy-agent/node_modules/ms": { - "version": "2.1.2", - "license": "MIT", - "optional": true - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "license": "MIT", - "optional": true - }, "node_modules/pstree.remy": { "version": "1.1.8", "dev": true, @@ -3083,52 +2609,10 @@ "npm": ">= 3.0.0" } }, - "node_modules/socks-proxy-agent": { - "version": "5.0.1", - "license": "MIT", - "optional": true, - "dependencies": { - "agent-base": "^6.0.2", - "debug": "4", - "socks": "^2.3.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/socks-proxy-agent/node_modules/debug": { - "version": "4.3.4", - "license": "MIT", - "optional": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socks-proxy-agent/node_modules/ms": { - "version": "2.1.2", - "license": "MIT", - "optional": true - }, "node_modules/socks/node_modules/ip": { "version": "2.0.0", "license": "MIT" }, - "node_modules/source-map": { - "version": "0.6.1", - "license": "BSD-3-Clause", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/sparse-bitfield": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", @@ -3242,25 +2726,14 @@ "punycode": "^2.1.1" }, "engines": { - "node": ">=12" - } - }, - "node_modules/tslib": { - "version": "2.4.1", - "license": "0BSD", - "optional": true - }, - "node_modules/type-check": { - "version": "0.3.2", - "license": "MIT", - "optional": true, - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" + "node": ">=12" } }, + "node_modules/tslib": { + "version": "2.4.1", + "license": "0BSD", + "optional": true + }, "node_modules/type-is": { "version": "1.6.18", "license": "MIT", @@ -3296,14 +2769,6 @@ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, - "node_modules/universalify": { - "version": "0.1.2", - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 4.0.0" - } - }, "node_modules/unpipe": { "version": "1.0.0", "license": "MIT", @@ -3337,21 +2802,6 @@ "node": ">= 0.8" } }, - "node_modules/vm2": { - "version": "3.9.11", - "license": "MIT", - "optional": true, - "dependencies": { - "acorn": "^8.7.0", - "acorn-walk": "^8.2.0" - }, - "bin": { - "vm2": "bin/vm2" - }, - "engines": { - "node": ">=6.0" - } - }, "node_modules/webidl-conversions": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", @@ -3372,34 +2822,16 @@ "node": ">=12" } }, - "node_modules/word-wrap": { - "version": "1.2.3", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/wrappy": { "version": "1.0.2", "license": "ISC" }, - "node_modules/xregexp": { - "version": "2.0.0", - "license": "MIT", - "optional": true - }, "node_modules/xtend": { "version": "4.0.2", "license": "MIT", "engines": { "node": ">=0.4" } - }, - "node_modules/yallist": { - "version": "3.1.1", - "license": "ISC", - "optional": true } }, "dependencies": { @@ -4132,10 +3564,6 @@ "sparse-bitfield": "^3.0.3" } }, - "@tootallnate/once": { - "version": "1.1.2", - "optional": true - }, "@types/node": { "version": "20.10.4", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz", @@ -4169,34 +3597,6 @@ "negotiator": "0.6.3" } }, - "acorn": { - "version": "8.8.1", - "optional": true - }, - "acorn-walk": { - "version": "8.2.0", - "optional": true - }, - "agent-base": { - "version": "6.0.2", - "optional": true, - "requires": { - "debug": "4" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "optional": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "optional": true - } - } - }, "ansi-styles": { "version": "4.3.0", "requires": { @@ -4220,13 +3620,6 @@ "asap": { "version": "2.0.6" }, - "ast-types": { - "version": "0.13.4", - "optional": true, - "requires": { - "tslib": "^2.0.1" - } - }, "async": { "version": "3.2.4" }, @@ -4344,14 +3737,13 @@ } }, "cloudinary": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-1.32.0.tgz", - "integrity": "sha512-hbc5/ilOkwD49+Lucqze3z+2Tejc3YdH4tkI+y1Ciabi9Qh9MYcy4M3rYeDAYiMS/jIz5FfHOzx+JjVnPJxNAQ==", + "version": "1.41.3", + "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-1.41.3.tgz", + "integrity": "sha512-4o84y+E7dbif3lMns+p3UW6w6hLHEifbX/7zBJvaih1E9QNMZITENQ14GPYJC4JmhygYXsuuBb9bRA3xWEoOfg==", "requires": { - "cloudinary-core": "^2.10.2", - "core-js": "^3.6.5", + "cloudinary-core": "^2.13.0", + "core-js": "^3.30.1", "lodash": "^4.17.21", - "proxy-agent": "^5.0.0", "q": "^1.5.1" } }, @@ -4408,7 +3800,9 @@ "version": "1.0.6" }, "core-js": { - "version": "3.26.0" + "version": "3.40.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz", + "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==" }, "core-util-is": { "version": "1.0.3" @@ -4420,10 +3814,6 @@ "vary": "^1" } }, - "data-uri-to-buffer": { - "version": "3.0.1", - "optional": true - }, "datauri": { "version": "4.1.0", "requires": { @@ -4437,20 +3827,6 @@ "ms": "2.0.0" } }, - "deep-is": { - "version": "0.1.4", - "optional": true - }, - "degenerator": { - "version": "3.0.2", - "optional": true, - "requires": { - "ast-types": "^0.13.2", - "escodegen": "^1.8.1", - "esprima": "^4.0.0", - "vm2": "^3.9.8" - } - }, "depd": { "version": "2.0.0" }, @@ -4498,29 +3874,6 @@ "escape-html": { "version": "1.0.3" }, - "escodegen": { - "version": "1.14.3", - "optional": true, - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - } - }, - "esprima": { - "version": "4.0.1", - "optional": true - }, - "estraverse": { - "version": "4.3.0", - "optional": true - }, - "esutils": { - "version": "2.0.3", - "optional": true - }, "etag": { "version": "1.8.1" }, @@ -4586,10 +3939,6 @@ } } }, - "fast-levenshtein": { - "version": "2.0.6", - "optional": true - }, "fast-xml-parser": { "version": "4.0.11", "optional": true, @@ -4597,10 +3946,6 @@ "strnum": "^1.0.5" } }, - "file-uri-to-path": { - "version": "2.0.0", - "optional": true - }, "filelist": { "version": "1.0.4", "requires": { @@ -4646,43 +3991,6 @@ "fresh": { "version": "0.5.2" }, - "fs-extra": { - "version": "8.1.0", - "optional": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "ftp": { - "version": "0.3.10", - "optional": true, - "requires": { - "readable-stream": "1.1.x", - "xregexp": "2.0.0" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "optional": true - }, - "readable-stream": { - "version": "1.1.14", - "optional": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "string_decoder": { - "version": "0.10.31", - "optional": true - } - } - }, "function-bind": { "version": "1.1.1" }, @@ -4697,31 +4005,6 @@ "has-symbols": "^1.0.3" } }, - "get-uri": { - "version": "3.0.2", - "optional": true, - "requires": { - "@tootallnate/once": "1", - "data-uri-to-buffer": "3", - "debug": "4", - "file-uri-to-path": "2", - "fs-extra": "^8.1.0", - "ftp": "^0.3.10" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "optional": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "optional": true - } - } - }, "glob-parent": { "version": "5.1.2", "dev": true, @@ -4729,10 +4012,6 @@ "is-glob": "^4.0.1" } }, - "graceful-fs": { - "version": "4.2.10", - "optional": true - }, "has": { "version": "1.0.3", "requires": { @@ -4758,49 +4037,6 @@ "toidentifier": "1.0.1" } }, - "http-proxy-agent": { - "version": "4.0.1", - "optional": true, - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "optional": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "optional": true - } - } - }, - "https-proxy-agent": { - "version": "5.0.1", - "optional": true, - "requires": { - "agent-base": "6", - "debug": "4" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "optional": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "optional": true - } - } - }, "iconv-lite": { "version": "0.4.24", "requires": { @@ -4823,10 +4059,6 @@ "inherits": { "version": "2.0.4" }, - "ip": { - "version": "1.1.8", - "optional": true - }, "ipaddr.js": { "version": "1.9.1" }, @@ -4883,13 +4115,6 @@ } } }, - "jsonfile": { - "version": "4.0.0", - "optional": true, - "requires": { - "graceful-fs": "^4.1.6" - } - }, "jsonwebtoken": { "version": "8.5.1", "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", @@ -4938,14 +4163,6 @@ "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.5.1.tgz", "integrity": "sha512-7jFxRVm+jD+rkq3kY0iZDJfsO2/t4BBPeEb2qKn2lR/9KhuksYk5hxzfRYWMPV8P/x2d0kHD306YyWLzjjH+uA==" }, - "levn": { - "version": "0.3.0", - "optional": true, - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, "lodash": { "version": "4.17.21" }, @@ -4984,13 +4201,6 @@ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" }, - "lru-cache": { - "version": "5.1.1", - "optional": true, - "requires": { - "yallist": "^3.0.2" - } - }, "media-typer": { "version": "0.3.0" }, @@ -5120,10 +4330,6 @@ "negotiator": { "version": "0.6.3" }, - "netmask": { - "version": "2.0.2", - "optional": true - }, "nodemon": { "version": "2.0.20", "dev": true, @@ -5215,55 +4421,6 @@ "wrappy": "1" } }, - "optionator": { - "version": "0.8.3", - "optional": true, - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - } - }, - "pac-proxy-agent": { - "version": "5.0.0", - "optional": true, - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4", - "get-uri": "3", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "5", - "pac-resolver": "^5.0.0", - "raw-body": "^2.2.0", - "socks-proxy-agent": "5" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "optional": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "optional": true - } - } - }, - "pac-resolver": { - "version": "5.0.1", - "optional": true, - "requires": { - "degenerator": "^3.0.2", - "ip": "^1.1.5", - "netmask": "^2.0.2" - } - }, "parseurl": { "version": "1.3.3" }, @@ -5302,10 +4459,6 @@ "version": "2.3.1", "dev": true }, - "prelude-ls": { - "version": "1.1.2", - "optional": true - }, "process-nextick-args": { "version": "2.0.1" }, @@ -5316,37 +4469,6 @@ "ipaddr.js": "1.9.1" } }, - "proxy-agent": { - "version": "5.0.0", - "optional": true, - "requires": { - "agent-base": "^6.0.0", - "debug": "4", - "http-proxy-agent": "^4.0.0", - "https-proxy-agent": "^5.0.0", - "lru-cache": "^5.1.1", - "pac-proxy-agent": "^5.0.0", - "proxy-from-env": "^1.0.0", - "socks-proxy-agent": "^5.0.0" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "optional": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "optional": true - } - } - }, - "proxy-from-env": { - "version": "1.1.0", - "optional": true - }, "pstree.remy": { "version": "1.1.8", "dev": true @@ -5496,32 +4618,6 @@ } } }, - "socks-proxy-agent": { - "version": "5.0.1", - "optional": true, - "requires": { - "agent-base": "^6.0.2", - "debug": "4", - "socks": "^2.3.3" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "optional": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "optional": true - } - } - }, - "source-map": { - "version": "0.6.1", - "optional": true - }, "sparse-bitfield": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", @@ -5601,13 +4697,6 @@ "version": "2.4.1", "optional": true }, - "type-check": { - "version": "0.3.2", - "optional": true, - "requires": { - "prelude-ls": "~1.1.2" - } - }, "type-is": { "version": "1.6.18", "requires": { @@ -5633,10 +4722,6 @@ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, - "universalify": { - "version": "0.1.2", - "optional": true - }, "unpipe": { "version": "1.0.0" }, @@ -5653,14 +4738,6 @@ "vary": { "version": "1.1.2" }, - "vm2": { - "version": "3.9.11", - "optional": true, - "requires": { - "acorn": "^8.7.0", - "acorn-walk": "^8.2.0" - } - }, "webidl-conversions": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", @@ -5675,23 +4752,11 @@ "webidl-conversions": "^7.0.0" } }, - "word-wrap": { - "version": "1.2.3", - "optional": true - }, "wrappy": { "version": "1.0.2" }, - "xregexp": { - "version": "2.0.0", - "optional": true - }, "xtend": { "version": "4.0.2" - }, - "yallist": { - "version": "3.1.1", - "optional": true } } } diff --git a/package.json b/package.json index 3bfe70fac..60b5cf393 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "body-parser": "^1.20.0", "chart.js": "^4.0.1", - "cloudinary": "^1.32.0", + "cloudinary": "^1.41.3", "connect-flash": "^0.1.1", "cookie-parser": "^1.4.6", "cors": "^2.8.5",