Release Notes for next-tinacms-cloudinary@27.0.4

Table of Contents
- [Patch Changes](#patch-changes)

Patch Changes

  • #7468 00a8b82 Thanks @joshbermanssw! - Bump cloudinary to ^2.7.0

    The catalog pinned ^1.41.3, which carried GHSA-g4mf-96x5-5m2c (argument injection via ampersand, patched in 2.7.0) and pulled in the deprecated q promise library. v2 drops q, core-js and cloudinary-core, leaving lodash as its only dependency.

    No code changes were needed: the package already imports the v2 API, and every method it uses (config, uploader.upload, uploader.destroy, search, api.root_folders, api.sub_folders) is unchanged. Of v2.0.0's three breaking changes, secure defaulting to true is already set explicitly, URL analytics only affects SDK-generated URLs rather than the Search API response fields this package reads, and the dropped Node 6/8 support is long past.

  • #7484 7dd8ed0 Thanks @joshbermanssw! - Drop the unused @types/crypto-js devDependency

    crypto-js itself was removed from tinacms and @tinacms/cli, and no source file in these packages imports it, so the type package had nothing left to type.

  • Updated dependencies [e24fc0e, d7cdea7, 00a8b82, e24fc0e, 8d94e35, e24fc0e, 4d08c25, 37ca62b, e24fc0e, 37ca62b]:

    • tinacms@3.12.1
View on GitHub

Last Edited: August 24, 2026