Bump libsodium-wrappers from 0.7.13 to 0.7.15

Bumps [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) from 0.7.13 to 0.7.15.
- [Commits](https://github.com/jedisct1/libsodium.js/compare/0.7.13...0.7.15)

---
updated-dependencies:
- dependency-name: libsodium-wrappers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2024-10-26 12:34:56 +00:00
parent 2d302551f9
commit d4df70b079
2 changed files with 10 additions and 9 deletions
+9 -8
View File
@@ -14,6 +14,7 @@
"dotenv": "^16.4.5",
"ffmpeg-static": "^4.4.1",
"i18n": "^0.15.1",
"libsodium-wrappers": "^0.7.15",
"lyrics-finder": "^21.0.5",
"play-dl": "^1.9.7",
"soundcloud-downloader": "^0.2.3",
@@ -33,7 +34,7 @@
},
"optionalDependencies": {
"@discordjs/opus": "^0.9.0",
"libsodium-wrappers": "^0.7.13",
"libsodium-wrappers": "^0.7.15",
"opusscript": "^0.1.1",
"sodium-native": "^3.4.1",
"tweetnacl": "^1.0.3"
@@ -2206,18 +2207,18 @@
}
},
"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.15",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.15.tgz",
"integrity": "sha512-sZwRknt/tUpE2AwzHq3jEyUU5uvIZHtSssktXq7owd++3CSgn8RGrv6UZJJBpP7+iBghBqe7Z06/2M31rI2NKw==",
"optional": true
},
"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.15",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.15.tgz",
"integrity": "sha512-E4anqJQwcfiC6+Yrl01C1m8p99wEhLmJSs0VQqST66SbQXXBoaJY0pF4BNjRYa/sOQAxx6lXAaAFIlx+15tXJQ==",
"optional": true,
"dependencies": {
"libsodium": "^0.7.13"
"libsodium": "^0.7.15"
}
},
"node_modules/lines-and-columns": {
+1 -1
View File
@@ -42,7 +42,7 @@
},
"optionalDependencies": {
"@discordjs/opus": "^0.9.0",
"libsodium-wrappers": "^0.7.13",
"libsodium-wrappers": "^0.7.15",
"opusscript": "^0.1.1",
"sodium-native": "^3.4.1",
"tweetnacl": "^1.0.3"