Merge pull request #1056 from warengroup/dependabot/npm_and_yarn/develop/libsodium-wrappers-0.7.14

Bump libsodium-wrappers from 0.7.13 to 0.7.14
This commit is contained in:
github-actions[bot] 2024-07-11 08:47:42 +00:00 committed by GitHub
commit cf9de37b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@discordjs/voice": "^0.17.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"libsodium-wrappers": "^0.7.13",
"libsodium-wrappers": "^0.7.14",
"path": "^0.12.7"
},
"devDependencies": {
@ -455,16 +455,16 @@
}
},
"node_modules/libsodium": {
"version": "0.7.13",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.13.tgz",
"integrity": "sha512-mK8ju0fnrKXXfleL53vtp9xiPq5hKM0zbDQtcxQIsSmxNgSxqCj6R7Hl9PkrNe2j29T4yoDaF7DJLK9/i5iWUw=="
"version": "0.7.14",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.14.tgz",
"integrity": "sha512-/pOd7eO6oZrfORquRTC4284OUJFcMi8F3Vnc9xtRBT0teLfOUxWIItaBFF3odYjZ7nlJNwnLdUVEUFHxVyX/Sw=="
},
"node_modules/libsodium-wrappers": {
"version": "0.7.13",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.13.tgz",
"integrity": "sha512-kasvDsEi/r1fMzKouIDv7B8I6vNmknXwGiYodErGuESoFTohGSKZplFtVxZqHaoQ217AynyIFgnOVRitpHs0Qw==",
"version": "0.7.14",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.14.tgz",
"integrity": "sha512-300TtsePizhJZ7HjLmWr6hLHAgJUxIGhapSw+EwfCtDuWaEmEdGXSQv6j6qFw0bs9l4vS2NH9BtOHfXAq6h5kQ==",
"dependencies": {
"libsodium": "^0.7.13"
"libsodium": "^0.7.14"
}
},
"node_modules/lodash": {

View File

@ -21,7 +21,7 @@
"@discordjs/voice": "^0.17.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"libsodium-wrappers": "^0.7.13",
"libsodium-wrappers": "^0.7.14",
"path": "^0.12.7"
},
"devDependencies": {