From 9f60d2043a835b89afc0207d1e2bff98ad85e117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 06:46:26 +0000 Subject: [PATCH] chore(deps): bump cloudinary from 2.5.0 to 2.5.1 Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 2.5.0 to 2.5.1. - [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.5.0...2.5.1) --- updated-dependencies: - dependency-name: cloudinary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a0078e..57007a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@svgr/webpack": "^8.1.0", "@tailwindcss/typography": "^0.5.15", "class-variance-authority": "^0.7.0", - "cloudinary": "^2.5.0", + "cloudinary": "^2.5.1", "clsx": "^2.1.1", "drizzle-orm": "^0.34.1", "highlight.js": "^11.10.0", @@ -8702,10 +8702,9 @@ } }, "node_modules/cloudinary": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-2.5.0.tgz", - "integrity": "sha512-gPkyylFpyBAXiErAnMgZBlpwztHuZoik/OTLQM9oswjlzYHLMtQGoh0oisPBQvVHQxHmBUjcgwsAi393HDedqQ==", - "license": "MIT", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-2.5.1.tgz", + "integrity": "sha512-CNg6uU53Hl4FEVynkTGpt5bQEAQWDHi3H+Sm62FzKf5uQHipSN2v7qVqS8GRVqeb0T1WNV+22+75DOJeRXYeSQ==", "dependencies": { "lodash": "^4.17.21", "q": "^1.5.1" diff --git a/package.json b/package.json index d71bfd1..aa4cb1a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@svgr/webpack": "^8.1.0", "@tailwindcss/typography": "^0.5.15", "class-variance-authority": "^0.7.0", - "cloudinary": "^2.5.0", + "cloudinary": "^2.5.1", "clsx": "^2.1.1", "drizzle-orm": "^0.34.1", "highlight.js": "^11.10.0",