From f43d5b1b383aa603918ec3c3c5a86430d8ca71f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 08:59:58 +0000 Subject: [PATCH] chore(deps): bump unpic from 3.18.0 to 4.1.3 in /astro-cloudinary Bumps [unpic](https://github.com/ascorbic/unpic) from 3.18.0 to 4.1.3. - [Release notes](https://github.com/ascorbic/unpic/releases) - [Changelog](https://github.com/ascorbic/unpic/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/ascorbic/unpic/compare/v3.18.0...v4.1.3) --- updated-dependencies: - dependency-name: unpic dependency-version: 4.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- astro-cloudinary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro-cloudinary/package.json b/astro-cloudinary/package.json index 79ccc2f..106f76e 100644 --- a/astro-cloudinary/package.json +++ b/astro-cloudinary/package.json @@ -44,7 +44,7 @@ "@unpic/astro": "^0.0.47", "@unpic/core": "^0.0.49", "tsup": "^8.4.0", - "unpic": "^3.18.0" + "unpic": "^4.1.3" }, "peerDependencies": { "astro": "^3.2.0 || ^4.0.0 || ^5.0.0"