Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2024

Bumps cookie to 0.7.2 and updates ancestor dependencies cookie, node-red, express and node-red-dashboard. These dependencies need to be updated together.

Updates cookie from 0.5.0 to 0.7.2

Release notes

Sourced from cookie's releases.

v0.7.2

Fixed

  • Fix object assignment of hasOwnProperty (#177) bc38ffd

jshttp/cookie@v0.7.1...v0.7.2

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

jshttp/cookie@v0.7.0...v0.7.1

0.7.0

jshttp/cookie@v0.6.0...v0.7.0

0.6.0

  • Add partitioned option
Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates node-red from 3.1.9 to 3.1.13

Release notes

Sourced from node-red's releases.

3.1.13

What's Changed

Full Changelog: node-red/node-red@3.1.12...3.1.13

3.1.12

What's Changed

Full Changelog: node-red/node-red@3.1.11...3.1.12

3.1.11

What's Changed

Full Changelog: node-red/node-red@3.1.10...3.1.11

3.1.10

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from node-red's changelog.

3.1.13: Maintenance Release

  • Update cookie/DOMPurify dependencies

3.1.12: Maintenance Release

  • Update express/body-parser dependencies

3.1.11: Maintenance Release

  • Add/Update German Translations for delay node (#4762) @​dceejay
  • Update ws dependency

3.1.10: Maintenance Release

Commits

Updates express from 4.19.2 to 4.21.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits

Updates node-red-dashboard from 2.26.2 to 3.6.5

Release notes

Sourced from node-red-dashboard's releases.

3.6.3: Maintenance Release Latest

  • Remove old jquery versions from gridstack dist dir to stop vulnerability scanners triggering. Issue #833

3.6.2: Maintenance Release

  • Fix colour picker floating in front of dropdown list. Issue #821
  • Let form display with no buttons if required.

3.6.1: Maintenance Release

  • Fix links not being editable. Issue #819

3.6.0: Milestone Release

  • Let dropdown be clearable. PR #816
  • Unfix datetime (revert regression)

3.5.0: Milestone Release

  • Add text styling feature to ui_text. PR #805
  • Fix to support locking flow tab. PR #799
  • Fix sidebar to not obscure toast. Issue #803
  • Fix ui_audio to be socket specific. Issue #807\
  • Fix date-picker to send even if value is reselected.

3.4.0: Milestone Release

  • Add ability to specify to start page by tab name in url
  • Let dialog popup ok and cancel labels be settable by msg.
  • Fix CSS variable names. PR #778, #795
  • Fix Ja translations. PR #764
  • Fix gulp build errors. PR #797

3.3.1: Maintenance Release

  • Revert to uglify (for now) to fix color-picker failure. Issue #791

3.3.0: Milestone Release

  • Expose manifest.json display property in settingsjs ui section so can be set fullscreen if desired.
  • Change gulp build tool to use gulp-terser for later nodejs version support
  • Fix datepicker to use change not blur to stop Safari sending double messages
  • Update justgage library to include and expose differential mode (either side of a centre point).
  • Fix initial drawing of gauge not registering value correctly. Issue #788

3.2.3: Maintenance Release

  • Re-do package to omit node-sass (not required for prod)

3.2.1: Maintenance Release

  • Fix topic return when topic is falsey. Issue #784
  • Fix notification toast class. Issue #776
  • Fix z-index of dropdown items. Issue #775

3.2.0: Milestone Release

... (truncated)

Changelog

Sourced from node-red-dashboard's changelog.

3.6.5: Maintenance Release

  • Remove old jquery versons from gridstack dist dir to stop vuln triggering. Issue #833

3.6.2: Maintenance Release

  • Fix colour picker floating in front of dropdown list. Issue #821
  • Let form display with no buttons if required.

3.6.1: Maintenance Release

  • Fix links not being editable. Issue #819

3.6.0: Milestone Release

  • Let dropdown be clearable. PR #816
  • Unfix datetime (revert regression)

3.5.0: Milestone Release

  • Add text styling feature to ui_text. PR #805
  • Fix to support locking flow tab. PR #799
  • Fix sidebar to not obscure toast. Issue #803
  • Fix ui_audio to be socket specific. Issue #807\
  • Fix date-picker to send even if value is reselected.

3.4.1: Maintenance Release

  • Catch bad evaluation of non existent properties. Issue #800
  • Fix missing " in toast node

3.4.0: Milestone Release

  • Add ability to specify to start page by tab name in url
  • Let dialog popup ok and cancel labels be settable by msg.
  • Fix CSS variable names. PR #778, #795
  • Fix Ja translations. PR #764
  • Fix gulp build errors. PR #797

3.3.1: Maintenance Release

  • Revert to uglify (for now) to fix color-picker failure. Issue #791

3.3.0: Milestone Release

  • Expose manifest.json display property in settingsjs ui section so can be set fullscreen if desired.
  • Change gulp build tool to use gulp-terser for later nodejs version support
  • Fix datepicker to use change not blur to stop Safari sending double messages
  • Update justgage library to include and expose differential mode (either side of a centre point).
  • Fix initial drawing of gauge not registering value correctly. Issue #788

... (truncated)

Commits

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 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.

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [node-red](https://github.com/node-red/node-red), [express](https://github.com/expressjs/express) and [node-red-dashboard](https://github.com/node-red/node-red-dashboard). These dependencies need to be updated together.


Updates `cookie` from 0.5.0 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.5.0...v0.7.2)

Updates `node-red` from 3.1.9 to 3.1.13
- [Release notes](https://github.com/node-red/node-red/releases)
- [Changelog](https://github.com/node-red/node-red/blob/3.1.13/CHANGELOG.md)
- [Commits](node-red/node-red@3.1.9...3.1.13)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

Updates `node-red-dashboard` from 2.26.2 to 3.6.5
- [Release notes](https://github.com/node-red/node-red-dashboard/releases)
- [Changelog](https://github.com/node-red/node-red-dashboard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/node-red/node-red-dashboard/commits)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: node-red
  dependency-type: direct:production
- dependency-name: express
  dependency-type: indirect
- dependency-name: node-red-dashboard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2024
@dependabot dependabot bot mentioned this pull request Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant