sipcapture / paStash

pastaʃ'ʃ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond :spaghetti:
http://sipcapture.io
Apache License 2.0
101 stars 27 forks source link

Bump the npm_and_yarn group across 1 directory with 5 updates #199

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the npm_and_yarn group with 5 updates in the / directory:

Package From To
jshint 2.11.0 2.13.6
geoip-lite 1.2.1 1.4.10
hoek 5.0.4 6.1.3
debug 3.1.0 3.2.7
minimatch 3.0.4 3.0.8

Updates jshint from 2.11.0 to 2.13.6

Release notes

Sourced from jshint's releases.

JSHint 2.13.6

2.13.6 (2022-11-11)

Bug Fixes

  • Allow initializing const bindings to undef (fedaf6f)
  • Correct error message (03b1a06)

JSHint 2.13.5

2.13.5 (2022-07-08)

Bug Fixes

  • Tolerate late definition of async function (#3618) (5c256a2)

JSHint 2.13.4

2.13.4 (2022-01-24)

Bug Fixes

JSHint 2.13.3

2.13.3 (2022-01-05)

Bug Fixes

  • Recognize ES2020 globals (b1426f1)

JSHint 2.13.2

2.13.2 (2021-12-27)

Bug Fixes

  • Add missing well-known globals (#3582) (cc1adf6)
  • add URL for node in src/vars.js (#3570) (ca06e6a)
  • change escape-sequence handler for double quotes (") (#3566) (75e48b7)
  • Limit "Too many Errors" (E043) to errors only (#3562) (4a681b9)
  • Tolerate keyword in object shorthand (057b1c6)
  • Tolerate unterminated nullish coalescing (ecae54a)

JSHint 2.13.1

2.13.1 (2021-08-10)

Bug Fixes

  • Allow invoking result of optional chaining (71ec395)
  • Allow optional chaining call as satement (11dc0a6)
  • Tolerate dangling NewExpression (7c890aa)

... (truncated)

Changelog

Sourced from jshint's changelog.

2.13.6 (2022-11-11)

Bug Fixes

  • Allow initializing const bindings to undef (fedaf6f)
  • Correct error message (03b1a06)

2.13.5 (2022-07-08)

Bug Fixes

  • Tolerate late definition of async function (#3618) (5c256a2)

2.13.4 (2022-01-24)

Bug Fixes

2.13.3 (2022-01-05)

Bug Fixes

  • Recognize ES2020 globals (b1426f1)

2.13.2 (2021-12-27)

Bug Fixes

  • Add missing well-known globals (#3582) (cc1adf6)
  • add URL for node in src/vars.js (#3570) (ca06e6a)
  • change escape-sequence handler for double quotes (") (#3566) (75e48b7)
  • Limit "Too many Errors" (E043) to errors only (#3562) (4a681b9)
  • Tolerate keyword in object shorthand (057b1c6)
  • Tolerate unterminated nullish coalescing (ecae54a)

2.13.1 (2021-08-10)

Bug Fixes

  • Allow invoking result of optional chaining (71ec395)
  • Allow optional chaining call as satement (11dc0a6)
  • Tolerate dangling NewExpression (7c890aa)

... (truncated)

Commits
  • 6d06f8f v2.13.6
  • 03b1a06 [[FIX]] Correct error message
  • fedaf6f [[FIX]] Allow initializing const bindings to undef
  • e7071e0 [[DOCS]] Discourage screenshots in bug reports
  • 95a6036 v2.13.5
  • d9583d5 [[CHORE]] Remove unused script
  • 5c256a2 [[FIX]] Tolerate late definition of async function (#3618)
  • 61c868c v2.13.4
  • eb4609a [[FIX]] Remove shelljs
  • b23e125 [[CHORE]] Remove shelljs from internal tooling
  • Additional commits viewable in compare view


Updates geoip-lite from 1.2.1 to 1.4.10

Release notes

Sourced from geoip-lite's releases.

v1.4.10

What's Changed

New Contributors

Full Changelog: https://github.com/geoip-lite/node-geoip/compare/v1.4.9...v1.4.10

v1.4.9

  • Reduced minimum required node version from 18.18 to 10.3
  • Code formatting

Full Changelog: https://github.com/geoip-lite/node-geoip/compare/v1.4.8...v1.4.9

v1.4.8

What's Changed

New Contributors

Full Changelog: https://github.com/geoip-lite/node-geoip/compare/v1.4.7...v1.4.8

v1.4.7

What's Changed

New Contributors

Full Changelog: https://github.com/geoip-lite/node-geoip/compare/v1.4.6...v1.4.7

Commits


Updates hoek from 5.0.4 to 6.1.3

Commits


Updates debug from 3.1.0 to 3.2.7

Release notes

Sourced from debug's releases.

3.2.6

This backport fixes a 4x performance regression when debug is disabled.

Patches

  • fix: performance issue (f312a8903a3928c43ff1388828d85f4f8407553d) (#625)

3.2.5

This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

It is a backport of the 4.0.1 release.

Patches

  • fix browserify and supply alternative unpkg entry point (closes #606): cc5f1463d1c975bcef0b3172b2527ca204ec474d

3.2.4

3.2.4 is DEPRECATED. See visionmedia/debug#603 for details.

This released fixed the missing files entry in package.json, mitigating the faulty 3.2.3 release.

3.2.3

3.2.3 is DEPRECATED. See visionmedia/debug#603 for details.

This release mitigated the breaking changes introduced in 3.2.0 where ./node.js was removed, breaking a very select few users on older releases of babel-core, as well as users that used an undocumented require('debug/node').

./node.js was temporarily added to the repository at this time; however, this release failed to include node.js in the files key in package.json and thus didn't fix the issue. 3.2.4 rectified this issue.

3.2.2

3.2.2 is DEPRECATED. See visionmedia/debug#603 for details.

This release mitigated the breaking changes introduced in 3.2.0 where ES6 features were being used on users of Node 4, causing crashes upon inclusion.

It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in 4.0.0).

3.2.1

3.2.1 is DEPRECATED. See visionmedia/debug#603 for details.

This release, along with 3.2.0, were subsequently released together as 4.0.0 (a major bump). You can review the complete changes in that release's details.


A quick hotfix to address Browser builds - debug is now compiled down to IE8-compatible code via Babel upon release.

CDNs that honor the "browser": key in package.json should now reflect these changes (previously, they would serve the non-bundled ES6 version).

Patches

  • use babel-ified distributed source for browsers: b3f8f8e683915ef4fae3a77cbcebc6c410e65a8c

3.2.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by qix, a new releaser for debug since your current version.


Updates minimatch from 3.0.4 to 3.0.8

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sipcapture/paStash/network/alerts).
CLAassistant commented 2 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: lmangani
:x: dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.