Open dependabot[bot] opened 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
airdrop-testnet | ✅ Ready (Inspect) | Visit Preview | Nov 23, 2022 at 10:03AM (UTC) |
eattheblocks | ✅ Ready (Inspect) | Visit Preview | Nov 23, 2022 at 10:03AM (UTC) |
What server are you running it on?
On Wed, 23 Nov 2022, 9:02 pm dependabot[bot], @.***> wrote:
Bumps engine.io https://github.com/socketio/engine.io to 6.2.1 and updates ancestor dependency karma https://github.com/karma-runner/karma. These dependencies need to be updated together.
Updates engine.io from 3.2.1 to 6.2.1 Release notes
Sourced from engine.io's releases https://github.com/socketio/engine.io/releases.
6.2.1
⚠️ This release contains an important security fix ⚠️
A malicious client could send a specially crafted HTTP request, triggering an uncaught exception and killing the Node.js process:
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:106:8) at emitErrorCloseNT (internal/streams/destroy.js:74:3) at processTicksAndRejections (internal/process/task_queues.js:80:21) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
Please upgrade as soon as possible. Bug Fixes
- catch errors when destroying invalid upgrades (#658 https://github-redirect.dependabot.com/socketio/engine.io/issues/658) (425e833 https://github.com/socketio/engine.io/commit/425e833ab13373edf1dd5a0706f07100db14e3c6 )
6.2.0 Features
- add the "maxPayload" field in the handshake details (088dcb4 https://github.com/socketio/engine.io/commit/088dcb4dff60df39785df13d0a33d3ceaa1dff38 )
So that clients in HTTP long-polling can decide how many packets they have to send to stay under the maxHttpBufferSize value.
This is a backward compatible change which should not mandate a new major revision of the protocol (we stay in v4), as we only add a field in the JSON-encoded handshake data:
0{"sid":"lv_VI97HAXpY6yYWAAAC","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":5000,"maxPayload":1000000}
Links
- Diff: @.*** https://github.com/socketio/engine.io/compare/6.1.3...6.2.0
- Client release: 6.2.0 https://github.com/socketio/engine.io-client/releases/tag/6.2.0
- ws version: ~8.2.3 https://github.com/websockets/ws/releases/tag/8.2.3
6.1.3 Bug Fixes
- typings: allow CorsOptionsDelegate as cors options (#641 https://github-redirect.dependabot.com/socketio/engine.io/issues/641) (a463d26 https://github.com/socketio/engine.io/commit/a463d268ed90064e7863679bda423951de108c36 )
- uws: properly handle chunked content (#642 https://github-redirect.dependabot.com/socketio/engine.io/issues/642) (3367440 https://github.com/socketio/engine.io/commit/33674403084c329dc6ad026c4122333a6f8a9992 )
... (truncated) Changelog
Sourced from engine.io's changelog https://github.com/socketio/engine.io/blob/main/CHANGELOG.md.
6.2.1 https://github.com/socketio/engine.io/compare/6.2.0...6.2.1 (2022-11-20)
⚠️ This release contains an important security fix ⚠️
A malicious client could send a specially crafted HTTP request, triggering an uncaught exception and killing the Node.js process:
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:106:8) at emitErrorCloseNT (internal/streams/destroy.js:74:3) at processTicksAndRejections (internal/process/task_queues.js:80:21) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
Please upgrade as soon as possible. Bug Fixes
- catch errors when destroying invalid upgrades (#658 https://github-redirect.dependabot.com/socketio/engine.io/issues/658) (425e833 https://github.com/socketio/engine.io/commit/425e833ab13373edf1dd5a0706f07100db14e3c6 )
3.6.0 https://github.com/socketio/engine.io/compare/3.5.0...3.6.0 (2022-06-06) Bug Fixes
- add extension in the package.json main entry (#608 https://github-redirect.dependabot.com/socketio/engine.io/issues/608) (3ad0567 https://github.com/socketio/engine.io/commit/3ad0567dbd57cfb7c2ff4e8b7488d80f37022b4a )
- do not reset the ping timer after upgrade (1f5d469 https://github.com/socketio/engine.io/commit/1f5d4699862afee1e410fcb0e1f5e751ebcd2f9f), closes socketio/socket.io-client-swift#1309 https://github-redirect.dependabot.com//github-redirect.dependabot.com/socketio/socket.io-client-swift/pull/1309/issues/issuecomment-768475704
Features
- decrease the default value of maxHttpBufferSize (58e274c https://github.com/socketio/engine.io/commit/58e274c437e9cbcf69fd913c813aad8fbd253703 )
This change reduces the default value from 100 mb to a more sane 1 mb.
This helps protect the server against denial of service attacks by malicious clients sending huge amounts of data.
See also: GHSA-j4f2-536g-r55m https://github.com/advisories/GHSA-j4f2-536g-r55m
- increase the default value of pingTimeout (f55a79a https://github.com/socketio/engine.io/commit/f55a79a28a5fbc6c9edae876dd11308b89cc979e )
... (truncated) Commits
- 24b847b https://github.com/socketio/engine.io/commit/24b847be6a61b64efc8c8c4d058a69259ad67693 chore(release): 6.2.1
- 425e833 https://github.com/socketio/engine.io/commit/425e833ab13373edf1dd5a0706f07100db14e3c6 fix: catch errors when destroying invalid upgrades (#658 https://github-redirect.dependabot.com/socketio/engine.io/issues/658)
- 99adb00 https://github.com/socketio/engine.io/commit/99adb00ba11d80ab27a4a2f4afd0eebd8aa406c5 chore(deps): bump xmlhttprequest-ssl and engine.io-client in /examples/latenc...
- d196f6a https://github.com/socketio/engine.io/commit/d196f6a6b746b5e362b131a1a16901a3db12cb21 chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#660 https://github-redirect.dependabot.com/socketio/engine.io/issues/660)
- 7c1270f https://github.com/socketio/engine.io/commit/7c1270f98c51e51dfae1237492a56276070fd10e chore(deps): bump nanoid from 3.1.25 to 3.3.1 (#659 https://github-redirect.dependabot.com/socketio/engine.io/issues/659)
- 535a01d https://github.com/socketio/engine.io/commit/535a01d8898a5cc858c9d6031fc5ecda96ea4579 ci: add Node.js 18 in the test matrix
- 1b71a6f https://github.com/socketio/engine.io/commit/1b71a6f5cb868c934696ae3cc1a92d1168ec8505 docs: remove "Vanilla JS" highlight from README (#656 https://github-redirect.dependabot.com/socketio/engine.io/issues/656)
- 917d1d2 https://github.com/socketio/engine.io/commit/917d1d29e13f2e8f523c3738f6413f67b587aebe refactor: replace deprecated String.prototype.substr() (#646 https://github-redirect.dependabot.com/socketio/engine.io/issues/646)
- 020801a https://github.com/socketio/engine.io/commit/020801ab8ce2d4cba517fe04df89b39d403123a5 chore: add changelog for version 3.6.0
- ed1d6f9 https://github.com/socketio/engine.io/commit/ed1d6f912ce61b13e2ae7ce7a1027b8c5fae2f15 test: make test script work on Windows (#643 https://github-redirect.dependabot.com/socketio/engine.io/issues/643)
- Additional commits viewable in compare view https://github.com/socketio/engine.io/compare/3.2.1...6.2.1
Updates karma from 3.1.4 to 6.4.1 Release notes
Sourced from karma's releases https://github.com/karma-runner/karma/releases.
v6.4.1 6.4.1 https://github.com/karma-runner/karma/compare/v6.4.0...v6.4.1 (2022-09-19) Bug Fixes
- pass integrity value (63d86be https://github.com/karma-runner/karma/commit/63d86befd3431fe8e1500e22f4f115a3762d000a )
v6.4.0 6.4.0 https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0 (2022-06-14) Features
- support SRI verification of link tags (dc51a2e https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc )
- support SRI verification of script tags (6a54b1c https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e )
v6.3.20 6.3.20 https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20 (2022-05-13) Bug Fixes
- prefer IPv4 addresses when resolving domains (e17698f https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59), closes #3730 https://github-redirect.dependabot.com/karma-runner/karma/issues/3730
v6.3.19 6.3.19 https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19 (2022-04-19) Bug Fixes
- client: error out when opening a new tab fails (099b85e https://github.com/karma-runner/karma/commit/099b85ed0a46e37dd7cb14fc1596cbb1b3eabce9 )
v6.3.18 6.3.18 https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.18 (2022-04-13) Bug Fixes
- deps: upgrade socket.io to v4.4.1 (52a30bb https://github.com/karma-runner/karma/commit/52a30bbc6e168333a8592c26c9f40678d6ab74ea )
v6.3.17 6.3.17 https://github.com/karma-runner/karma/compare/v6.3.16...v6.3.17 (2022-02-28) Bug Fixes
- deps: update colors to maintained version (#3763 https://github-redirect.dependabot.com/karma-runner/karma/issues/3763) (fca1884 https://github.com/karma-runner/karma/commit/fca18843e7a04eeb67b86cb3cfc3db794d66f445 )
v6.3.16
... (truncated) Changelog
Sourced from karma's changelog https://github.com/karma-runner/karma/blob/master/CHANGELOG.md.
6.4.1 https://github.com/karma-runner/karma/compare/v6.4.0...v6.4.1 (2022-09-19) Bug Fixes
- pass integrity value (63d86be https://github.com/karma-runner/karma/commit/63d86befd3431fe8e1500e22f4f115a3762d000a )
6.4.0 https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0 (2022-06-14) Features
- support SRI verification of link tags (dc51a2e https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc )
- support SRI verification of script tags (6a54b1c https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e )
6.3.20 https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20 (2022-05-13) Bug Fixes
- prefer IPv4 addresses when resolving domains (e17698f https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59), closes #3730 https://github-redirect.dependabot.com/karma-runner/karma/issues/3730
6.3.19 https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19 (2022-04-19) Bug Fixes
- client: error out when opening a new tab fails (099b85e https://github.com/karma-runner/karma/commit/099b85ed0a46e37dd7cb14fc1596cbb1b3eabce9 )
6.3.18 https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.18 (2022-04-13) Bug Fixes
- deps: upgrade socket.io to v4.4.1 (52a30bb https://github.com/karma-runner/karma/commit/52a30bbc6e168333a8592c26c9f40678d6ab74ea )
6.3.17 https://github.com/karma-runner/karma/compare/v6.3.16...v6.3.17 (2022-02-28) Bug Fixes
- deps: update colors to maintained version (#3763 https://github-redirect.dependabot.com/karma-runner/karma/issues/3763) (fca1884 https://github.com/karma-runner/karma/commit/fca18843e7a04eeb67b86cb3cfc3db794d66f445 )
6.3.16 https://github.com/karma-runner/karma/compare/v6.3.15...v6.3.16 (2022-02-10) Bug Fixes
- security: mitigate the "Open Redirect Vulnerability" (ff7edbb https://github.com/karma-runner/karma/commit/ff7edbb2ffbcdd69761bece86b7dc1ef0740508d )
... (truncated) Commits
- 0013121 https://github.com/karma-runner/karma/commit/00131213bf337e563126611b06b79218a560dc9a chore(release): 6.4.1 [skip ci]
- 63d86be https://github.com/karma-runner/karma/commit/63d86befd3431fe8e1500e22f4f115a3762d000a fix: pass integrity value
- 84f7cc3 https://github.com/karma-runner/karma/commit/84f7cc3d4a0770337140776e86d9740e0aad82f8 chore(release): 6.4.0 [skip ci]
- f2d0663 https://github.com/karma-runner/karma/commit/f2d0663105eba0b9ea7f281230546282a46015ad docs: add integrity parameter
- dc51a2e https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc feat: support SRI verification of link tags
- 6a54b1c https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e feat: support SRI verification of script tags
- 5e71cf5 https://github.com/karma-runner/karma/commit/5e71cf591e9006ad2621dd88d09739bfbffd463c chore(release): 6.3.20 [skip ci]
- e17698f https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59 fix: prefer IPv4 addresses when resolving domains
- 60f4f79 https://github.com/karma-runner/karma/commit/60f4f794ea8472e4ace8e5c2d8744f83078a1277 build: add Node 16 and 18 to the CI matrix
- 6ff5aaf https://github.com/karma-runner/karma/commit/6ff5aafe9578a5f958adf2d565d45e4b5d204245 chore(release): 6.3.19 [skip ci]
- Additional commits viewable in compare view https://github.com/karma-runner/karma/compare/v3.1.4...v6.4.1
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 commands and options
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 merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @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)
- @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page https://github.com/jklepatch/eattheblocks/network/alerts.
You can view, comment on, or merge this pull request online at:
https://github.com/jklepatch/eattheblocks/pull/191 Commit Summary
- 5a8edda https://github.com/jklepatch/eattheblocks/pull/191/commits/5a8edda1abb78858cf3e607add3cbff9eb8453ab Bump engine.io and karma in /draft/voting-dapp-angular
File Changes
(2 files https://github.com/jklepatch/eattheblocks/pull/191/files)
- M draft/voting-dapp-angular/package-lock.json https://github.com/jklepatch/eattheblocks/pull/191/files#diff-128082bd0c278b03f827c1a0a4bfe0192210ea1260ee72c824ffd24fbaa1a997 (1333)
- M draft/voting-dapp-angular/package.json https://github.com/jklepatch/eattheblocks/pull/191/files#diff-1a6c02a1b69e2dc4c0af6ae853a7acf64f786eb82e49be0dc4c8e5b7a4194227 (2)
Patch Links:
- https://github.com/jklepatch/eattheblocks/pull/191.patch
- https://github.com/jklepatch/eattheblocks/pull/191.diff
— Reply to this email directly, view it on GitHub https://github.com/jklepatch/eattheblocks/pull/191, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATGNCO555B7IYU2L3BVAAB3WJXTR3ANCNFSM6AAAAAASIYUHJY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Bumps engine.io to 6.2.1 and updates ancestor dependency karma. These dependencies need to be updated together.
Updates
engine.io
from 3.2.1 to 6.2.1Release notes
Sourced from engine.io's releases.
... (truncated)
Changelog
Sourced from engine.io's changelog.
... (truncated)
Commits
24b847b
chore(release): 6.2.1425e833
fix: catch errors when destroying invalid upgrades (#658)99adb00
chore(deps): bump xmlhttprequest-ssl and engine.io-client in /examples/latenc...d196f6a
chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#660)7c1270f
chore(deps): bump nanoid from 3.1.25 to 3.3.1 (#659)535a01d
ci: add Node.js 18 in the test matrix1b71a6f
docs: remove "Vanilla JS" highlight from README (#656)917d1d2
refactor: replace deprecatedString.prototype.substr()
(#646)020801a
chore: add changelog for version 3.6.0ed1d6f9
test: make test script work on Windows (#643)Updates
karma
from 3.1.4 to 6.4.1Release notes
Sourced from karma's releases.
... (truncated)
Changelog
Sourced from karma's changelog.
... (truncated)
Commits
0013121
chore(release): 6.4.1 [skip ci]63d86be
fix: pass integrity value84f7cc3
chore(release): 6.4.0 [skip ci]f2d0663
docs: add integrity parameterdc51a2e
feat: support SRI verification of link tags6a54b1c
feat: support SRI verification of script tags5e71cf5
chore(release): 6.3.20 [skip ci]e17698f
fix: prefer IPv4 addresses when resolving domains60f4f79
build: add Node 16 and 18 to the CI matrix6ff5aaf
chore(release): 6.3.19 [skip ci]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 commands and options
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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jklepatch/eattheblocks/network/alerts).