fix(deps): update dependency ws to v7.1.1

This commit is contained in:
Renovate Bot
2019-07-19 14:52:46 +00:00
parent a15380864f
commit c568d9d3b4
7 changed files with 11 additions and 11 deletions

View File

@@ -1987,9 +1987,9 @@
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"ws": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz",
"integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.1.tgz",
"integrity": "sha512-o41D/WmDeca0BqYhsr3nJzQyg9NF5X8l/UdnFNux9cS3lwB+swm8qGWX5rn+aD6xfBU3rGmtHij7g7x6LxFU3A==",
"requires": {
"async-limiter": "^1.0.0"
}

View File

@@ -19,7 +19,7 @@
"rxjs": "6.5.2",
"subscriptions-transport-ws": "0.9.16",
"typescript": "3.5.3",
"ws": "7.1.0"
"ws": "7.1.1"
},
"devDependencies": {
"@types/node": "7.10.7",

View File

@@ -1983,9 +1983,9 @@
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"ws": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz",
"integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.1.tgz",
"integrity": "sha512-o41D/WmDeca0BqYhsr3nJzQyg9NF5X8l/UdnFNux9cS3lwB+swm8qGWX5rn+aD6xfBU3rGmtHij7g7x6LxFU3A==",
"requires": {
"async-limiter": "^1.0.0"
}

View File

@@ -22,7 +22,7 @@
"subscriptions-transport-ws": "0.9.16",
"type-graphql": "0.17.4",
"typescript": "3.5.3",
"ws": "7.1.0"
"ws": "7.1.1"
},
"devDependencies": {
"@types/node": "7.10.7",

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@nestjs/core",
"version": "6.5.2",
"version": "6.5.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"ws": "7.1.0"
"ws": "7.1.1"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0",

View File

@@ -20,7 +20,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
"typescript": "3.5.3",
"ws": "7.1.0"
"ws": "7.1.1"
},
"devDependencies": {
"@types/node": "10.14.13",