Skip to content

Commit

Permalink
fix(deps): update dependency ws to v8.15.0 (#5762)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency ws to v8.15.0

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Dec 9, 2023
1 parent 77575dd commit 701cfd3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-tools/executor-legacy-ws": patch
---
dependencies updates:
- Updated dependency [`ws@8.15.0` ↗︎](https://www.npmjs.com/package/ws/v/8.15.0) (from `8.14.2`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/executors/legacy-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/ws": "^8.0.0",
"isomorphic-ws": "5.0.0",
"tslib": "^2.4.0",
"ws": "8.14.2"
"ws": "8.15.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13217,11 +13217,16 @@ write-file-atomic@^4.0.2:
imurmurhash "^0.1.4"
signal-exit "^3.0.7"

ws@8.14.2, ws@^8.12.0, ws@^8.13.0:
ws@8.14.2:
version "8.14.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==

ws@8.15.0, ws@^8.12.0, ws@^8.13.0:
version "8.15.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.15.0.tgz#db080a279260c5f532fc668d461b8346efdfcf86"
integrity sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==

"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.3.1:
version "7.4.6"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
Expand Down

0 comments on commit 701cfd3

Please sign in to comment.