Merge pull request #7 from codetheweb/dependabot/npm_and_yarn/types/bluebird-3.5.33

Bump @types/bluebird from 3.5.32 to 3.5.33
This commit is contained in:
Max Isom 2020-11-18 12:30:02 -05:00 committed by GitHub
commit 3519ecb490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -156,9 +156,9 @@
}
},
"@types/bluebird": {
"version": "3.5.32",
"resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.32.tgz",
"integrity": "sha512-dIOxFfI0C+jz89g6lQ+TqhGgPQ0MxSnh/E4xuC0blhFtyW269+mPG5QeLgbdwst/LvdP8o1y0o/Gz5EHXLec/g==",
"version": "3.5.33",
"resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.33.tgz",
"integrity": "sha512-ndEo1xvnYeHxm7I/5sF6tBvnsA4Tdi3zj1keRKRs12SP+2ye2A27NDJ1B6PqkfMbGAcT+mqQVqbZRIrhfOp5PQ==",
"dev": true
},
"@types/cacheable-request": {

View file

@ -25,7 +25,7 @@
"docker-publish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t codetheweb/muse:latest --push ."
},
"devDependencies": {
"@types/bluebird": "^3.5.32",
"@types/bluebird": "^3.5.33",
"@types/debug": "^4.1.5",
"@types/fluent-ffmpeg": "^2.1.16",
"@types/fs-capacitor": "^2.0.0",