Skip to content

Commit 2117fa8

Browse files
authored
Merge pull request #84 from increments/dependabot/npm_and_yarn/ws-and-types/ws-8.15.1
Bump ws and @types/ws
2 parents 46ea1ae + d4eaaf1 commit 2117fa8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.2.24",
3131
"@types/react-dom": "^18.2.8",
3232
"@types/webpack": "^5.28.5",
33-
"@types/ws": "^8.5.5",
33+
"@types/ws": "^8.5.10",
3434
"@typescript-eslint/eslint-plugin": "^6.0.0",
3535
"@typescript-eslint/parser": "^6.0.0",
3636
"classnames": "^2.3.2",
@@ -81,7 +81,7 @@
8181
"express": "^4.18.2",
8282
"gray-matter": "^4.0.3",
8383
"open": "^9.1.0",
84-
"ws": "^8.14.1"
84+
"ws": "^8.15.1"
8585
},
8686
"packageManager": "yarn@1.22.19",
8787
"engines": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,10 +1068,10 @@
10681068
tapable "^2.2.0"
10691069
webpack "^5"
10701070

1071-
"@types/ws@^8.5.5":
1072-
version "8.5.5"
1073-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.5.tgz#af587964aa06682702ee6dcbc7be41a80e4b28eb"
1074-
integrity sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==
1071+
"@types/ws@^8.5.10":
1072+
version "8.5.10"
1073+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
1074+
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
10751075
dependencies:
10761076
"@types/node" "*"
10771077

@@ -5838,10 +5838,10 @@ write-file-atomic@^4.0.2:
58385838
imurmurhash "^0.1.4"
58395839
signal-exit "^3.0.7"
58405840

5841-
ws@^8.14.1:
5842-
version "8.14.1"
5843-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0"
5844-
integrity sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==
5841+
ws@^8.15.1:
5842+
version "8.15.1"
5843+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.15.1.tgz#271ba33a45ca0cc477940f7f200cd7fba7ee1997"
5844+
integrity sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==
58455845

58465846
y18n@^5.0.5:
58475847
version "5.0.8"

0 commit comments

Comments
 (0)