Skip to content

Commit 469a0d5

Browse files
authored
Bump websocket-driver from 0.7.4 to 0.7.5 (#1841)
Bumps [websocket-driver](https://github.com/faye/websocket-driver-node) from 0.7.4 to 0.7.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/faye/websocket-driver-node/blob/main/CHANGELOG.md">websocket-driver's changelog</a>.</em></p> <blockquote> <h3>0.7.5 / 2026-06-04</h3> <ul> <li>Close a draft-75/76 connection if a length header grows to exceed the configured max length</li> <li>Fail the connection if a message is larger than the configured max length after extension processing</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/faye/websocket-driver-node/commit/5d6a9aaf5f019007d917bd9ddc7eeb775c86cc1f"><code>5d6a9aa</code></a> Bump version to 0.7.5</li> <li><a href="https://github.com/faye/websocket-driver-node/commit/c55679a5b18251dd0a55d18a0cc6a4fd8822b92f"><code>c55679a</code></a> Fail the connection if a message is larger than the configured max length aft...</li> <li><a href="https://github.com/faye/websocket-driver-node/commit/5b197ca874dab58e96cacad8a3c256797d804680"><code>5b197ca</code></a> Close a draft-75/76 connection if a length header grows to exceed the configu...</li> <li><a href="https://github.com/faye/websocket-driver-node/commit/fc93a48f879d0fd4a77c687a4a19c4328613df65"><code>fc93a48</code></a> Test on Node v22, v24, and v26</li> <li><a href="https://github.com/faye/websocket-driver-node/commit/2e82d3464d294bdd11202657208636e667212335"><code>2e82d34</code></a> Test on recent versions of Node</li> <li><a href="https://github.com/faye/websocket-driver-node/commit/e4962db9940ad1a8cf6fe8328d3b81c3f8c37479"><code>e4962db</code></a> Switch from Travis CI to GitHub Actions</li> <li><a href="https://github.com/faye/websocket-driver-node/commit/3f2f9b70a8ae999b4657d26316a5d45b7caea679"><code>3f2f9b7</code></a> Travis update: cache npm modules, remove sudo, run on Node 15</li> <li>See full diff in <a href="https://github.com/faye/websocket-driver-node/compare/0.7.4...0.7.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=websocket-driver&package-manager=npm_and_yarn&previous-version=0.7.4&new-version=0.7.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Sygil-Dev/sygil-webui/network/alerts). </details>
2 parents 15a337c + 1d3f88a commit 469a0d5

1 file changed

Lines changed: 63 additions & 4 deletions

File tree

yarn.lock

Lines changed: 63 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,14 @@
13391339
chalk "^4.1.2"
13401340
tslib "^2.4.0"
13411341

1342+
"@docusaurus/logger@2.4.3":
1343+
version "2.4.3"
1344+
resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.4.3.tgz#518bbc965fb4ebe8f1d0b14e5f4161607552d34c"
1345+
integrity sha512-Zxws7r3yLufk9xM1zq9ged0YHs65mlRmtsobnFkdZTxWXdTYlWWLWdKyNKAsVC+D7zg+pv2fGbyabdOnyZOM3w==
1346+
dependencies:
1347+
chalk "^4.1.2"
1348+
tslib "^2.4.0"
1349+
13421350
"@docusaurus/mdx-loader@2.2.0":
13431351
version "2.2.0"
13441352
resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.2.0.tgz#fd558f429e5d9403d284bd4214e54d9768b041a0"
@@ -1499,7 +1507,7 @@
14991507
"@docusaurus/theme-search-algolia" "2.2.0"
15001508
"@docusaurus/types" "2.2.0"
15011509

1502-
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
1510+
"@docusaurus/react-loadable@5.5.2":
15031511
version "5.5.2"
15041512
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
15051513
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -1641,6 +1649,28 @@
16411649
url-loader "^4.1.1"
16421650
webpack "^5.73.0"
16431651

1652+
"@docusaurus/utils@2.4.3":
1653+
version "2.4.3"
1654+
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.4.3.tgz#52b000d989380a2125831b84e3a7327bef471e89"
1655+
integrity sha512-fKcXsjrD86Smxv8Pt0TBFqYieZZCPh4cbf9oszUq/AMhZn3ujwpKaVYZACPX8mmjtYx0JOgNx52CREBfiGQB4A==
1656+
dependencies:
1657+
"@docusaurus/logger" "2.4.3"
1658+
"@svgr/webpack" "^6.2.1"
1659+
escape-string-regexp "^4.0.0"
1660+
file-loader "^6.2.0"
1661+
fs-extra "^10.1.0"
1662+
github-slugger "^1.4.0"
1663+
globby "^11.1.0"
1664+
gray-matter "^4.0.3"
1665+
js-yaml "^4.1.0"
1666+
lodash "^4.17.21"
1667+
micromatch "^4.0.5"
1668+
resolve-pathname "^3.0.0"
1669+
shelljs "^0.8.5"
1670+
tslib "^2.4.0"
1671+
url-loader "^4.1.1"
1672+
webpack "^5.73.0"
1673+
16441674
"@hapi/hoek@^9.0.0":
16451675
version "9.3.0"
16461676
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
@@ -3155,6 +3185,22 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
31553185
path-type "^4.0.0"
31563186
yaml "^1.10.0"
31573187

3188+
create-docusaurus@^2.2.0:
3189+
version "2.4.3"
3190+
resolved "https://registry.yarnpkg.com/create-docusaurus/-/create-docusaurus-2.4.3.tgz#7898009b53d852e335358d2947058bc121085ede"
3191+
integrity sha512-tviQ374GC+HYKrPFU2IzM4jsVdJOs6t+Zw4rC+M18wUmG3kvNVt1xN4agefrXOBEWVzHZc1Xt0Qqw4iI36UFpA==
3192+
dependencies:
3193+
"@docusaurus/logger" "2.4.3"
3194+
"@docusaurus/utils" "2.4.3"
3195+
commander "^5.1.0"
3196+
fs-extra "^10.1.0"
3197+
lodash "^4.17.21"
3198+
prompts "^2.4.2"
3199+
semver "^7.3.7"
3200+
shelljs "^0.8.5"
3201+
supports-color "^9.2.2"
3202+
tslib "^2.4.0"
3203+
31583204
cross-fetch@^3.1.5:
31593205
version "3.1.5"
31603206
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
@@ -6108,6 +6154,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
61086154
dependencies:
61096155
"@babel/runtime" "^7.10.3"
61106156

6157+
"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
6158+
version "5.5.2"
6159+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
6160+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
6161+
dependencies:
6162+
"@types/react" "*"
6163+
prop-types "^15.6.2"
6164+
61116165
react-router-config@^5.1.1:
61126166
version "5.1.1"
61136167
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"
@@ -6914,6 +6968,11 @@ supports-color@^8.0.0:
69146968
dependencies:
69156969
has-flag "^4.0.0"
69166970

6971+
supports-color@^9.2.2:
6972+
version "9.4.0"
6973+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.4.0.tgz#17bfcf686288f531db3dea3215510621ccb55954"
6974+
integrity sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==
6975+
69176976
supports-preserve-symlinks-flag@^1.0.0:
69186977
version "1.0.0"
69196978
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
@@ -7477,9 +7536,9 @@ webpackbar@^5.0.2:
74777536
std-env "^3.0.1"
74787537

74797538
websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
7480-
version "0.7.4"
7481-
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760"
7482-
integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==
7539+
version "0.7.5"
7540+
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.5.tgz#569d22764ab21f2de20af0e74b411e8ae5a0fa46"
7541+
integrity sha512-ZL2+3c7kMBdIRCMz6l8jQMHyGVxj+UL+xVk74Ombiciboca8rHa15L86B19E5oh1pL9Ii/uj54gtsIrZGMo6zA==
74837542
dependencies:
74847543
http-parser-js ">=0.5.1"
74857544
safe-buffer ">=5.1.0"

0 commit comments

Comments
 (0)