Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps the npm_and_yarn group with 5 updates in the / directory:

Package From To
vite 5.4.7 5.4.14
cookie 0.5.0 0.7.1
express 4.21.0 4.21.2
@bundled-es-modules/cookie 2.0.0 2.0.1
netlify-cli 17.36.2 17.38.1

Updates vite from 5.4.7 to 5.4.14

Release notes

Sourced from vite's releases.

v5.4.14

Please refer to CHANGELOG.md for details.

v5.4.13

Please refer to CHANGELOG.md for details.

v5.4.12

This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v5.4.11

Please refer to CHANGELOG.md for details.

v5.4.10

Please refer to CHANGELOG.md for details.

v5.4.9

Please refer to CHANGELOG.md for details.

v5.4.8

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.14 (2025-01-21)

5.4.13 (2025-01-20)

5.4.12 (2025-01-20)

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (9da4abc)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (dfea38f)
  • fix: verify token for HMR WebSocket connection (b71a5c8)
  • chore: add deps update changelog (ecd2375)

5.4.11 (2024-11-11)

  • fix(deps): update dependencies of postcss-modules (ceb15db), closes #18617

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412

5.4.9 (2024-10-14)

5.4.8 (2024-09-25)

... (truncated)

Commits
  • e7eb3c5 release: v5.4.14
  • 7d1699c fix: allow CORS from loopback addresses by default (#19249)
  • 9df6e6b fix: preview.allowedHosts with specific values was not respected (#19246)
  • a1824c5 release: v5.4.13
  • 5946215 fix: try parse server.origin URL (#19241)
  • f428aa9 release: v5.4.12
  • 9da4abc fix!: check host header to prevent DNS rebinding attacks and introduce `serve...
  • b71a5c8 fix: verify token for HMR WebSocket connection
  • dfea38f fix!: default server.cors: false to disallow fetching from untrusted origins
  • ecd2375 chore: add deps update changelog
  • Additional commits viewable in compare view

Updates cookie from 0.5.0 to 0.7.1

Release notes

Sourced from cookie's releases.

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 express from 4.21.0 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

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

4.21.1

What's Changed

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

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values

4.21.1 / 2024-10-08

Commits
Maintainer changes

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


Updates @bundled-es-modules/cookie from 2.0.0 to 2.0.1

Commits
Maintainer changes

This version was pushed to npm by bashmish, a new releaser for @​bundled-es-modules/cookie since your current version.


Updates netlify-cli from 17.36.2 to 17.38.1

Release notes

Sourced from netlify-cli's releases.

v17.38.1

17.38.1 (2024-12-17)

Bug Fixes

v17.38.0

17.38.0 (2024-12-03)

Features

Bug Fixes

  • check ip version if settings.useStaticServer (#6936) (be6b07e)
  • deps: update dependency @​netlify/edge-functions to v2.11.1 (#6772) (cd7aeed)
  • deps: update dependency @​sanity/client to v6 (#6650) (fdaabc0)
  • deps: update dependency @​types/node to v20.17.6 (#6918) (9c4eb22)
  • deps: update dependency @​types/node to v20.17.7 (#6933) (fce5cc3)
  • deps: update dependency @​types/node to v22.10.1 (#6942) (2218116)
  • deps: update dependency ci-info to v4.1.0 (#6925) (f4eca65)
  • deps: update dependency ora to v8.1.1 (#6919) (f89b707)
  • deps: update netlify packages (#6922) (96f64ef)
  • deps: update rust crate lambda_runtime to 0.13.0 (#6920) (f48841c)
  • make outputs more user-friendly for sites:create-template (#6915) (d132ddd)
  • prevent redundant repos, add preliminary name checks, and improve error handling in sites:create-template (#6908) (a1000b3)

v17.37.2

17.37.2 (2024-10-29)

Bug Fixes

  • add zsh autocomplete setup and file permissions instructions to completion:install (#6882) (75c0e7b)
  • deps: update dependency @​netlify/build to v29.55.4 (#6892) (da3563b)
  • deps: update dependency @​netlify/build to v29.56.0 (#6906) (e63a9c2)
  • deps: update dependency @​types/node to v20.17.1 (#6903) (93a728b)
  • deps: update dependency ws to v8.18.0 (#6904) (89e814d)

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

17.38.1 (2024-12-17)

Bug Fixes

17.38.0 (2024-12-03)

Features

Bug Fixes

  • check ip version if settings.useStaticServer (#6936) (be6b07e)
  • deps: update dependency @​netlify/edge-functions to v2.11.1 (#6772) (cd7aeed)
  • deps: update dependency @​sanity/client to v6 (#6650) (fdaabc0)
  • deps: update dependency @​types/node to v20.17.6 (#6918) (9c4eb22)
  • deps: update dependency @​types/node to v20.17.7 (#6933) (fce5cc3)
  • deps: update dependency @​types/node to v22.10.1 (#6942) (2218116)
  • deps: update dependency ci-info to v4.1.0 (#6925) (f4eca65)
  • deps: update dependency ora to v8.1.1 (#6919) (f89b707)
  • deps: update netlify packages (#6922) (96f64ef)
  • deps: update rust crate lambda_runtime to 0.13.0 (#6920) (f48841c)
  • make outputs more user-friendly for sites:create-template (#6915) (d132ddd)
  • prevent redundant repos, add preliminary name checks, and improve error handling in sites:create-template (#6908) (a1000b3)

17.37.2 (2024-10-29)

Bug Fixes

  • add zsh autocomplete setup and file permissions instructions to completion:install (#6882) (75c0e7b)
  • deps: update dependency @​netlify/build to v29.55.4 (#6892) (da3563b)
  • deps: update dependency @​netlify/build to v29.56.0 (#6906) (e63a9c2)
  • deps: update dependency @​types/node to v20.17.1 (#6903) (93a728b)
  • deps: update dependency ws to v8.18.0 (#6904) (89e814d)
  • deps: update netlify packages (#6891) (8db8a3a)
  • deps: update netlify packages (#6899) (62d3123)
  • improve console message when unlinking from directory without a netlify.toml (#6897) (622098e)

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

…dates

Bumps the npm_and_yarn group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.7` | `5.4.14` |
| [cookie](https://github.com/jshttp/cookie) | `0.5.0` | `0.7.1` |
| [express](https://github.com/expressjs/express) | `4.21.0` | `4.21.2` |
| [@bundled-es-modules/cookie](https://github.com/bundled-es-modules/cookie) | `2.0.0` | `2.0.1` |
| [netlify-cli](https://github.com/netlify/cli) | `17.36.2` | `17.38.1` |



Updates `vite` from 5.4.7 to 5.4.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

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

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

Updates `@bundled-es-modules/cookie` from 2.0.0 to 2.0.1
- [Commits](https://github.com/bundled-es-modules/cookie/commits)

Updates `netlify-cli` from 17.36.2 to 17.38.1
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v17.36.2...v17.38.1)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@bundled-es-modules/cookie"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: netlify-cli
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2025
@felipebrsk felipebrsk merged commit fd25549 into main Jan 23, 2025
7 of 8 checks passed
@felipebrsk felipebrsk deleted the dependabot/npm_and_yarn/npm_and_yarn-08a1d8cc48 branch January 23, 2025 12:38
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.

2 participants