Bump express and intern in /Section-4/4.5
Bumps express to 4.17.3 and updates ancestor dependency intern. These dependencies need to be updated together.
Updates express from 4.16.4 to 4.17.3
Release notes
Sourced from express's releases.
4.17.3
- deps: accepts@~1.3.8
- deps: mime-types@~2.1.34
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix handling of
__proto__keys- pref: remove unnecessary regexp for trust proxy
4.17.2
- Fix handling of
undefinedinres.jsonp- Fix handling of
undefinedwhen"json escape"is enabled- Fix incorrect middleware execution with unanchored
RegExps- Fix
res.jsonp(obj, status)deprecation message- Fix typo in
res.isJSDoc- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: type-is@~1.6.18
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix
maxAgeoption to reject invalid values- deps: proxy-addr@~2.0.7
- Use
req.socketover deprecatedreq.connection- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- pref: ignore empty http tokens
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
4.17.1
- Revert "Improve error message for
null/undefinedtores.status"4.17.0
- Add
express.rawto parse bodies intoBuffer- Add
express.textto parse bodies into string
... (truncated)
Changelog
Sourced from express's changelog.
4.17.3 / 2022-02-16
- deps: accepts@~1.3.8
- deps: mime-types@~2.1.34
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix handling of
__proto__keys- pref: remove unnecessary regexp for trust proxy
4.17.2 / 2021-12-16
- Fix handling of
undefinedinres.jsonp- Fix handling of
undefinedwhen"json escape"is enabled- Fix incorrect middleware execution with unanchored
RegExps- Fix
res.jsonp(obj, status)deprecation message- Fix typo in
res.isJSDoc- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: type-is@~1.6.18
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix
maxAgeoption to reject invalid values- deps: proxy-addr@~2.0.7
- Use
req.socketover deprecatedreq.connection- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- pref: ignore empty http tokens
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
4.17.1 / 2019-05-25
... (truncated)
Commits
3d7fce54.17.3f906371build: update example dependencies6381bc6deps: [email protected]a007863deps: [email protected]e98f584Revert "build: use [email protected] for Node.js < 4"a659137tests: use strict modea39e409tests: prevent leaking changes to NODE_ENV82de4deexamples: fix path traversal in downloads example12310c5build: use nyc for test coverage884657dexamples: remove bitwise syntax for includes check- Additional commits viewable in compare view
Updates intern from 4.4.3 to 4.10.1
Release notes
Sourced from intern's releases.
4.10.1
This release fixes an issue where objects containing circular references would cause errors when Intern tried to serialize them. (#1188)
Thanks
@rhpijnacker!4.10.0
This release updates all of Intern's dependencies to bring in bug and security fixes.
4.9.1
This release updates dependencies to resolve security vulnerabilities.
4.9.0
This release adds a new
socketTimeoutconfig parameter that can be used to set the timeout used for websocket connections between Intern and a remote host. (#1176)4.8.8
This release fixes an issue where tsx files were not being instrumented for code coverage. (#1175)
4.8.7
Overview
This release allows the path to the loader to be set for the dojo, dojo2, and systemjs loader scripts (#1161). The options object for any of those loaders may now contain an
internLoaderPathproperty that points to the loader script. This property is consumed by Intern and will not be passed on to the loader itself.{ "loader": { "script": "dojo", "options": { "internLoaderPath": "./dojo/dojo.js" } } }4.8.6
Overview
This release fixes a bug that could cause a test run to fail when Intern tried to collect coverage data. (#1158)
4.8.5
Overview
This release updates the Dig Dug dependency to 2.5.0, which automatically updates its WebDriver version database when starting a test run. Basically, you won't need to update Intern every time a new chromedriver comes out.
4.8.4
Overview
This release fixes an issue when using mock timers in unit tests (#1125). It also updates the default webdriver versions for Chrome and Chromium Edge via a Dig Dug update.
4.8.3
Overview
... (truncated)
Commits
577159eBump version numberc415ae8Update leadfoot dependency, fix audit issues222200eMake build script more Windows-friendlyd00515fRun CI tests on multiple platforms847fbedFix circular references (#1188)2149dfcAdd build step to ci workflow55a3268Add missing eslintrc config0a617feUpdate digdug dependency65b8a9eAdd GitHub Action CI taskca3a9d1Update dependencies, bump version number- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.