forgot package updates
This commit is contained in:
parent
f30101e296
commit
922f8f614a
2 changed files with 24 additions and 14 deletions
|
@ -24,6 +24,7 @@
|
|||
"jimp": "^0.16.1",
|
||||
"murmurhash": "^2.0.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"node-ffprobe": "^3.0.0",
|
||||
"sharp": "^0.28.3",
|
||||
"sqlite3": "^5.0.2",
|
||||
"ytdl-core": "^4.9.1"
|
||||
|
|
|
@ -9,6 +9,7 @@ specifiers:
|
|||
jimp: ^0.16.1
|
||||
murmurhash: ^2.0.0
|
||||
node-fetch: ^2.6.1
|
||||
node-ffprobe: ^3.0.0
|
||||
prettier: ^2.3.0
|
||||
sharp: ^0.28.3
|
||||
sqlite3: ^5.0.2
|
||||
|
@ -17,11 +18,12 @@ specifiers:
|
|||
dependencies:
|
||||
colorcolor: 1.1.1
|
||||
dumpy: github.com/Cynosphere/dumpy.js/5fc22353cdcb97084bab572266390e780d9f7a7b
|
||||
eris: 0.16.1
|
||||
eris: github.com/abalabahaha/eris/cb8971a1738d603e507ec06140ccf7e246c3fc81
|
||||
google-images: 2.1.0
|
||||
jimp: 0.16.1
|
||||
murmurhash: 2.0.0
|
||||
node-fetch: 2.6.1
|
||||
node-ffprobe: 3.0.0
|
||||
sharp: 0.28.3
|
||||
sqlite3: 5.0.2
|
||||
ytdl-core: 4.9.1
|
||||
|
@ -830,19 +832,6 @@ packages:
|
|||
ansi-colors: 4.1.1
|
||||
dev: true
|
||||
|
||||
/eris/0.16.1:
|
||||
resolution: {integrity: sha512-fqjgaddSvUlUjA7s85OvZimLrgCwX58Z6FXOIxdNFJdT6XReJ/LOWZKdew2CaalM8BvN2JKzn98HmKYb3zMhKg==}
|
||||
engines: {node: '>=10.4.0'}
|
||||
dependencies:
|
||||
ws: 8.5.0
|
||||
optionalDependencies:
|
||||
opusscript: 0.0.8
|
||||
tweetnacl: 1.0.3
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
dev: false
|
||||
|
||||
/escape-string-regexp/1.0.5:
|
||||
resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=}
|
||||
engines: {node: '>=0.8.0'}
|
||||
|
@ -1553,6 +1542,11 @@ packages:
|
|||
engines: {node: 4.x || >=6.0.0}
|
||||
dev: false
|
||||
|
||||
/node-ffprobe/3.0.0:
|
||||
resolution: {integrity: sha512-2LNTLStz2hw/urwo4xJ00TIOvthgepcl3tF4HB8BWnhJ4nhJ7S08YThapBHkGLYV+GUuY9pML/kX76+dqY2iUg==}
|
||||
engines: {node: '>= 10'}
|
||||
dev: false
|
||||
|
||||
/node-gyp/3.8.0:
|
||||
resolution: {integrity: sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
@ -2383,3 +2377,18 @@ packages:
|
|||
jimp: 0.16.1
|
||||
node-fetch: 2.6.1
|
||||
dev: false
|
||||
|
||||
github.com/abalabahaha/eris/cb8971a1738d603e507ec06140ccf7e246c3fc81:
|
||||
resolution: {tarball: https://codeload.github.com/abalabahaha/eris/tar.gz/cb8971a1738d603e507ec06140ccf7e246c3fc81}
|
||||
name: eris
|
||||
version: 0.16.2-dev
|
||||
engines: {node: '>=10.4.0'}
|
||||
dependencies:
|
||||
ws: 8.5.0
|
||||
optionalDependencies:
|
||||
opusscript: 0.0.8
|
||||
tweetnacl: 1.0.3
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
dev: false
|
||||
|
|
Loading…
Reference in a new issue