Merged
Conversation
Updated: - express from 4.18.2 to 5.0.0 - entities from 4.5.0 to 5.0.0 For issues or feature requests: <support@depshub.com>
|
|
||
| // Ultraviolet handler | ||
| app.use('/service/', (req, res) => { | ||
| app.use('/service/*', (req, res) => { |
Author
There was a problem hiding this comment.
Package express version 5.0.0 has the following breaking changes:
Updated to
path-to-regexp@8.x, removing sub-expression regex patterns for security reasons (ReDoS mitigation).
| import express from 'express'; | ||
| import { createServer } from 'node:http'; | ||
| import { uvPath } from '@titaniumnetwork-dev/ultraviolet'; | ||
| import { uvPath } from '@titaniumnetwork-dev/ultraviolet/dist'; |
Author
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
|
browser-vm
approved these changes
Feb 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR includes 2 dependency updates, including 🔴 1 vulnerability, 🟠 1 major updates.
package.json4.18.2🔴 5.0.04.5.0🟠 5.0.0express
## 5.0.04.18.2->🔴 5.0.0- ChangelogExpress v5.0.0
Most relevant details
Major Changes in v5
path-to-regexp8.x, removing sub-expression regex patterns for security reasons (ReDoS mitigation).body-parserchanges: Several improvements including the ability to customizeurlencodedbody depth and defaultingextendedtofalse.Security Updates
Migration
Security Guidance
What's Changed
http-errors,expressjs.com,morgan,cors,body-parserby jonchurch in Nominate jonchurch as repo captain forhttp-errors,expressjs.com,morgan,cors,body-parserexpressjs/express#5587res.clearCookieacceptingoptions.maxAgeandoptions.expiresby jonchurch in [v4] Deprecateres.clearCookieacceptingoptions.maxAgeandoptions.expiresexpressjs/express#5672expiresandmaxAgeinres.clearCookie()by jonchurch in IgnoreexpiresandmaxAgeinres.clearCookie()expressjs/express#5792debugdep from 3.10 to 4.3.6 by carpasse in chore: upgradedebugdep from 3.10 to 4.3.6 expressjs/express#5829questionanddiscussby IamLizu in docs: specify new instructions forquestionanddiscussexpressjs/express#5835merge-descriptorswith allowing minors by RobinTail in 5.x: Upgradingmerge-descriptorswith allowing minors expressjs/express#5782merge-descriptorsdependency by RobinTail in 4.x: Upgrademerge-descriptorsdependency expressjs/express#5781fresh^2.0.0by jonchurch in update tofresh@^2.0.0expressjs/express#5916backas a magic string by blakeembrey in Deletebackas a magic string expressjs/express#5933New Contributors
debugdep from 3.10 to 4.3.6 expressjs/express#5829merge-descriptorswith allowing minors expressjs/express#5782entities
## 5.0.04.5.0->🟠 5.0.0- ChangelogWhat's Changed
eslint-plugin-unicorn) Improve code style with unicorn fb55/entities#1496Breaking Changes
libdirectory was renamed todistin #1497. Deep imports will have to be updated.1(changed by1since last month).2(changed by2since last month).This pull request was created using DepsHub