From f35794eefc84705c45df2157841bcad1f1f38b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 15:13:50 -0400 Subject: [PATCH] Bump sodium-native from 4.3.3 to 5.0.1 (#122) Bumps [sodium-native](https://github.com/holepunchto/sodium-native) from 4.3.3 to 5.0.1. - [Release notes](https://github.com/holepunchto/sodium-native/releases) - [Changelog](https://github.com/holepunchto/sodium-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/holepunchto/sodium-native/compare/v4.3.3...v5.0.1) --- updated-dependencies: - dependency-name: sodium-native dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ae41d63..3b971f13 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ }, "optionalDependencies": { "bufferutil": "^4.0.9", - "sodium-native": "^4.3.2", + "sodium-native": "^5.0.1", "utf-8-validate": "^6.0.5", "zlib-sync": "^0.1.9" },