Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2024

Bumps express from 4.18.3 to 4.19.1.

Release notes

Sourced from express's releases.

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.18.3...4.19.0

Changelog

Sourced from express's changelog.

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0
Commits
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: cookie@0.6.0
  • 4ee853e docs: loosen TC activity rules
  • 414854b docs: nominating @​wesleytodd to be project captian
  • Additional commits viewable in compare view
Maintainer changes

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


Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner March 21, 2024 08:22
@dependabot dependabot bot added dependencies Used by dependabot for dependency updates npm Used by dependabot labels Mar 21, 2024
@socket-security
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@code-hike/mdx@0.7.2 filesystem, network +8 1.14 MB pomber
npm/@docusaurus/core@2.0.0-rc.1 Transitive: environment, eval, filesystem, network, shell, unsafe +474 35.7 MB slorber
npm/@docusaurus/module-type-aliases@2.0.0-rc.1 Transitive: environment, filesystem, shell +26 3 MB slorber
npm/@docusaurus/preset-classic@2.0.0-rc.1 environment Transitive: eval, filesystem, network, shell, unsafe +366 34.2 MB slorber
npm/@mdx-js/react@2.1.2 None +5 1.41 MB wooorm
npm/clsx@1.2.1 None 0 5.67 kB lukeed
npm/docusaurus-theme-mdx-v2@0.1.2 Transitive: environment, eval, filesystem, unsafe +335 21.2 MB pomber
npm/prism-react-renderer@1.3.5 None 0 371 kB gksander
npm/react-dom@17.0.2 environment +3 3.01 MB gaearon
npm/react@17.0.2 environment +3 318 kB gaearon

🚮 Removed packages: npm/@semantic-release-extras/github-comment-specific@1.0.7, npm/@semantic-release/npm@11.0.3, npm/@swc-node/register@1.9.0, npm/@swc/core-darwin-arm64@1.4.8, npm/@swc/core-linux-x64-gnu@1.4.8, npm/@swc/core@1.4.8, npm/@types/express@4.17.21, npm/@types/node@20.11.0, npm/@types/resolve@1.20.6, npm/@types/superagent@8.1.4, npm/@types/supertest@6.0.2, npm/@types/whatwg-url@11.0.0, npm/c8@9.1.0, npm/cmd-ts@0.13.0, npm/comment-parser@1.4.1, npm/express@4.18.3, npm/fp-ts@2.16.4, npm/io-ts-types@0.5.19, npm/io-ts@2.1.3, npm/lint-staged@15.2.2, npm/memfs@4.8.0, npm/multi-semantic-release@3.0.2, npm/openapi-types@12.1.3, npm/patch-package@8.0.0, npm/pre-commit@1.2.2, npm/prettier@3.2.5, npm/resolve@1.22.8

View full report↗︎

@socket-security
Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/core-js-pure@3.24.0
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"
Install scripts npm/core-js@3.24.0
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/core-js-pure@3.24.0
  • @SocketSecurity ignore npm/core-js@3.24.0

Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.3...4.19.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the 7dbcdependabot/npm_and_yarn/express-4.19.1 branch from 6741681 to 579e450 Compare March 21, 2024 13:24
@andrew-scott-fischer andrew-scott-fischer merged commit b0b5ecb into master Mar 21, 2024
@andrew-scott-fischer andrew-scott-fischer deleted the 7dbcdependabot/npm_and_yarn/express-4.19.1 branch March 21, 2024 20:22
@github-actions
Copy link

🎉 This PR is included in version @api-ts/openapi-generator@3.3.2 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @api-ts/typed-express-router@1.1.3 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @api-ts/express-wrapper@1.0.23 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

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

Labels

dependencies Used by dependabot for dependency updates npm Used by dependabot released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants