From b92de225c2b174c4fd9b5560b9f4a3e647a658e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:10:04 +0000 Subject: [PATCH] chore(deps-dev): bump @iframe-resizer/child from 5.4.6 to 5.5.7 Bumps [@iframe-resizer/child](https://github.com/davidjbradshaw/iframe-resizer) from 5.4.6 to 5.5.7. - [Release notes](https://github.com/davidjbradshaw/iframe-resizer/releases) - [Commits](https://github.com/davidjbradshaw/iframe-resizer/compare/v5.4.6...v5.5.7) --- updated-dependencies: - dependency-name: "@iframe-resizer/child" dependency-version: 5.5.7 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8789c4..aebafd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@iframe-resizer/child": "^5.4.6", + "@iframe-resizer/child": "^5.5.7", "@ryangjchandler/alpine-clipboard": "^2.3.0", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/forms": "^0.5.10", @@ -462,13 +462,13 @@ } }, "node_modules/@iframe-resizer/child": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/@iframe-resizer/child/-/child-5.4.6.tgz", - "integrity": "sha512-Ch64w05Q3HEATwfotqHaSms8gjtTVTMJc7Sqf8tfVKL7+B+PIfq7m2SXFW94WW7iJmanHZu4trTwxvVuv7g8uQ==", + "version": "5.5.7", + "resolved": "https://registry.npmjs.org/@iframe-resizer/child/-/child-5.5.7.tgz", + "integrity": "sha512-+/t5E9/wbB+sWg6xM6fRWvNZ48WcZSJXHwXt58EdsWnb1vW+N4wf0Tp6Bwq9JPN4GR64yjXAhb0bBq67ECr/lg==", "dev": true, "license": "GPL-3.0", "dependencies": { - "auto-console-group": "1.2.9" + "auto-console-group": "1.2.11" }, "funding": { "type": "individual", @@ -1166,9 +1166,9 @@ "license": "MIT" }, "node_modules/auto-console-group": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/auto-console-group/-/auto-console-group-1.2.9.tgz", - "integrity": "sha512-YGJqZByv1SFIq8viTpKFmI0eNHIoa9hllKP3487VbIN4zjRcsKKoouu2TiQ189oscvwCSKTndfAe6wf6izbSMA==", + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/auto-console-group/-/auto-console-group-1.2.11.tgz", + "integrity": "sha512-/RFCswabfQZR4CDYser0V+AC+6+Q1ro2+RrP0AinOXDYnWsm3w14uc2MVdEaaSCDfpiTtETfahE9N7z9Yb1JiA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 8db06af..f2630c8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "vite build" }, "devDependencies": { - "@iframe-resizer/child": "^5.4.6", + "@iframe-resizer/child": "^5.5.7", "@ryangjchandler/alpine-clipboard": "^2.3.0", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/forms": "^0.5.10",