From ac7917867dfe0c32681f88c3be3b7eb44a6c752b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Nov 2020 08:22:19 +0000 Subject: [PATCH] fix: upgrade node-opus from 0.2.9 to 0.3.3 Snyk has created this PR to upgrade node-opus from 0.2.9 to 0.3.3. See this package in npm: https://www.npmjs.com/package/node-opus See this project in Snyk: https://app.snyk.io/org/xunnamius/project/7713617d-1dfd-4969-884f-33f0b6e081a3?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 86a91a2..9b448a5 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "discord.js": "^11.1.0", "erlpack": "github:hammerandchisel/erlpack", "libsodium-wrappers": "^0.5.1", - "node-opus": "^0.2.6", + "node-opus": "^0.3.3", "pkginfo": "^0.4.0", "rejoinder": "0.3.x", "restify": "^4.1.1",