Merge pull request #1060 from warengroup/dependabot/npm_and_yarn/develop/libsodium-wrappers-0.7.15

Bump libsodium-wrappers from 0.7.14 to 0.7.15
This commit is contained in:
github-actions[bot] 2024-08-14 08:23:37 +00:00 committed by GitHub
commit c9eb534f88
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.14",
"libsodium-wrappers": "^0.7.15",
"path": "^0.12.7"
},
"devDependencies": {
@ -455,16 +455,16 @@
}
},
"node_modules/libsodium": {
"version": "0.7.14",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.14.tgz",
"integrity": "sha512-/pOd7eO6oZrfORquRTC4284OUJFcMi8F3Vnc9xtRBT0teLfOUxWIItaBFF3odYjZ7nlJNwnLdUVEUFHxVyX/Sw=="
"version": "0.7.15",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.15.tgz",
"integrity": "sha512-sZwRknt/tUpE2AwzHq3jEyUU5uvIZHtSssktXq7owd++3CSgn8RGrv6UZJJBpP7+iBghBqe7Z06/2M31rI2NKw=="
},
"node_modules/libsodium-wrappers": {
"version": "0.7.14",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.14.tgz",
"integrity": "sha512-300TtsePizhJZ7HjLmWr6hLHAgJUxIGhapSw+EwfCtDuWaEmEdGXSQv6j6qFw0bs9l4vS2NH9BtOHfXAq6h5kQ==",
"version": "0.7.15",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.15.tgz",
"integrity": "sha512-E4anqJQwcfiC6+Yrl01C1m8p99wEhLmJSs0VQqST66SbQXXBoaJY0pF4BNjRYa/sOQAxx6lXAaAFIlx+15tXJQ==",
"dependencies": {
"libsodium": "^0.7.14"
"libsodium": "^0.7.15"
}
},
"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.14",
"libsodium-wrappers": "^0.7.15",
"path": "^0.12.7"
},
"devDependencies": {