From f2dadcc69e8423adf6233dd9432cbfc43eedaae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 22:30:55 +0000 Subject: [PATCH] build(deps): bump fflate from 0.8.2 to 0.8.3 Bumps [fflate](https://github.com/101arrowz/fflate) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/101arrowz/fflate/releases) - [Changelog](https://github.com/101arrowz/fflate/blob/master/CHANGELOG.md) - [Commits](https://github.com/101arrowz/fflate/compare/v0.8.2...v0.8.3) --- updated-dependencies: - dependency-name: fflate dependency-version: 0.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d61e43..6555d52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/three": "^0.184.1", "brepjs": "^18.118.0", "clsx": "^2.1.1", - "fflate": "^0.8.2", + "fflate": "^0.8.3", "lucide-react": "^0.511.0", "manifold-3d": "^3.5.0", "next": "^15.3.2", @@ -1825,9 +1825,9 @@ } }, "node_modules/fflate": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", - "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.3.tgz", + "integrity": "sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==", "license": "MIT" }, "node_modules/flatbush": { diff --git a/package.json b/package.json index 5929865..ed3cb3e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/three": "^0.184.1", "brepjs": "^18.118.0", "clsx": "^2.1.1", - "fflate": "^0.8.2", + "fflate": "^0.8.3", "lucide-react": "^0.511.0", "manifold-3d": "^3.5.0", "next": "^15.3.2",