Merge pull request #233 from warengroup/dependabot/npm_and_yarn/develop/types/ws-8.5.0

Bump @types/ws from 8.2.3 to 8.5.0
This commit is contained in:
github-actions[bot] 2022-02-23 22:34:19 +00:00 committed by GitHub
commit ee38bc7927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -22,7 +22,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^17.0.21", "@types/node": "^17.0.21",
"@types/ws": "^8.2.3", "@types/ws": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0", "@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0", "eslint": "^8.9.0",
@ -445,9 +445,9 @@
} }
}, },
"node_modules/@types/ws": { "node_modules/@types/ws": {
"version": "8.2.3", "version": "8.5.0",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.3.tgz", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.0.tgz",
"integrity": "sha512-ahRJZquUYCdOZf/rCsWg88S0/+cb9wazUBHv6HZEe3XdYaBe2zr/slM8J28X07Hn88Pnm4ezo7N8/ofnOgrPVQ==", "integrity": "sha512-mTClfhq5cuGyW4jthaFuig6Q8OVfB3IRyZfN/9SCyJtiM5H0SubwM89cHoT9UngO6HyUFic88HvT1zSNLNyxWA==",
"dependencies": { "dependencies": {
"@types/node": "*" "@types/node": "*"
} }
@ -3935,9 +3935,9 @@
} }
}, },
"@types/ws": { "@types/ws": {
"version": "8.2.3", "version": "8.5.0",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.3.tgz", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.0.tgz",
"integrity": "sha512-ahRJZquUYCdOZf/rCsWg88S0/+cb9wazUBHv6HZEe3XdYaBe2zr/slM8J28X07Hn88Pnm4ezo7N8/ofnOgrPVQ==", "integrity": "sha512-mTClfhq5cuGyW4jthaFuig6Q8OVfB3IRyZfN/9SCyJtiM5H0SubwM89cHoT9UngO6HyUFic88HvT1zSNLNyxWA==",
"requires": { "requires": {
"@types/node": "*" "@types/node": "*"
} }

View File

@ -31,7 +31,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^17.0.21", "@types/node": "^17.0.21",
"@types/ws": "^8.2.3", "@types/ws": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0", "@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0", "eslint": "^8.9.0",