Merge pull request #5 from codetheweb/dependabot/npm_and_yarn/types/ws-7.4.0

Bump @types/ws from 7.2.7 to 7.4.0
This commit is contained in:
Max Isom 2020-11-18 12:29:48 -05:00 committed by GitHub
commit 234aa8236b
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

@ -262,9 +262,9 @@
"dev": true "dev": true
}, },
"@types/ws": { "@types/ws": {
"version": "7.2.7", "version": "7.4.0",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.7.tgz", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.0.tgz",
"integrity": "sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==", "integrity": "sha512-Y29uQ3Uy+58bZrFLhX36hcI3Np37nqWE7ky5tjiDoy1GDZnIwVxS0CgF+s+1bXMzjKBFy+fqaRfb708iNzdinw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "*" "@types/node": "*"

View file

@ -33,7 +33,7 @@
"@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.1",
"@types/validator": "^13.1.0", "@types/validator": "^13.1.0",
"@types/ws": "^7.2.7", "@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0", "@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.12.0", "eslint": "^7.12.0",