Merge pull request #13 from codetheweb/dependabot/npm_and_yarn/types/spotify-web-api-node-4.0.2

Bump @types/spotify-web-api-node from 4.0.1 to 4.0.2
This commit is contained in:
Max Isom 2020-11-18 12:40:48 -05:00 committed by GitHub
commit dd73d8db45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -241,15 +241,15 @@
} }
}, },
"@types/spotify-api": { "@types/spotify-api": {
"version": "0.0.4", "version": "0.0.5",
"resolved": "https://registry.npmjs.org/@types/spotify-api/-/spotify-api-0.0.4.tgz", "resolved": "https://registry.npmjs.org/@types/spotify-api/-/spotify-api-0.0.5.tgz",
"integrity": "sha512-5mHfveWQP1XW0sZXrBB3vewyQw0lXuD+l62jGKkJI8mFLHqxufJeV0BaHsx7IAI72fsdxtFWeQkmNh79mY+/Tw==", "integrity": "sha512-Z+FvB+LVRaeX6HDpPDYo1NwNQbUsjugZ8cgob2Qw2e42bgMJheDBXMiO5KFzftsDdtHUsamR3u9fMw0dAsYojQ==",
"dev": true "dev": true
}, },
"@types/spotify-web-api-node": { "@types/spotify-web-api-node": {
"version": "4.0.1", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/@types/spotify-web-api-node/-/spotify-web-api-node-4.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/spotify-web-api-node/-/spotify-web-api-node-4.0.2.tgz",
"integrity": "sha512-uxoz7DcSj/v2URDo54FjzctIfdQdEFvmUreHrR26G/Vf0Qm5S0lbt7LdKJeW2EoWUzzfjetYV3TcfMxRm1bWIw==", "integrity": "sha512-4Rivh7vIxiY7+vlhVk95AmLfnZPWqtFcCsVg95kpERDfN0MkkS2nDBY6oRfiXdvZ9UkvC+2hH8Z1JXUcAY/icQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/spotify-api": "*" "@types/spotify-api": "*"

View file

@ -31,7 +31,7 @@
"@types/fs-capacitor": "^2.0.0", "@types/fs-capacitor": "^2.0.0",
"@types/node": "^14.14.8", "@types/node": "^14.14.8",
"@types/node-emoji": "^1.8.1", "@types/node-emoji": "^1.8.1",
"@types/spotify-web-api-node": "^4.0.1", "@types/spotify-web-api-node": "^4.0.2",
"@types/validator": "^13.1.0", "@types/validator": "^13.1.0",
"@types/ws": "^7.4.0", "@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.8.1", "@typescript-eslint/eslint-plugin": "^4.8.1",