Skip to content

Commit a1d5fa6

Browse files
Bump ws from 6.2.2 to 6.2.3 (#572)
* 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] <support@github.com> * remove express-async-errors also --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Markewitz <peter@markewitz.org>
1 parent 23c0441 commit a1d5fa6

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"cors": "^2.8.5",
2323
"csv-parse": "^4.16.3",
2424
"express": "^4.19.2",
25-
"express-async-errors": "^3.1.1",
2625
"express-redis-cache-next": "^1.2.1",
2726
"lzma-native": "^8.0.6",
2827
"pm2": "^5.3.0",

src/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import express, { NextFunction, Request, Response } from "express";
33
import cors from "cors";
44
import compression from "compression";
55
import queue from "@marlon360/express-queue";
6-
import "express-async-errors";
76
import axios from "axios";
87

98
import {

0 commit comments

Comments
 (0)