Skip to content
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

build(deps): bump the securityupdates group in /demo with 4 updates #356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

Bumps the securityupdates group in /demo with 4 updates: body-parser, netlify-cli, express and serve-static.

Removes body-parser

Updates netlify-cli from 17.34.3 to 17.36.1

Release notes

Sourced from netlify-cli's releases.

v17.36.1

17.36.1 (2024-09-19)

Bug Fixes

  • deps: bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6 (#6828) (04567fb)
  • deps: update dependency @​netlify/blobs to v8.0.1 (#6801) (ffb394c)
  • deps: update dependency express to v4.20.0 [security] (#6820) (7089c02)

v17.36.0

17.36.0 (2024-09-10)

Features

  • dev: update dev server plugin env variable to be an array of plugins (#6811) (dbcf1f5)

v17.35.0

17.35.0 (2024-09-06)

Features

v17.34.4

17.34.4 (2024-09-05)

Bug Fixes

  • increased the default functions timeout to 30s (#6804) (2438a00)
Changelog

Sourced from netlify-cli's changelog.

17.36.1 (2024-09-19)

Bug Fixes

  • deps: bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6 (#6828) (04567fb)
  • deps: update dependency @​netlify/blobs to v8.0.1 (#6801) (ffb394c)
  • deps: update dependency express to v4.20.0 [security] (#6820) (7089c02)

17.36.0 (2024-09-10)

Features

  • dev: update dev server plugin env variable to be an array of plugins (#6811) (dbcf1f5)

17.35.0 (2024-09-06)

Features

17.34.4 (2024-09-05)

Bug Fixes

  • increased the default functions timeout to 30s (#6804) (2438a00)
Commits
  • f61033b chore(main): release 17.36.1 (#6819)
  • 04567fb fix(deps): bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6...
  • 7089c02 fix(deps): update dependency express to v4.20.0 [security] (#6820)
  • ffb394c fix(deps): update dependency @​netlify/blobs to v8.0.1 (#6801)
  • 6890fb0 chore(main): release 17.36.0 (#6812)
  • dbcf1f5 feat(dev): update dev server plugin env variable to be an array of plugins (#...
  • 4d1a481 chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#6809)
  • ee4631c chore(main): release 17.35.0 (#6810)
  • db86492 feat: trigger rerelease (#6808)
  • bf6c2a0 chore(main): release 17.34.4 (#6806)
  • Additional commits viewable in compare view

Updates express from 4.19.2 to 4.20.0

Release notes

Sourced from express's releases.

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

New Contributors

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

Changelog

Sourced from express's changelog.

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • 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: path-to-regexp@0.1.10
    • 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 serve-static from 1.15.0 to 1.16.0

Release notes

Sourced from serve-static's releases.

1.16.0

What's Changed

New Contributors

Full Changelog: expressjs/serve-static@v1.15.0...1.16.0

Changelog

Sourced from serve-static's changelog.

1.16.0 / 2024-09-10

  • Remove link renderization in html while redirecting
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for serve-static since your current version.


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 conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the securityupdates group in /demo with 4 updates: [body-parser](https://github.com/expressjs/body-parser), [netlify-cli](https://github.com/netlify/cli), [express](https://github.com/expressjs/express) and [serve-static](https://github.com/expressjs/serve-static).


Removes `body-parser`

Updates `netlify-cli` from 17.34.3 to 17.36.1
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v17.34.3...v17.36.1)

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

Updates `serve-static` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...1.16.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
  dependency-group: securityupdates
- dependency-name: netlify-cli
  dependency-type: direct:development
  dependency-group: securityupdates
- dependency-name: express
  dependency-type: indirect
  dependency-group: securityupdates
- dependency-name: serve-static
  dependency-type: indirect
  dependency-group: securityupdates
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 94.18% (🎯 92%) 2853 / 3029
🟢 Statements 94.18% (🎯 92%) 2853 / 3029
🟢 Functions 93.39% (🎯 93%) 212 / 227
🟢 Branches 94.25% (🎯 93%) 771 / 818
File CoverageNo changed files found.
Generated in workflow #1537

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants