Updated dependencies

This commit is contained in:
Christer Warén 2020-09-20 22:36:47 +03:00
parent 86dbc506ac
commit 4e909cc634
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -348,9 +348,9 @@
"integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==" "integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA=="
}, },
"node-fetch": { "node-fetch": {
"version": "2.6.0", "version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
}, },
"nopt": { "nopt": {
"version": "4.0.3", "version": "4.0.3",

View File

@ -19,7 +19,7 @@
"@discordjs/opus": "^0.3.2", "@discordjs/opus": "^0.3.2",
"discord.js": "^12.3.1", "discord.js": "^12.3.1",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.1",
"path": "^0.12.7" "path": "^0.12.7"
} }
} }