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",