Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Bump ms, debug, connect, localtunnel, serve-index, serve-static, socket.io and grunt-mocha #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps ms to 2.0.0 and updates ancestor dependencies ms, debug, connect, localtunnel, serve-index, serve-static, socket.io and grunt-mocha. These dependencies need to be updated together.

Updates ms from 0.6.2 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 @​karenyavine for their help!

1.0.0

Major Changes

  • Removed component specification: 1fbbe974cdcad96e592dcb65a7b2a8649f690420

Patches

  • Test on LTS version of Node: c9b1fd319f0f9198d85ecf4ba83e46cc1216be04
  • Removed XO: 94068ea6d518387670df277f740b1abada80ed48
  • Use prettier and eslint: 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 @​Jokero for their help!

0.7.2

Patches 💅

  • Added license field to package.json file: zeit/ms#42
  • Renamed long and short (reserved keywords): zeit/ms#53
  • Capitalized important files: b2d9f9d
  • Specified version numbers for devDependencies in 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
  • 9b88d15 2.0.0
  • 94b995c Invalidated cache for slack badge
  • bcf5715 Bumped dependencies to the latest version
  • b1eaab7 Ignored logs coming from npm
  • caae298 Limit str to 100 to avoid ReDoS of 0.3s (#89)
  • b83b36d chore(package): update eslint to version 3.19.0 (#88)
  • 3f2a4d7 chore(package): update husky to version 0.13.3 (#86)
  • 7daf984 1.0.0
  • ee91f30 More suitable name for file containing tests
  • e818c35 Removed 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.2.0 to 2.6.9

Release notes

Sourced from debug's releases.

2.6.9

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @​zhuangya for 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

2.6.7 / 2017-05-16

2.6.5 / 2017-04-27

2.6.4 / 2017-04-20

2.6.3 / 2017-03-13

2.6.2 / 2017-03-10

2.6.1 / 2017-02-10

  • Fix: Module's export default syntax fix for IE8 Expected identifier error
  • Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @​pi0)

... (truncated)

Commits

Updates connect from 3.4.0 to 3.7.0

Changelog

Sourced from connect's changelog.

3.7.0 / 2019-05-17

  • deps: [email protected]
    • Set stricter Content-Security-Policy header
    • Fix 404 output for bad / missing pathnames
    • deps: encodeurl@~1.0.2
    • deps: parseurl@~1.3.3
    • deps: statuses@~1.4.0
  • deps: parseurl@~1.3.3
  • perf: remove substr call from FQDN mapping

3.6.6 / 2018-02-14

  • deps: [email protected]
    • Use res.headersSent when available
  • perf: remove array read-past-end

3.6.5 / 2017-09-22

3.6.4 / 2017-09-20

3.6.3 / 2017-08-03

3.6.2 / 2017-05-16

... (truncated)

Commits

Updates localtunnel from 1.8.0 to 1.9.2

Changelog

Sourced from localtunnel's changelog.

1.9.2 (2019-06-01)

  • Update debug to 4.1.1
  • Update axios to 0.19.0

1.9.1 (2018-09-08)

  • Update debug to 2.6.9

1.9.0 (2018-04-03)

  • Add request event to Tunnel emitter
  • Update yargs to support config via environment variables
  • Add basic request logging when --print-requests argument is used

1.8.3 (2017-06-11)

  • update request dependency
  • update debug dependency
  • update openurl dependency

1.8.2 (2016-11-17)

  • fix host header transform
  • update request dependency

1.8.1 (2016-01-20)

  • fix bug w/ HostHeaderTransformer and binary data
Commits

Updates serve-index from 1.7.2 to 1.9.1

Release notes

Sourced from serve-index's releases.

1.9.1

  • deps: accepts@~1.3.4
    • deps: mime-types@~2.1.16
  • deps: [email protected]
  • deps: http-errors@~1.6.2
  • deps: mime-types@~2.1.17
    • Add new mime types
    • deps: mime-db@~1.30.0
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp

1.9.0

  • Set X-Content-Type-Options: nosniff header
  • deps: [email protected]
  • deps: [email protected]
    • Allow colors in workers
    • Deprecated DEBUG_FD environment variable set to 3 or higher
    • Fix DEBUG_MAX_ARRAY_LENGTH
    • Fix error when running under React Native
    • Use same color for same namespace
    • deps: [email protected]
  • deps: http-errors@~1.6.1
  • deps: mime-types@~2.1.15
    • Add new mime types
    • Add audio/mp3

1.8.0

  • Make inline file search case-insensitive
  • deps: accepts@~1.3.3
  • deps: http-errors@~1.5.0
    • Use setprototypeof module to replace __proto__ setting
    • deps: [email protected]
    • deps: statuses@'>= 1.3.0 < 2'
    • perf: enable strict mode
  • deps: mime-types@~2.1.11
    • Add new mime types
    • Update primary extension for audio/mp4
    • deps: mime-db@~1.23.0

1.7.3

  • deps: accepts@~1.2.13

... (truncated)

Changelog

Sourced from serve-index's changelog.

1.9.1 / 2017-09-28

  • deps: accepts@~1.3.4
    • deps: mime-types@~2.1.16
  • deps: [email protected]
  • deps: http-errors@~1.6.2
  • deps: mime-types@~2.1.17
    • Add new mime types
    • deps: mime-db@~1.30.0
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp

1.9.0 / 2017-05-25

  • Set X-Content-Type-Options: nosniff header
  • deps: [email protected]
  • deps: [email protected]
    • Allow colors in workers
    • Deprecated DEBUG_FD environment variable set to 3 or higher
    • Fix DEBUG_MAX_ARRAY_LENGTH
    • Fix error when running under React Native
    • Use same color for same namespace
    • deps: [email protected]
  • deps: http-errors@~1.6.1
  • deps: mime-types@~2.1.15
    • Add new mime types
    • Add audio/mp3

1.8.0 / 2016-06-17

  • Make inline file search case-insensitive
  • deps: accepts@~1.3.3
  • deps: http-errors@~1.5.0
    • Use setprototypeof module to replace __proto__ setting
    • deps: [email protected]
    • deps: statuses@'>= 1.3.0 < 2'
    • perf: enable strict mode
  • deps: mime-types@~2.1.11

... (truncated)

Commits

Updates serve-static from 1.10.0 to 1.15.0

Release notes

Sourced from serve-static's releases.

1.15.0

1.14.2

1.14.1

  • Set stricter CSP header in redirect response
  • deps: [email protected]
    • deps: range-parser@~1.2.1

1.14.0

1.13.2

  • Fix incorrect end tag in redirects
  • deps: encodeurl@~1.0.2
    • Fix encoding % as last character
  • deps: [email protected]
    • deps: depd@~1.1.2
    • deps: encodeurl@~1.0.2
    • deps: statuses@~1.4.0

1.13.1

1.13.0

  • deps: [email protected]
    • Add 70 new types for file extensions
    • Add immutable option
    • Fix missing </html> in default error & redirects
    • Set charset as "UTF-8" for .js and .json
    • Use instance methods on steam to check for listeners

... (truncated)

Changelog

Sourced from serve-static's changelog.

1.15.0 / 2022-03-24

1.14.2 / 2021-12-15

1.14.1 / 2019-05-10

  • Set stricter CSP header in redirect response
  • deps: [email protected]
    • deps: range-parser@~1.2.1

1.14.0 / 2019-05-07

1.13.2 / 2018-02-07

  • Fix incorrect end tag in redirects
  • deps: encodeurl@~1.0.2
    • Fix encoding % as last character
  • deps: [email protected]
    • deps: depd@~1.1.2
    • deps: encodeurl@~1.0.2
    • deps: statuses@~1.4.0

1.13.1 / 2017-09-29

... (truncated)

Commits

Updates socket.io from 1.3.7 to 1.7.4

Release notes

Sourced from socket.io's releases.

1.7.4

  • [chore] Bump engine.io to version 1.8.4

1.7.3

  • [chore] Bump engine.io-client to version 1.8.3

1.7.2

  • [chore] Bump engine.io to version 1.8.2 (#2782)
  • [fix] Fixes socket.use error packet (#2772)

1.7.1

(following socket.io-client update)

1.7.0

  • [docs] Comment connected socket availability for adapters (#2081)
  • [docs] Fixed grammar issues in the README.md (#2159)
  • [feature] serve sourcemap for socket.io-client (#2482)
  • [feature] Add a local flag (#2628)
  • [chore] Bump engine.io to version 1.8.1 (#2765)
  • [chore] Update client location and serve minified file (#2766)

1.6.0

  • [fix] Make ETag header comply with standard. (#2603)
  • [feature] Loading client script on demand. (#2567)
  • [test] Fix leaking clientSocket (#2721)
  • [feature] Add support for all event emitter methods (#2601)
  • [chore] Update year to 2016 (#2456)
  • [feature] Add support for socket middleware (#2306)
  • [feature] add support for Server#close(callback) (#2748)
  • [fix] Don't drop query variables on handshake (#2745)
  • [example] Add disconnection/reconnection logs to the chat example (#2675)
  • [perf] Minor code optimizations (#2219)
  • [chore] Bump debug to version 2.3.3 (#2754)
  • [chore] Bump engine.io to version 1.8.0 (#2755)
  • [chore] Bump socket.io-adapter to version 0.5.0 (#2756)

1.5.1

  • [fix] Avoid swallowing exceptions thrown by user event handlers (#2682)
  • [test] Use client function to unify client in test script (#2731)
  • [docs] Add link to LICENSE (#2221)
  • [docs] Fix JSDoc of optional parameters (#2465)
  • [docs] Fix typo (#2724)
  • [docs] Link readme npm package badge to npm registry page (#2612)
  • [docs] Minor fixes (#2526)
  • [chore] Bump socket.io-parser to 2.3.0 (#2730)
  • [chore] Add Github issue and PR templates (#2733)
  • [chore] Bump engine.io to 1.7.2 (#2729)
  • [chore] Bump socket.io-parser to 2.3.1 (#2734)

1.5.0

... (truncated)

Changelog

Sourced from socket.io's changelog.

1.7.4 / 2017-05-07

  • [chore] Bump engine.io to version 1.8.4

1.7.3 / 2017-02-17

  • [chore] Bump engine.io to version 1.8.3

1.7.2 / 2016-12-11

  • [chore] Bump engine.io to version 1.8.2 (#2782)
  • [fix] Fixes socket.use error packet (#2772)

1.7.1 / 2016-11-28

1.7.0 / 2016-11-27

  • [docs] Comment connected socket availability for adapters (#2081)
  • [docs] Fixed grammar issues in the README.md (#2159)
  • [feature] serve sourcemap for socket.io-client (#2482)
  • [feature] Add a local flag (#2628)
  • [chore] Bump engine.io to version 1.8.1 (#2765)
  • [chore] Update client location and serve minified file (#2766)

1.6.0 / 2016-11-20

  • [fix] Make ETag header comply with standard. (#2603)
  • [feature] Loading client script on demand. (#2567)
  • [test] Fix leaking clientSocket (#2721)
  • [feature] Add support for all event emitter methods (#2601)
  • [chore] Update year to 2016 (#2456)
  • [feature] Add support for socket middleware (#2306)
  • [feature] add support for Server#close(callback) (#2748)
  • [fix] Don't drop query variables on handshake (#2745)
  • [example] Add disconnection/reconnection logs to the chat example (#2675)
  • [perf] Minor code optimizations (#2219)
  • [chore] Bump debug to version 2.3.3 (#2754)
  • [chore] Bump engine.io to version 1.8.0 (#2755)
  • [chore] Bump socket.io-adapter to version 0.5.0 (#2756)

1.5.1 / 2016-10-24

  • [fix] Avoid swallowing exceptions thrown by user event handlers (#2682)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by darrachequesne, a new releaser for socket.io since your current version.


Updates grunt-mocha from 0.4.15 to 1.2.0

Changelog

Sourced from grunt-mocha's changelog.

1.2.0

  • Add support for node 10

1.1.0

  • Add growlOnFail option

1.0.5

  • Adding titlePath in bridge to handle reporting of test failures

1.0.0

  • Bump mocha to 2.4.5
  • [BREAKING] Bump grunt-lib-phantomjs to master, uses PhantomJS 2.x
  • [BREAKING] run option is now true by default

0.4.11

  • Bump mocha to 1.18 for promise support
  • README fixes
  • options.growlOnSuccess option added (@​naganowl)

0.4.10

  • Actually error out if logErrors is true and error

0.4.9

  • Add logErrors option to fail/log script errors (@​demmer)

0.4.8

  • Add test state to output for XUnit

0.4.7

  • Explicit done() call with true/false so grunt exits with correct code. (@​Bartvds)

0.4.6

  • lodash is a dep, not a dev-dep

0.4.5

  • Add dest output config for outputting to a file (@​BYK)

0.4.4

0.4.3

  • Bump grunt-lib-phantomjs to 0.4, which uses PhantomJS 1.9.*

0.4.2

  • Fix bail option

0.4.1

  • Fixing package.json keywords, no functional changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by thekashifmalik, a new releaser for grunt-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 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…et.io and grunt-mocha

Bumps [ms](https://github.com/vercel/ms) to 2.0.0 and updates ancestor dependencies [ms](https://github.com/vercel/ms), [debug](https://github.com/debug-js/debug), [connect](https://github.com/senchalabs/connect), [localtunnel](https://github.com/localtunnel/localtunnel), [serve-index](https://github.com/expressjs/serve-index), [serve-static](https://github.com/expressjs/serve-static), [socket.io](https://github.com/socketio/socket.io) and [grunt-mocha](https://github.com/disqus/grunt-mocha). These dependencies need to be updated together.


Updates `ms` from 0.6.2 to 2.0.0
- [Release notes](https://github.com/vercel/ms/releases)
- [Commits](vercel/ms@0.6.2...2.0.0)

Updates `debug` from 2.2.0 to 2.6.9
- [Release notes](https://github.com/debug-js/debug/releases)
- [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
- [Commits](debug-js/debug@2.2.0...2.6.9)

Updates `connect` from 3.4.0 to 3.7.0
- [Release notes](https://github.com/senchalabs/connect/releases)
- [Changelog](https://github.com/senchalabs/connect/blob/master/HISTORY.md)
- [Commits](senchalabs/connect@3.4.0...3.7.0)

Updates `localtunnel` from 1.8.0 to 1.9.2
- [Release notes](https://github.com/localtunnel/localtunnel/releases)
- [Changelog](https://github.com/localtunnel/localtunnel/blob/master/CHANGELOG.md)
- [Commits](localtunnel/localtunnel@v1.8.0...v1.9.2)

Updates `serve-index` from 1.7.2 to 1.9.1
- [Release notes](https://github.com/expressjs/serve-index/releases)
- [Changelog](https://github.com/expressjs/serve-index/blob/master/HISTORY.md)
- [Commits](expressjs/serve-index@v1.7.2...v1.9.1)

Updates `serve-static` from 1.10.0 to 1.15.0
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md)
- [Commits](expressjs/serve-static@v1.10.0...v1.15.0)

Updates `socket.io` from 1.3.7 to 1.7.4
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/1.7.4/History.md)
- [Commits](socketio/socket.io@1.3.7...1.7.4)

Updates `grunt-mocha` from 0.4.15 to 1.2.0
- [Release notes](https://github.com/disqus/grunt-mocha/releases)
- [Changelog](https://github.com/disqus/grunt-mocha/blob/master/HISTORY.md)
- [Commits](https://github.com/disqus/grunt-mocha/commits)

---
updated-dependencies:
- dependency-name: ms
  dependency-type: indirect
- dependency-name: debug
  dependency-type: indirect
- dependency-name: connect
  dependency-type: indirect
- dependency-name: localtunnel
  dependency-type: indirect
- dependency-name: serve-index
  dependency-type: indirect
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: indirect
- dependency-name: grunt-mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants