Bump @types/ws from 7.2.6 to 7.2.7

Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 7.2.6 to 7.2.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-21 20:09:08 +00:00 committed by GitHub
parent 0c0fc083cf
commit d8977146a3
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

@ -56,9 +56,9 @@
} }
}, },
"@types/ws": { "@types/ws": {
"version": "7.2.6", "version": "7.2.7",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.6.tgz", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.7.tgz",
"integrity": "sha512-Q07IrQUSNpr+cXU4E4LtkSIBPie5GLZyyMC1QtQYRLWz701+XcoVygGUZgvLqElq1nU4ICldMYPnexlBsg3dqQ==", "integrity": "sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "*" "@types/node": "*"

View file

@ -14,7 +14,7 @@
"@types/inquirer": "^6.5.0", "@types/inquirer": "^6.5.0",
"@types/mocha": "^8.0.3", "@types/mocha": "^8.0.3",
"@types/node": "^14.0.22", "@types/node": "^14.0.22",
"@types/ws": "^7.2.6", "@types/ws": "^7.2.7",
"mocha": "^8.1.2", "mocha": "^8.1.2",
"prettier": "2.1.2", "prettier": "2.1.2",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",