-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump the npm_and_yarn group across 1 directory with 7 updates #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
chore: bump the npm_and_yarn group across 1 directory with 7 updates #1
Conversation
Bumps the npm_and_yarn group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chromedriver](https://github.com/giggio/node-chromedriver) | `134.0.5` | `138.0.2` | | [esbuild](https://github.com/evanw/esbuild) | `0.10.2` | `0.25.0` | | [body-parser](https://github.com/expressjs/body-parser) | `1.20.1` | `1.20.3` | | [cookie](https://github.com/jshttp/cookie) | `0.4.2` | `0.7.2` | | [socket.io](https://github.com/socketio/socket.io) | `4.7.4` | `4.8.1` | | [ws](https://github.com/websockets/ws) | `8.11.0` | `8.18.0` | | [socket.io-adapter](https://github.com/socketio/socket.io-adapter) | `2.5.4` | `2.5.5` | Updates `chromedriver` from 134.0.5 to 138.0.2 - [Commits](giggio/node-chromedriver@134.0.5...138.0.2) Updates `esbuild` from 0.10.2 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2021.md) - [Commits](evanw/esbuild@v0.10.2...v0.25.0) Updates `body-parser` from 1.20.1 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.1...1.20.3) Updates `cookie` from 0.4.2 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.4.2...v0.7.2) Updates `socket.io` from 4.7.4 to 4.8.1 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/[email protected]) Updates `ws` from 8.11.0 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.11.0...8.18.0) Updates `socket.io-adapter` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/socketio/socket.io-adapter/releases) - [Changelog](https://github.com/socketio/socket.io-adapter/blob/2.5.5/CHANGELOG.md) - [Commits](socketio/socket.io-adapter@2.5.4...2.5.5) --- updated-dependencies: - dependency-name: chromedriver dependency-version: 138.0.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: body-parser dependency-version: 1.20.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: cookie dependency-version: 0.7.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: socket.io dependency-version: 4.8.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ws dependency-version: 8.18.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: socket.io-adapter dependency-version: 2.5.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the npm_and_yarn group with 7 updates in the / directory:
134.0.5
138.0.2
0.10.2
0.25.0
1.20.1
1.20.3
0.4.2
0.7.2
4.7.4
4.8.1
8.11.0
8.18.0
2.5.4
2.5.5
Updates
chromedriver
from 134.0.5 to 138.0.2Commits
d54d660
Bump version to 138.0.2c725d19
Await on update.js3f908b1
Bump version to 138.0.15958e8f
Bump version to 138.0.0d867363
Bump version to 137.0.422de885
Bump version to 137.0.371b486f
Allow to use package.config#json for config51bc388
Bump version to 137.0.1047170a
Remove support for Node.js 18 and 23 and add 24eff49f1
Bump version to 137.0.0Updates
esbuild
from 0.10.2 to 0.25.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
e9174d6
publish 0.25.0 to npmc27dbeb
fixhosts
inplugin-tests.js
6794f60
fixhosts
innode-unref-tests.js
de85afd
Merge commit from forkda1de1b
fix #4065: bitwise operators can return bigintsf4e9d19
switch case liveness:default
is always last7aa47c3
fix #4028: minify live/deadswitch
cases better22ecd30
minify: more constant folding for strict equality4cdf03c
fix #4053: reordering of.tsx
innode_modules
dc71977
fix #3692:0
now picks a random ephemeral portUpdates
body-parser
from 1.20.1 to 1.20.3Release notes
Sourced from body-parser's releases.
Changelog
Sourced from body-parser's changelog.
Commits
1752951
1.20.339744cf
chore: linter (#534)b2695c4
Merge commit from forkade0f3f
add scorecard to readme (#531)99a1bd6
deps: [email protected] (#521)9478591
fix: pin to [email protected]83db46a
ci: fix errors in ci github action for node 8 and 9 (#523)9d4e212
chore: add support for OSSF scorecard reporting (#522)ee91374
1.20.2368a93a
Fix strict json error message on Node.js 19+Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.
Updates
cookie
from 0.4.2 to 0.7.2Release notes
Sourced from cookie's releases.
Commits
d19eaa1
0.7.2bc38ffd
Fix object assignment ofhasOwnProperty
(#177)cf4658f
0.7.16a8b8f5
Allow leading dot for domain (#174)58015c0
Remove more code and perf wins (#172)ab057d6
0.7.05f02ca8
Migrate history to GitHub releasesa5d591c
Migrate history to GitHub releases51968f9
Skip isNaN9e7ca51
perf(parse): cache length, return early (#144)Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates
socket.io
from 4.7.4 to 4.8.1Release notes
Sourced from socket.io's releases.
... (truncated)
Commits
91e1c8b
chore(release): [email protected]8d5528a
chore(release): [email protected]71387e5
refactor(sio-client): reexport transports from the engineaead835
refactor(sio): make Namespace._fns private (#5196)029e010
chore(release): [email protected]4ca6ddb
docs(nuxt): update example with latest versionca9e994
fix(sio-client): do not mangle the "_placeholder" attribute4865f2e
fix(eio-client): prevent infinite loop with Node.js built-in WebSocketd4b3dde
ci: use Node.js 223b68658
chore: bump@fails-components/webtransport
to version 1.1.4 (dev)Updates
ws
from 8.11.0 to 8.18.0Release notes
Sourced from ws's releases.
... (truncated)
Commits
976c53c
[dist] 8.18.059b9629
[feature] Add support forBlob
(#2229)0d1b5e6
[security] Use more descriptive text for 2017 vulnerability link15f11a0
[security] Add new DoS vulnerability to SECURITY.md3c56601
[dist] 8.17.1e55e510
[security] Fix crash when the Upgrade header cannot be read (#2231)6a00029
[test] Increase code coverageddfe4a8
[perf] Reduce the amount ofcrypto.randomFillSync()
callsb73b118
[dist] 8.17.029694a5
[test] Use thehighWaterMark
variableUpdates
socket.io-adapter
from 2.5.4 to 2.5.5Changelog
Sourced from socket.io-adapter's changelog.
Commits
05a190a
chore(release): 6.5.593fe190
chore(deps): bump ws from 8.11.0 to 8.17.1 (#93)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.