From ce9d3285651123d1c8405f5cec44a1fbd487981f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:39:12 +0000 Subject: [PATCH] build(deps): bump cloudinary from 2.7.0 to 2.10.0 Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 2.7.0 to 2.10.0. - [Release notes](https://github.com/cloudinary/cloudinary_npm/releases) - [Changelog](https://github.com/cloudinary/cloudinary_npm/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudinary/cloudinary_npm/compare/2.7.0...2.10.0) --- updated-dependencies: - dependency-name: cloudinary dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++----------------- package.json | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) 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",