mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Bump libsodium-wrappers from 0.7.10 to 0.7.11
Bumps [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) from 0.7.10 to 0.7.11. - [Release notes](https://github.com/jedisct1/libsodium.js/releases) - [Commits](https://github.com/jedisct1/libsodium.js/compare/0.7.10...0.7.11) --- 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:
parent
adeccb545c
commit
8c6d068104
30
package-lock.json
generated
30
package-lock.json
generated
@ -16,7 +16,7 @@
|
||||
"discord-api-types": "^0.37.33",
|
||||
"discord.js": "^14.7.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"libsodium-wrappers": "^0.7.10",
|
||||
"libsodium-wrappers": "^0.7.11",
|
||||
"node-fetch": "^3.3.0",
|
||||
"path": "^0.12.7"
|
||||
},
|
||||
@ -1820,16 +1820,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/libsodium": {
|
||||
"version": "0.7.10",
|
||||
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.10.tgz",
|
||||
"integrity": "sha512-eY+z7hDrDKxkAK+QKZVNv92A5KYkxfvIshtBJkmg5TSiCnYqZP3i9OO9whE79Pwgm4jGaoHgkM4ao/b9Cyu4zQ=="
|
||||
"version": "0.7.11",
|
||||
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.11.tgz",
|
||||
"integrity": "sha512-WPfJ7sS53I2s4iM58QxY3Inb83/6mjlYgcmZs7DJsvDlnmVUwNinBCi5vBT43P6bHRy01O4zsMU2CoVR6xJ40A=="
|
||||
},
|
||||
"node_modules/libsodium-wrappers": {
|
||||
"version": "0.7.10",
|
||||
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.10.tgz",
|
||||
"integrity": "sha512-pO3F1Q9NPLB/MWIhehim42b/Fwb30JNScCNh8TcQ/kIc+qGLQch8ag8wb0keK3EP5kbGakk1H8Wwo7v+36rNQg==",
|
||||
"version": "0.7.11",
|
||||
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.11.tgz",
|
||||
"integrity": "sha512-SrcLtXj7BM19vUKtQuyQKiQCRJPgbpauzl3s0rSwD+60wtHqSUuqcoawlMDheCJga85nKOQwxNYQxf/CKAvs6Q==",
|
||||
"dependencies": {
|
||||
"libsodium": "^0.7.0"
|
||||
"libsodium": "^0.7.11"
|
||||
}
|
||||
},
|
||||
"node_modules/locate-path": {
|
||||
@ -4207,16 +4207,16 @@
|
||||
}
|
||||
},
|
||||
"libsodium": {
|
||||
"version": "0.7.10",
|
||||
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.10.tgz",
|
||||
"integrity": "sha512-eY+z7hDrDKxkAK+QKZVNv92A5KYkxfvIshtBJkmg5TSiCnYqZP3i9OO9whE79Pwgm4jGaoHgkM4ao/b9Cyu4zQ=="
|
||||
"version": "0.7.11",
|
||||
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.11.tgz",
|
||||
"integrity": "sha512-WPfJ7sS53I2s4iM58QxY3Inb83/6mjlYgcmZs7DJsvDlnmVUwNinBCi5vBT43P6bHRy01O4zsMU2CoVR6xJ40A=="
|
||||
},
|
||||
"libsodium-wrappers": {
|
||||
"version": "0.7.10",
|
||||
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.10.tgz",
|
||||
"integrity": "sha512-pO3F1Q9NPLB/MWIhehim42b/Fwb30JNScCNh8TcQ/kIc+qGLQch8ag8wb0keK3EP5kbGakk1H8Wwo7v+36rNQg==",
|
||||
"version": "0.7.11",
|
||||
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.11.tgz",
|
||||
"integrity": "sha512-SrcLtXj7BM19vUKtQuyQKiQCRJPgbpauzl3s0rSwD+60wtHqSUuqcoawlMDheCJga85nKOQwxNYQxf/CKAvs6Q==",
|
||||
"requires": {
|
||||
"libsodium": "^0.7.0"
|
||||
"libsodium": "^0.7.11"
|
||||
}
|
||||
},
|
||||
"locate-path": {
|
||||
|
@ -25,7 +25,7 @@
|
||||
"discord-api-types": "^0.37.33",
|
||||
"discord.js": "^14.7.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"libsodium-wrappers": "^0.7.10",
|
||||
"libsodium-wrappers": "^0.7.11",
|
||||
"node-fetch": "^3.3.0",
|
||||
"path": "^0.12.7"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user