Skip to content

Commit

Permalink
Bump ws from 6.2.2 to 6.2.3 (#572)
Browse files Browse the repository at this point in the history
* Bump ws from 6.2.2 to 6.2.3

Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@6.2.2...6.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* remove express-async-errors also

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Markewitz <[email protected]>
  • Loading branch information
dependabot[bot] and Rubber1Duck authored Jun 20, 2024
1 parent 23c0441 commit a1d5fa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
27 changes: 6 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"cors": "^2.8.5",
"csv-parse": "^4.16.3",
"express": "^4.19.2",
"express-async-errors": "^3.1.1",
"express-redis-cache-next": "^1.2.1",
"lzma-native": "^8.0.6",
"pm2": "^5.3.0",
Expand Down
1 change: 0 additions & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import express, { NextFunction, Request, Response } from "express";
import cors from "cors";
import compression from "compression";
import queue from "@marlon360/express-queue";
import "express-async-errors";
import axios from "axios";

import {
Expand Down

0 comments on commit a1d5fa6

Please sign in to comment.