From 981e075e7c65d63087015fd2ed9c6ecf320fadff Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 3 Sep 2026 19:51:26 +0000
Subject: [PATCH] chore(deps): Bump fflate from 0.8.2 to 0.8.3 (#2125)
Bumps [fflate](https://github.com/101arrowz/fflate) from 0.8.2 to 0.8.3.
Release notes
Sourced from fflate's
releases.
v0.8.3
- Fix buffer over-read for Zip64 extra fields
- Support sync flushes (
Z_SYNC_FLUSH in zlib)
- Allows for immediate decompression of all pushed bytes
- Enables DEFLATE stream concatenation
- Fix
zip/zipSync when using cross-realm
Uint8Array
- Improve Zip64 support for streamed or undersized archives
- Update performance estimates in README
- Fix typings for TypeScript v5.7+
- Reduce memory consumption after compression stream completion
Changelog
Sourced from fflate's
changelog.
0.8.3
- Fix buffer over-read for Zip64 extra fields
- Support sync flushes (
Z_SYNC_FLUSH in zlib)
- Allows for immediate decompression of all pushed bytes
- Enables DEFLATE stream concatenation
- Fix
zip/zipSync when using cross-realm
Uint8Array
- Improve Zip64 support for streamed or undersized archives
- Update performance estimates in README
- Fix typings for TypeScript v5.7+
- Reduce memory consumption after compression stream completion
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/maplibre/maputnik/network/alerts).
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 13a1ed89..120e3bf8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5803,9 +5803,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/figures": {