From ab4f0b313a6a6c38d3fb1f3cabfc82815748ba72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 22:04:10 +0000 Subject: [PATCH] chore(deps): bump fflate in /packages/obsidian-plugin 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] --- packages/obsidian-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/obsidian-plugin/package.json b/packages/obsidian-plugin/package.json index 91cba94..544524d 100644 --- a/packages/obsidian-plugin/package.json +++ b/packages/obsidian-plugin/package.json @@ -16,7 +16,7 @@ "dependencies": { "@mdevolved/yaos-core": "workspace:*", "fast-diff": "1.3.0", - "fflate": "0.8.2", + "fflate": "0.8.3", "js-yaml": "4.3.1", "partyserver": "0.3.2", "y-codemirror.next": "0.3.5",