Skip to content

Commit f794c47

Browse files
build(deps): bump ws from 8.18.3 to 8.19.0 in the actions-deps group across 1 directory (#7834)
* build(deps): bump ws in the actions-deps group across 1 directory Bumps the actions-deps group with 1 update in the / directory: [ws](https://github.com/websockets/ws). Updates `ws` from 8.18.3 to 8.19.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.18.3...8.19.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> * chore(dependencies): updated changesets for modified dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9f5ff2e commit f794c47

5 files changed

Lines changed: 17 additions & 7 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-tools/executor-legacy-ws": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`ws@^8.19.0` ↗︎](https://www.npmjs.com/package/ws/v/8.19.0) (from `^8.17.1`, in `dependencies`)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-tools/url-loader": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`ws@^8.19.0` ↗︎](https://www.npmjs.com/package/ws/v/8.19.0) (from `^8.17.1`, in `dependencies`)

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/executors/legacy-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/ws": "^8.0.0",
5656
"isomorphic-ws": "^5.0.0",
5757
"tslib": "^2.4.0",
58-
"ws": "^8.17.1"
58+
"ws": "^8.19.0"
5959
},
6060
"publishConfig": {
6161
"directory": "dist",

packages/loaders/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"isomorphic-ws": "^5.0.0",
6363
"sync-fetch": "0.6.0",
6464
"tslib": "^2.4.0",
65-
"ws": "^8.17.1"
65+
"ws": "^8.19.0"
6666
},
6767
"devDependencies": {
6868
"@envelop/core": "5.4.0",

0 commit comments

Comments
 (0)