Skip to content

Commit

Permalink
Bump ws from 8.16.0 to 8.17.0
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.16.0...8.17.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent ced4d5f commit 50b556a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prom-client": "^14.1.1",
"prometheus-api-metrics": "3.2.2",
"reflect-metadata": "^0.1.13",
"ws": "^8.2.1",
"ws": "^8.17.0",
"yaml": "^2.3.1",
"yup": "^1.1.1",
"rxjs": "^7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prometheus-api-metrics": "3.2.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"ws": "^8.2.1",
"ws": "^8.17.0",
"yaml": "^2.3.1",
"yup": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"node-vault": "^0.9.22",
"reflect-metadata": "^0.1.13",
"winston": "^3.8.1",
"ws": "^8.2.1",
"ws": "^8.17.0",
"zlib": "^1.0.5",
"@formulajs/formulajs": "^4.4.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14141,10 +14141,10 @@ ws@8.5.0:
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==

ws@^8.2.1, ws@^8.5.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==
ws@^8.17.0, ws@^8.5.0:
version "8.17.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==

xml@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 50b556a

Please sign in to comment.