Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

build(deps-dev): bump concurrently from 8.2.1 to 8.2.2#30

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/concurrently-8.2.2
Open

build(deps-dev): bump concurrently from 8.2.1 to 8.2.2#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/concurrently-8.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 19, 2023

Copy link
Copy Markdown

Bumps concurrently from 8.2.1 to 8.2.2.

Release notes

Sourced from concurrently's releases.

v8.2.2

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v8.2.1...v8.2.2)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 19, 2023
@codecov

codecov Bot commented Oct 19, 2023

Copy link
Copy Markdown

Codecov Report

Merging #30 (bc22053) into main (d3cd257) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           46        46           
  Branches         9         9           
=========================================
  Hits            46        46           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@socket-security

Copy link
Copy Markdown

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
concurrently 8.2.2 network, environment +17 12.2 MB gustavohenke

@socket-security

Copy link
Copy Markdown

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Issue Package Version Note Source
Chronological version anomaly y18n 5.0.8
  • Previous Chronological: y18n@4.0.3 (4/7/2021, 6:05:24 PM)
  • Previous Semver: y18n@5.0.7 (4/7/2021, 1:46:43 AM)
Filesystem access y18n 5.0.8
Unmaintained y18n 5.0.8
  • Last Publish: 4/7/2021, 6:57:33 PM
Chronological version anomaly @babel/runtime 7.23.2
Chronological version anomaly string-width 4.2.3
Chronological version anomaly rxjs 7.8.1
Network access rxjs 7.8.1
Dynamic require yargs 17.7.2
Environment variable access yargs 17.7.2
Filesystem access yargs 17.7.2
Dynamic require yargs-parser 21.1.1
Environment variable access yargs-parser 21.1.1
Filesystem access yargs-parser 21.1.1
Unmaintained yargs-parser 21.1.1
  • Last Publish: 8/4/2022, 9:13:43 PM
Major refactor emoji-regex 8.0.0
  • Change Percentage: 92.69
  • Current Line Count: 200
  • Previous Line Count: 142
  • Lines Changed: 317
Non-existent author spawn-command 0.0.2
Missing license spawn-command 0.0.2
No v1 spawn-command 0.0.2
Unmaintained spawn-command 0.0.2
  • Last Publish: 10/9/2014, 7:44:41 PM
Mixed license normalize-package-data 2.5.0
  • License: BSD-2-Clause,MIT
No v1 regenerator-runtime 0.14.0
Unmaintained require-directory 2.1.1
  • Last Publish: 5/28/2015, 8:31:04 AM
Unmaintained cliui 8.0.1
  • Last Publish: 10/1/2022, 1:16:14 AM
Unmaintained get-caller-file 2.0.5
  • Last Publish: 3/9/2019, 9:48:30 PM

Next steps

What is a chronological version anomaly?

Semantic versions published out of chronological order.

This could either indicate dependency confusion or a patched vulnerability.

What is filesystem access?

Accesses the file system, and could potentially read sensitive data.

If a package must read the file system, clarify what it will read and ensure it reads only what it claims to. If appropriate, packages can leave file system access to consumers and operate on data passed to it instead.

What are unmaintained packages?

Package has not been updated in more than a year and may be unmaintained. Problems with the package may go unaddressed.

Package should publish periodic maintenance releases if they are maintained, or deprecate if they have no intention in further maintenance.

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

What is dynamic require?

Dynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.

Packages should avoid dynamic imports when possible. Audit the use of dynamic require to ensure it is not executing malicious or vulnerable code.

What is environment variable access?

Package accesses environment variables, which may be a sign of credential stuffing or data theft.

Packages should be clear about which environment variables they access, and care should be taken to ensure they only access environment variables they claim to.

What is a major refactor?

Package has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.

Consider waiting before upgrading to see if any issues are discovered, or be prepared to scrutinize any bugs or subtle changes the major refactor may bring. Publishers my consider publishing beta versions of major refactors to limit disruption to parties interested in the new changes.

What is a non-existent author?

The package was published by an npm account that no longer exists.

Packages should have active and identified authors.

What is a missing license?

(Experimental) Package does not have a license and consumption legal status is unknown.

A new version of the package should be published that includes a valid SPDX license in a license file, package.json license field or mentioned in the README.

What is wrong with semver < v1?

Package is not semver >=1. This means it is not stable and does not support ^ ranges.

If the package sees any general use, it should begin releasing at version 1.0.0 or later to benefit from semver.

What is a mixed license?

(Experimental) Package contains multiple licenses.

A new version of the package should be published that includes a single license. Consumers may seek clarification from the package author. Ensure that the license details are consistent across the LICENSE file, package.json license field and license details mentioned in the README.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore regenerator-runtime@0.14.0
  • @SocketSecurity ignore spawn-command@0.0.2
  • @SocketSecurity ignore yargs@17.7.2
  • @SocketSecurity ignore yargs-parser@21.1.1
  • @SocketSecurity ignore normalize-package-data@2.5.0
  • @SocketSecurity ignore y18n@5.0.8
  • @SocketSecurity ignore require-directory@2.1.1
  • @SocketSecurity ignore cliui@8.0.1
  • @SocketSecurity ignore get-caller-file@2.0.5
  • @SocketSecurity ignore @babel/runtime@7.23.2
  • @SocketSecurity ignore string-width@4.2.3
  • @SocketSecurity ignore rxjs@7.8.1
  • @SocketSecurity ignore emoji-regex@8.0.0

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