Skip to content

Commit eae2a67

Browse files
Bump @types/ws from 8.18.0 to 8.18.1
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.18.0 to 8.18.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws) --- updated-dependencies: - dependency-name: "@types/ws" dependency-version: 8.18.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67d9f02 commit eae2a67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.3.12",
3131
"@types/react-dom": "^18.2.25",
3232
"@types/webpack": "^5.28.5",
33-
"@types/ws": "^8.18.0",
33+
"@types/ws": "^8.18.1",
3434
"@typescript-eslint/eslint-plugin": "^7.0.0",
3535
"@typescript-eslint/parser": "^6.21.0",
3636
"classnames": "^2.5.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,10 +1238,10 @@
12381238
tapable "^2.2.0"
12391239
webpack "^5"
12401240

1241-
"@types/ws@^8.18.0":
1242-
version "8.18.0"
1243-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.0.tgz#8a2ec491d6f0685ceaab9a9b7ff44146236993b5"
1244-
integrity sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==
1241+
"@types/ws@^8.18.1":
1242+
version "8.18.1"
1243+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.1.tgz#48464e4bf2ddfd17db13d845467f6070ffea4aa9"
1244+
integrity sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==
12451245
dependencies:
12461246
"@types/node" "*"
12471247

0 commit comments

Comments
 (0)