Bump @discordjs/opus from 0.3.2 to 0.3.3

Bumps [@discordjs/opus](https://github.com/discordjs/opus) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/discordjs/opus/releases)
- [Commits](https://github.com/discordjs/opus/compare/v0.3.2...v0.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-18 17:30:13 +00:00 committed by GitHub
parent e7bf2a4b47
commit 69e3e2dfa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -76,12 +76,12 @@
}
},
"@discordjs/opus": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@discordjs/opus/-/opus-0.3.2.tgz",
"integrity": "sha512-T/ubykd4Xi19vDfw7/Oe+iTQBJ28yMI2PQAzK+Zue0PB9OpEYaeIXU7k5255061RwL+rHX9w7P/P2of+x2Vu2A==",
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/@discordjs/opus/-/opus-0.3.3.tgz",
"integrity": "sha512-n3hUs4RY0K8cz8vJ2GiZE4EdJlexoxs1vGsaft5lZlAnU6wsZfncpv4px+HVOMKN8ddtjriGfsrG4lVkAyZcmQ==",
"requires": {
"@discordjs/node-pre-gyp": "^0.1.0",
"node-addon-api": "^2.0.0"
"node-addon-api": "^3.0.2"
}
},
"@eslint/eslintrc": {
@ -2299,9 +2299,9 @@
}
},
"node-addon-api": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz",
"integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA=="
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.0.2.tgz",
"integrity": "sha512-+D4s2HCnxPd5PjjI0STKwncjXTUKKqm74MDMz9OPXavjsGmjkvwgLtA5yoxJUdmpj52+2u+RrXgPipahKczMKg=="
},
"node-emoji": {
"version": "1.10.0",

View file

@ -66,7 +66,7 @@
}
},
"dependencies": {
"@discordjs/opus": "^0.3.2",
"@discordjs/opus": "^0.3.3",
"array-shuffle": "^1.0.1",
"debug": "^4.2.0",
"delay": "^4.4.0",