Fix dependencies.

This commit is contained in:
John Livingston
2021-04-16 20:58:58 +02:00
parent 2f5bd26975
commit 8e2565988b
2 changed files with 3 additions and 5 deletions

6
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "peertube-plugin-livechat",
"version": "1.0.8",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1200,8 +1200,7 @@
"callsite": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz",
"integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=",
"dev": true
"integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA="
},
"callsites": {
"version": "3.1.0",
@ -1629,7 +1628,6 @@
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/decache/-/decache-4.6.0.tgz",
"integrity": "sha512-PppOuLiz+DFeaUvFXEYZjLxAkKiMYH/do/b/MxpDe/8AgKBi5GhZxridoVIbBq72GDbL36e4p0Ce2jTGUwwU+w==",
"dev": true,
"requires": {
"callsite": "^1.0.0"
}