Bump ms, debug, express, morgan, serve-favicon and mocha
Bumps ms to 2.0.0 and updates ancestor dependencies ms, debug, express, morgan, serve-favicon and mocha. These dependencies need to be updated together.
Updates ms from 0.7.0 to 2.0.0
Release notes
Sourced from ms's releases.
2.0.0
Major Changes
- Limit str to 100 to avoid ReDoS of 0.3s: #89
Patches
- Ignored logs coming from npm: b1eaab752203e978492a4d540a7ae1d26e6306b1
- Bumped dependencies to the latest version: bcf57157678fd5afc691383145a35e116f9704d0
- Invalidated cache for slack badge: 94b995c1d6d5d13ec976a0c6849a3cca9b277e6b
Credits
Huge thanks to
@karenyavinefor their help!1.0.0
Major Changes
- Removed component specification: 1fbbe974cdcad96e592dcb65a7b2a8649f690420
Patches
- Test on LTS version of Node: c9b1fd319f0f9198d85ecf4ba83e46cc1216be04
- Removed XO: 94068ea6d518387670df277f740b1abada80ed48
- Use
prettierandeslint: 57b3ef8e3423cae6254f94c5564a11b4492cff43- Badge for XO removed: 389840b329436117741b2ef13a172725082695b9
- Removed browser testing: e818c3581aca3119c00d81901bfe8fe653bcfda4
- More suitable name for file containing tests: ee91f307a8dc3581ebdad614ec0533ddb3d8bf56
0.7.3
Patches
- Mark "options" param as optional in jsdoc: #77
- Lowercased text files: 5f0653ab192a30301aed8668b4588a87975b41ab
- Pinned dependencies: 126d7f094a1836b991c8d0abfeb4d0ce09ac280f
- Chore(package): update serve to version 5.0.1: #81
Credits
Huge thanks to
@Jokerofor their help!0.7.2
Patches 💅
- Added license field to package.json file: zeit/ms#42
- Renamed
longandshort(reserved keywords): zeit/ms#53- Capitalized important files: b2d9f9d
- Specified version numbers for
devDependenciesin package.json: abd3616- Updated license file to the latest version: 5d53ae8
- Only upload important files to npm, instead of excluding certain ones: 2b2f02a
- Adjusted name of repository in package.json: e84f95d
... (truncated)
Commits
9b88d152.0.094b995cInvalidated cache for slack badgebcf5715Bumped dependencies to the latest versionb1eaab7Ignored logs coming from npmcaae298Limit str to 100 to avoid ReDoS of 0.3s (#89)b83b36dchore(package): update eslint to version 3.19.0 (#88)3f2a4d7chore(package): update husky to version 0.13.3 (#86)7daf9841.0.0ee91f30More suitable name for file containing testse818c35Removed browser testing- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by leo, a new releaser for ms since your current version.
Updates debug from 2.1.3 to 2.6.9
Release notes
Sourced from debug's releases.
2.6.9
Patches
- Remove ReDoS regexp in
%oformatter: #504Credits
Huge thanks to
@zhuangyafor their help!release 2.6.7
No release notes provided.
release 2.6.6
No release notes provided.
release 2.6.5
No release notes provided.
release 2.6.4
No release notes provided.
release 2.6.3
No release notes provided.
release 2.6.2
No release notes provided.
release 2.6.1
No release notes provided.
release 2.6.0
No release notes provided.
release 2.5.2
No release notes provided.
release 2.5.1
No release notes provided.
release 2.4.5
No release notes provided.
release 2.4.4
No release notes provided.
release 2.4.3
No release notes provided.
release 2.4.2
No release notes provided.
... (truncated)
Changelog
Sourced from debug's changelog.
2.6.9 / 2017-09-22
- remove ReDoS regexp in %o formatter (#504)
2.6.8 / 2017-05-18
- Fix: Check for undefined on browser globals (#462,
@marbemac)2.6.7 / 2017-05-16
- Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458,
@hubdotcom)- Fix: Inline extend function in node implementation (#452,
@dougwilson)- Docs: Fix typo (#455,
@msasad)2.6.5 / 2017-04-27
- Fix: null reference check on window.documentElement.style.WebkitAppearance (#447,
@thebigredgeek)- Misc: clean up browser reference checks (#447,
@thebigredgeek)- Misc: add npm-debug.log to .gitignore (
@thebigredgeek)2.6.4 / 2017-04-20
- Fix: bug that would occure if process.env.DEBUG is a non-string value. (#444,
@LucianBuzzo)- Chore: ignore bower.json in npm installations. (#437,
@joaovieira)- Misc: update "ms" to v0.7.3 (
@tootallnate)2.6.3 / 2017-03-13
- Fix: Electron reference to
process.env.DEBUG(#431,@paulcbetts)- Docs: Changelog fix (
@thebigredgeek)2.6.2 / 2017-03-10
- Fix: DEBUG_MAX_ARRAY_LENGTH (#420,
@slavaGanzin)- Docs: Add backers and sponsors from Open Collective (#422,
@piamancini)- Docs: Add Slackin invite badge (
@tootallnate)2.6.1 / 2017-02-10
... (truncated)
Commits
13abeaeRelease 2.6.9f53962eremove ReDoS regexp in %o formatter (#504)52e1f21Release 2.6.82482e08Check for undefined on browser globals (#462)6bb07f7release 2.6.715850cbFix Regular Expression Denial of Service (ReDoS)4a6c85cupdate "debug" to v1.0.0 (#454)b68dbf8Fix typo (#455)1351d2fInline extend function in node implementation (#452)c211947update version for component- Additional commits viewable in compare view
Updates express from 4.12.0 to 4.18.2
Release notes
Sourced from express's releases.
4.18.2
- Fix regression routing a large stack in a single route
- deps: [email protected]
- deps: [email protected]
- perf: remove unnecessary object clone
- deps: [email protected]
4.18.1
- Fix hanging on large stack of sync routes
4.18.0
- Add "root" option to
res.download- Allow
optionswithoutfilenameinres.download- Deprecate string and non-integer arguments to
res.status- Fix behavior of
null/undefinedasmaxAgeinres.cookie- Fix handling very large stacks of sync middleware
- Ignore
Object.prototypevalues in settings throughapp.set/app.get- Invoke
defaultwith same arguments as types inres.format- Support proper 205 responses using
res.send- Use
http-errorsforres.formaterror- deps: [email protected]
- Fix error message for json parse whitespace in
strict- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Add
priorityoption- Fix
expiresoption to reject invalid dates- deps: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- Remove set content headers that break response
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Prevent loss of async hooks context
- deps: [email protected]
- deps: [email protected]
- Fix emitted 416 error missing headers property
- Limit the headers removed for 304 response
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
... (truncated)
Changelog
Sourced from express's changelog.
4.18.2 / 2022-10-08
- Fix regression routing a large stack in a single route
- deps: [email protected]
- deps: [email protected]
- perf: remove unnecessary object clone
- deps: [email protected]
4.18.1 / 2022-04-29
- Fix hanging on large stack of sync routes
4.18.0 / 2022-04-25
- Add "root" option to
res.download- Allow
optionswithoutfilenameinres.download- Deprecate string and non-integer arguments to
res.status- Fix behavior of
null/undefinedasmaxAgeinres.cookie- Fix handling very large stacks of sync middleware
- Ignore
Object.prototypevalues in settings throughapp.set/app.get- Invoke
defaultwith same arguments as types inres.format- Support proper 205 responses using
res.send- Use
http-errorsforres.formaterror- deps: [email protected]
- Fix error message for json parse whitespace in
strict- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Add
priorityoption- Fix
expiresoption to reject invalid dates- deps: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- Remove set content headers that break response
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Prevent loss of async hooks context
- deps: [email protected]
- deps: [email protected]
... (truncated)
Commits
8368dc14.18.261f4049docs: replace Freenode with Libera Chatbb7907bbuild: [email protected]f56ce73build: [email protected]24b3dc5deps: [email protected]689d175deps: [email protected]340be0fbuild: [email protected]33e8dc3docs: use Node.js name style644f646build: [email protected]ecd7572build: [email protected]- Additional commits viewable in compare view
Updates morgan from 1.5.3 to 1.10.0
Release notes
Sourced from morgan's releases.
1.10.0
- Add
:total-timetoken- Fix trailing space in colored status code for
devformat- deps: basic-auth@~2.0.1
- deps: [email protected]
- deps: depd@~2.0.0
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value1.9.1
- Fix using special characters in format
- deps: depd@~1.1.2
- perf: remove argument reassignment
1.9.0
- Use
res.headersSentwhen available- deps: basic-auth@~2.0.0
- Use
safe-bufferfor improved Buffer API- deps: [email protected]
- deps: depd@~1.1.1
- Remove unnecessary
Bufferloading1.8.2
- deps: [email protected]
- Fix
DEBUG_MAX_ARRAY_LENGTH- deps: [email protected]
1.8.1
- deps: [email protected]
- Fix deprecation messages in WebStorm and other editors
- Undeprecate
DEBUG_FDset to1or21.8.0
- Fix sending unnecessary
undefinedargument to token functions- deps: basic-auth@~1.1.0
- deps: [email protected]
- Allow colors in workers
- Deprecated
DEBUG_FDenvironment variable- Fix error when running under React Native
- Use same color for same namespace
- deps: [email protected]
- perf: enable strict mode in compiled functions
1.7.0
- Add
digitsargument toresponse-timetoken- deps: depd@~1.1.0
- Enable strict mode in more places
- Support web browser loading
... (truncated)
Changelog
Sourced from morgan's changelog.
1.10.0 / 2020-03-20
- Add
:total-timetoken- Fix trailing space in colored status code for
devformat- deps: basic-auth@~2.0.1
- deps: [email protected]
- deps: depd@~2.0.0
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value1.9.1 / 2018-09-10
- Fix using special characters in format
- deps: depd@~1.1.2
- perf: remove argument reassignment
1.9.0 / 2017-09-26
- Use
res.headersSentwhen available- deps: basic-auth@~2.0.0
- Use
safe-bufferfor improved Buffer API- deps: [email protected]
- deps: depd@~1.1.1
- Remove unnecessary
Bufferloading1.8.2 / 2017-05-23
- deps: [email protected]
- Fix
DEBUG_MAX_ARRAY_LENGTH- deps: [email protected]
1.8.1 / 2017-02-04
- deps: [email protected]
- Fix deprecation messages in WebStorm and other editors
- Undeprecate
DEBUG_FDset to1or21.8.0 / 2017-02-04
- Fix sending unnecessary
undefinedargument to token functions- deps: basic-auth@~1.1.0
- deps: [email protected]
... (truncated)
Commits
c68d2ea1.10.0aa718d7Add :total-time tokence15462build: remove deprecated Travis CI directivee13e0d3build: [email protected]f023828build: use nyc for test coverage30c0871build: [email protected]8114639docs: document success color in dev format5d8176fdocs: update rotating-file-stream usage for 2.xc54194ctests: ignore branch coverage that varies5659d2fbuild: [email protected]- Additional commits viewable in compare view
Updates serve-favicon from 2.2.1 to 2.5.0
Release notes
Sourced from serve-favicon's releases.
2.5.0
- Ignore requests without
urlproperty- deps: [email protected]
- Add
week- Add
w2.4.5
- deps: etag@~1.8.1
- perf: replace regular expression with substring
- deps: [email protected]
- Fix regression matching multiple ETags in
If-None-Match- perf: improve
If-None-Matchtoken parsing2.4.4
- deps: [email protected]
- Fix handling of modified headers with invalid dates
- perf: improve ETag match loop
- deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp- deps: [email protected]
2.4.3
- Use
safe-bufferfor improved Buffer API- deps: [email protected]
2.4.2
- deps: [email protected]
2.4.1
- Remove usage of
res._headersprivate field- deps: [email protected]
- Fix incorrect result when
If-None-Matchhas both*and ETags- Fix weak
ETagmatching to match spec- perf: skip checking modified time if ETag check failed
- perf: skip parsing
If-None-Matchwhen noETagheader- perf: use
Date.parseinstead ofnew Date2.4.0
- deps: etag@~1.8.0
- Use SHA1 instead of MD5 for ETag hashing
- Works with FIPS 140-2 OpenSSL configuration
- deps: [email protected]
- Fix false detection of
no-cacherequest directive- perf: enable strict mode
- perf: hoist regular expressions
- perf: remove duplicate conditional
- perf: remove unnecessary boolean coercions
- perf: simplify initial argument checking
... (truncated)
Changelog
Sourced from serve-favicon's changelog.
2.5.0 / 2018-03-29
- Ignore requests without
urlproperty- deps: [email protected]
- Add
week- Add
w2.4.5 / 2017-09-26
- deps: etag@~1.8.1
- perf: replace regular expression with substring
- deps: [email protected]
- Fix regression matching multiple ETags in
If-None-Match- perf: improve
If-None-Matchtoken parsing2.4.4 / 2017-09-11
- deps: [email protected]
- Fix handling of modified headers with invalid dates
- perf: improve ETag match loop
- deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp- deps: [email protected]
2.4.3 / 2017-05-16
- Use
safe-bufferfor improved Buffer API- deps: [email protected]
2.4.2 / 2017-03-24
- deps: [email protected]
2.4.1 / 2017-02-27
- Remove usage of
res._headersprivate field- deps: [email protected]
- Fix incorrect result when
If-None-Matchhas both*and ETags- Fix weak
ETagmatching to match spec- perf: skip checking modified time if ETag check failed
- perf: skip parsing
If-None-Matchwhen noETagheader- perf: use
Date.parseinstead ofnew Date
... (truncated)
Commits
266aba12.5.0a047336build: [email protected]83fee9cbuild: [email protected]5457281build: [email protected]3a93328lint: apply standard 11 style06e69b1Ignore requests without "url" property061f378build: support Node.js 9.x669c1a1build: [email protected]233027ebuild: [email protected]31d2028build: [email protected]- Additional commits viewable in compare view
Updates mocha from 2.5.3 to 10.2.0
Release notes
Sourced from mocha's releases.
v10.2.0
10.2.0 / 2022-12-11
:tada: Enhancements
:bug: Fixes
- #4946: Browser: color of failed test icon (
@kleisauke):book: Documentation
- #4944: Remove duplicated header (
@PauloGoncalvesBH)v10.1.0
10.1.0 / 2022-10-16
:tada: Enhancements
- #4896: Browser: add support for
prefers-color-scheme: dark(@greggman):nut_and_bolt: Other
- #4912: Browser: increase contrast for replay buttons (
@JoshuaKGoldberg)- #4905: Use standard
Promise.allSettledinstead of polyfill (@outsideris)- #4899: Upgrade official GitHub actions to latest (
@ddzz)- #4770: Fix regex in function
clean(@yetingli)v10.0.0
10.0.0 / 2022-05-01
:boom: Breaking Changes
#4863: Rename executable
bin/mochatobin/mocha.js(@juergba)#4865:
--ignoreoption in Windows: upgrade Minimatch (@juergba):nut_and_bolt: Other
... (truncated)
Changelog
Sourced from mocha's changelog.
10.2.0 / 2022-12-11
:tada: Enhancements
:bug: Fixes
- #4946: Browser: color of failed test icon (
@kleisauke):book: Documentation
- #4944: Remove duplicated header (
@PauloGoncalvesBH)10.1.0 / 2022-10-16
:tada: Enhancements
- #4896: Browser: add support for
prefers-color-scheme: dark(@greggman):nut_and_bolt: Other
- #4912: Browser: increase contrast for replay buttons (
@JoshuaKGoldberg)- #4905: Use standard
Promise.allSettledinstead of polyfill (@outsideris)- #4899: Upgrade official GitHub actions to latest (
@ddzz)- #4770: Fix regex in function
clean(@yetingli)10.0.0 / 2022-05-01
:boom: Breaking Changes
#4863: Rename executable
bin/mochatobin/mocha.js(@juergba)#4865:
--ignoreoption in Windows: upgrade Minimatch (@juergba):nut_and_bolt: Other
#4876: Add Node.js v18 to CI test matrix (
@outsideris)
... (truncated)
Commits
202e9b8build(v10.2.0): release6782d6dbuild(v10.2.0): update CHANGELOG73bb819feat(esm): ability to decorate ESM module name before importing it (#4945)fc4ac58chore(devDeps): remove unused depedencies (#4949)0a10ddcdocs: remove duplicated header (#4944)b0a0fb8fix(browser): failed test icon color (#4946)3cc9cacci: update stale action (#4931)8f3c37bchore(ci): workaround for firefox error (#4933)5f96d51build(v10.1.0): releaseed74f16build(v10.1.0): update CHANGELOG- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by juergba, a new releaser for mocha since your current version.
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.