From 46c4dbc2aceb58c7e02886403eeba6b97cde6585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:36:16 +0000 Subject: [PATCH] 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/upstream-protobuf/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c964b040..e1846ebe7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@bufbuild/protobuf": "2.12.0", "@bufbuild/protoc-gen-es": "2.12.0", "@types/bun": "^1.3.12", - "protobuf-conformance": "^34.1.0" + "protobuf-conformance": "34.1.0" } }, "bun/conformance/node_modules/@types/bun": { @@ -60,7 +60,7 @@ "@bufbuild/buf": "^1.66.1", "@bufbuild/protobuf": "2.12.0", "@bufbuild/protoc-gen-es": "2.12.0", - "protobuf-conformance": "^34.1.0" + "protobuf-conformance": "34.1.0" } }, "node_modules/@andrewbranch/untar.js": { @@ -2672,9 +2672,9 @@ "license": "BSD-3-Clause" }, "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/for-each": { @@ -6167,7 +6167,7 @@ "@bufbuild/buf": "^1.66.1", "@bufbuild/protobuf": "2.12.0", "@bufbuild/protoc-gen-es": "2.12.0", - "protobuf-conformance": "^34.1.0" + "protobuf-conformance": "34.1.0" } }, "packages/protobuf-example": { @@ -6604,8 +6604,8 @@ }, "packages/upstream-protobuf": { "dependencies": { - "fflate": "^0.8.1", - "protoc": "^34.1.0" + "fflate": "^0.8.3", + "protoc": "34.1.0" }, "bin": { "protoc-gen-dumpcodegenreq": "bin/protoc-gen-dumpcodegenreq.mjs", diff --git a/packages/upstream-protobuf/package.json b/packages/upstream-protobuf/package.json index c831d0602..4f631ebab 100644 --- a/packages/upstream-protobuf/package.json +++ b/packages/upstream-protobuf/package.json @@ -20,7 +20,7 @@ } }, "dependencies": { - "fflate": "^0.8.1", + "fflate": "^0.8.3", "protoc": "34.1.0" } }