Skip to content

Commit

Permalink
chore: update ws dependency to ^7.4.6 (aws-amplify#7503)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhockett authored and cjihrig-aws committed Jul 12, 2021
1 parent 835c1ec commit 1b0ec2b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/amplify-appsync-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"slash": "^3.0.0",
"steed": "^1.1.3",
"uuid": "^3.4.0",
"ws": "^7.2.3"
"ws": "^7.4.6"
},
"devDependencies": {
"@types/cors": "^2.8.6",
"@types/express": "^4.17.2",
"@types/moment-timezone": "0.5.12",
"@types/node": "^12.12.6",
"@types/pino": "5.15.3",
"@types/ws": "^7.2.3",
"@types/ws": "^7.4.4",
"amplify-graphiql-explorer": "1.6.1"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-util-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.1",
"uuid": "^3.4.0",
"ws": "^7.2.1"
"ws": "^7.4.6"
},
"jest": {
"testRunner": "jest-circus/runner",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-transformers-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"isomorphic-fetch": "^2.2.1",
"jest-junit": "^12.0.0",
"node-fetch": "^2.6.1",
"ws": "^7.2.1"
"ws": "^7.4.6"
},
"jest": {
"transform": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7294,10 +7294,10 @@
resolved "https://registry.yarnpkg.com/@types/which/-/which-1.3.2.tgz#9c246fc0c93ded311c8512df2891fb41f6227fdf"
integrity sha512-8oDqyLC7eD4HM307boe2QWKyuzdzWBj56xI/imSl2cpL+U3tCMaTAkMJ4ee5JBZ/FsOJlvRGeIShiZDAl1qERA==

"@types/ws@^7.2.3":
version "7.2.7"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.2.7.tgz#362ad1a1d62721bdb725e72c8cccf357078cf5a3"
integrity sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==
"@types/ws@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.4.tgz#93e1e00824c1de2608c30e6de4303ab3b4c0c9bc"
integrity sha512-d/7W23JAXPodQNbOZNXvl2K+bqAQrCMwlh/nuQsPSQk6Fq0opHoPrUw43aHsvSbIiQPr8Of2hkFbnz1XBFVyZQ==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -24620,10 +24620,10 @@ ws@^6.2.1:
dependencies:
async-limiter "~1.0.0"

ws@^7.2.1, ws@^7.2.3:
version "7.3.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==
ws@^7.2.3, ws@^7.4.6:
version "7.4.6"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==

xcode@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 1b0ec2b

Please sign in to comment.