From b5220d654c162e227020f879f1783002824a3682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:39:49 +0000 Subject: [PATCH] Bump fflate from 0.4.8 to 0.4.9 in /ui/frontend Bumps [fflate](https://github.com/101arrowz/fflate) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/101arrowz/fflate/releases) - [Changelog](https://github.com/101arrowz/fflate/blob/master/CHANGELOG.md) - [Commits](https://github.com/101arrowz/fflate/commits) --- updated-dependencies: - dependency-name: fflate dependency-version: 0.4.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ui/frontend/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/frontend/package-lock.json b/ui/frontend/package-lock.json index 06184ee46..b8a4e9ebf 100644 --- a/ui/frontend/package-lock.json +++ b/ui/frontend/package-lock.json @@ -5331,9 +5331,9 @@ } }, "node_modules/fflate": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.4.8.tgz", - "integrity": "sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==", + "version": "0.4.9", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.4.9.tgz", + "integrity": "sha512-zdxgIEddhfsyCaWpJ2SdXEP8ZMrKJ6+5jl4OupODcywU0IhRk6gdXuVGcPICyfx2H97hVK7xmJtRLPjkxAX8Vw==", "license": "MIT" }, "node_modules/file-entry-cache": {