diff options
| author | Max Isom <[email protected]> | 2020-11-18 12:30:02 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-18 12:30:02 -0500 |
| commit | 3519ecb4901cb63932dbdcd1c9f86768ae67ec69 (patch) | |
| tree | 0280280e131419b1b03511a1e4b9786599ac975e | |
| parent | 234aa8236b2ee2c7711501f7b9afe18573f76245 (diff) | |
| parent | 364b2708a29ba278deb0640ba20c730922e43d37 (diff) | |
| download | muse-3519ecb4901cb63932dbdcd1c9f86768ae67ec69.tar.xz muse-3519ecb4901cb63932dbdcd1c9f86768ae67ec69.zip | |
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
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index bdd6cd4..292e943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 4eea1f1..9d198dd 100644 --- a/package.json +++ b/package.json @@ -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", |
