crypto: upgrade sodium-native to 4.1.1

This commit is contained in:
Abdullah Atta
2024-04-26 15:48:42 +05:00
parent 00dcb55f6e
commit 5173decaa5
4 changed files with 44 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
"electron-trpc": "0.5.2",
"electron-updater": "6.1.4",
"icojs": "^0.17.1",
"sodium-native": "^4.0.6",
"sodium-native": "^4.1.1",
"typed-emitter": "^2.1.0",
"yargs": "^17.6.2",
"zod": "^3.21.4"
@@ -3855,12 +3855,12 @@
}
},
"node_modules/sodium-native": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/sodium-native/-/sodium-native-4.0.6.tgz",
"integrity": "sha512-uYsyycwcz9kYDwpXxJmL2YZosynsxcP6RPySbARVJdC9uNDa2CMjzJ7/WsMMvThKgvAYsBWdZc7L/WSVj9lTcA==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/sodium-native/-/sodium-native-4.1.1.tgz",
"integrity": "sha512-LXkAfRd4FHtkQS4X6g+nRcVaN7mWVNepV06phIsC6+IZFvGh1voW5TNQiQp2twVaMf05gZqQjuS+uWLM6gHhNQ==",
"hasInstallScript": true,
"dependencies": {
"node-gyp-build": "^4.6.0"
"node-gyp-build": "^4.8.0"
}
},
"node_modules/source-map": {