diff --git a/package-lock.json b/package-lock.json index a0ce8e9..c34eb83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@shikijs/transformers": "3.3.0", "astro": "5.14.5", "astro-purgecss": "5.3.0", - "cloudinary": "2.5.1", + "cloudinary": "2.7.0", "mdast-util-to-string": "4.0.0", "node-html-parser": "7.0.1", "postcss": "8.5.6", @@ -2691,9 +2691,9 @@ } }, "node_modules/cloudinary": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-2.5.1.tgz", - "integrity": "sha512-CNg6uU53Hl4FEVynkTGpt5bQEAQWDHi3H+Sm62FzKf5uQHipSN2v7qVqS8GRVqeb0T1WNV+22+75DOJeRXYeSQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-2.7.0.tgz", + "integrity": "sha512-qrqDn31+qkMCzKu1GfRpzPNAO86jchcNwEHCUiqvPHNSFqu7FTNF9FuAkBUyvM1CFFgFPu64NT0DyeREwLwK0w==", "dev": true, "license": "MIT", "dependencies": { @@ -7822,6 +7822,7 @@ "integrity": "sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@types/estree": "1.0.8" }, diff --git a/package.json b/package.json index 4014849..0e936e9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@shikijs/transformers": "3.3.0", "astro": "5.14.5", "astro-purgecss": "5.3.0", - "cloudinary": "2.5.1", + "cloudinary": "2.7.0", "mdast-util-to-string": "4.0.0", "node-html-parser": "7.0.1", "postcss": "8.5.6",