From 77480cc250905cc5a6751fdbf988658e59c60e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:04:12 +0000 Subject: [PATCH] chore(deps): bump farmhash from 3.3.1 to 4.0.0 in /packages/winnow Bumps [farmhash](https://github.com/lovell/farmhash) from 3.3.1 to 4.0.0. - [Release notes](https://github.com/lovell/farmhash/releases) - [Commits](https://github.com/lovell/farmhash/compare/v3.3.1...v4.0.0) --- updated-dependencies: - dependency-name: farmhash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/winnow/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/winnow/package.json b/packages/winnow/package.json index dd0d8291..92f87005 100644 --- a/packages/winnow/package.json +++ b/packages/winnow/package.json @@ -78,7 +78,7 @@ "tape": "^5.8.1" }, "optionalDependencies": { - "farmhash": "^3.3.1" + "farmhash": "^4.0.0" }, "types": "index.d.ts" }