diff --git a/package-lock.json b/package-lock.json index 5538811..3318b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@upstash/ratelimit": "^2.0.8", "@upstash/redis": "^1.36.4", "bcryptjs": "^3.0.2", - "cloudinary": "^2.7.0", + "cloudinary": "^2.10.0", "docx": "^9.5.1", "docx-preview": "^0.3.6", "docx-templates": "^4.14.1", @@ -4387,13 +4387,12 @@ "license": "MIT" }, "node_modules/cloudinary": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-2.7.0.tgz", - "integrity": "sha512-qrqDn31+qkMCzKu1GfRpzPNAO86jchcNwEHCUiqvPHNSFqu7FTNF9FuAkBUyvM1CFFgFPu64NT0DyeREwLwK0w==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-2.10.0.tgz", + "integrity": "sha512-sY09kYg7wprkndAOjZBAYqFZqwL+SxnEGcAvksOvFA+5upnFn949UjkEkHKNSwkBtW/xRDd0p6NgbSXZcxkI3w==", "license": "MIT", "dependencies": { - "lodash": "^4.17.21", - "q": "^1.5.1" + "lodash": "^4.17.23" }, "engines": { "node": ">=9" @@ -10255,17 +10254,6 @@ "node": ">=6" } }, - "node_modules/q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", - "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", - "license": "MIT", - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, "node_modules/qrcode.react": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/qrcode.react/-/qrcode.react-4.2.0.tgz", diff --git a/package.json b/package.json index 5f0f5b4..ff991f8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@upstash/ratelimit": "^2.0.8", "@upstash/redis": "^1.36.4", "bcryptjs": "^3.0.2", - "cloudinary": "^2.7.0", + "cloudinary": "^2.10.0", "docx": "^9.5.1", "docx-preview": "^0.3.6", "docx-templates": "^4.14.1",