From ba03d09be810d82d3ee27e6e7184f4590fe22bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:56:01 +0000 Subject: [PATCH] Bump @types/express-ws from 3.0.2 to 3.0.3 Bumps [@types/express-ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-ws) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-ws) --- updated-dependencies: - dependency-name: "@types/express-ws" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d5f738..9fb458e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@babel/core": "7.23.2", "@babel/eslint-parser": "7.22.15", "@types/express": "4.17.20", - "@types/express-ws": "3.0.2", + "@types/express-ws": "3.0.3", "@types/http-errors": "2.0.3", "@types/node": "20.8.6", "express-ws": "5.0.2"