-
Notifications
You must be signed in to change notification settings - Fork 0
Update express and entities #3
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
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: <[email protected]>
|
|
||
| // Ultraviolet handler | ||
| app.use('/service/', (req, res) => { | ||
| app.use('/service/*', (req, res) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Package express version 5.0.0 has the following breaking changes:
Updated to
[email protected], 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'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
| config: '/uv/uv.config.js', | ||
| sw: '/uv/uv.sw.js', | ||
| }; | ||
| handler: '/dist/uv.handler.js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
|



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