Findings
4 packages with no automated fix · +3 more with unfixable findings alongside fixable ones
These advisories have no fix version Arguss can apply automatically. Review and remediate manually.
babel-traverse@6.26.0
-
babel-traverse@6.26.0EPSS 0.5% CVSS 9.9 critical
Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code
### Impact Using Babel to compile code that was specifically crafted by an attacker can lead to arbitrary code execution during compilation, when using plugins that rely on the `path.evaluate()`or `path.evaluateTruthy()` internal Babel methods. Known affected plugins are: - `@babel/plugin-transform-runtime` - `@babel/preset-env` when using its [`useBuiltIns`](https://babeljs.io/docs/babel-preset-env#usebuiltins) option - Any "polyfill provider" plugin that depends on `@babel/helper-define-polyfill-provider`, such as `babel-plugin-polyfill-corejs3`, `babel-plugin-polyfill-corejs2`, `babel-plugin-polyfill-es-shims`, `babel-plugin-polyfill-regenerator` No other plugins under the `@babel/` namespace are impacted, but third-party plugins might be. **Users that only compile trusted code are not impacted.** ### Patches The vulnerability has been fixed in `@babel/traverse@7.23.2`. Babel 6 does not receive security fixes anymore (see [Babel's security policy](https://github.com/babel/babel/security/policy)), hence there is no patch planned for `babel-traverse@6`. ### Workarounds - Upgrade `@babel/traverse` to v7.23.2 or higher. You can do this by deleting it from your package manager's lockfile and re-installing the dependencies. `@babel/core` >=7.23.2 will automatically pull in a non-vulnerable version. - If you cannot upgrade `@babel/traverse` and are using one of the affected packages mentioned above, upgrade them to their latest version to avoid triggering the vulnerable code path in affected `@babel/traverse` versions: - `@babel/plugin-transform-runtime` v7.23.2 - `@babel/preset-env` v7.23.2 - `@babel/helper-define-polyfill-provider` v0.4.3 - `babel-plugin-polyfill-corejs2` v0.4.6 - `babel-plugin-polyfill-corejs3` v0.8.5 - `babel-plugin-polyfill-es-shims` v0.10.0 - `babel-plugin-polyfill-regenerator` v0.5.3
Dependency path: root → istanbul-instrumenter-loader → istanbul-lib-instrument → babel-template → babel-traverse
decompress@4.2.1
-
decompress@4.2.1EPSS 0.6% CVSS 9.1 critical
Decompress: Archive extraction can create files and links outside of the target directory
### Impact When extracting an archive to a directory, a crafted archive can read or write files outside that directory. The flaw is in the code that writes the parsed entries, so it affects every format decompress handles: tar, tar.gz, tar.bz2, and zip by default, plus any others added through the plugins option. A link (hardlink) or symlink entry is created without checking where its target points. A hardlink can be aimed at any file the running process can read; that file then appears inside the output directory and its contents are exposed. A symlink can point outside the output directory and redirect a later write. The path containment check used a string prefix comparison (`realPath.indexOf(outputPath) !== 0`). Output `/srv/out` does not contain `/srv/out-old`, but the prefix comparison treats it as inside, so an entry can escape into a sibling directory whose name starts with the output directory name. File modes were applied as `mode & ~umask`, which does not remove the setuid, setgid, or sticky bits. A crafted entry can create a setuid or setgid file. This matters when extraction runs as root, for example in CI, containers, or install scripts. Any code that extracts archives from an untrusted or attacker-influenced source is affected. Archives are commonly downloaded before extraction, so this is reachable over the network in many setups. ### Patches Fixed in `@xhmikosr/decompress` 10.2.1 and 11.1.3. Link targets are now resolved and checked against the output directory, containment uses `path.relative`, and setuid, setgid, and sticky bits are removed. The upstream `decompress` package is unmaintained, and all versions through its last release (4.2.1) have the same flaws. There is no upstream fix. Migrate to `@xhmikosr/decompress` 11.1.3 or later. ### Workarounds Extract only archives you trust. Run extraction as a non-root user so the mode issue cannot create a privileged file. After extracting, reject any symlink or hardlink that points outside the target and any file with unexpected mode bits. ### Resources * Related prior issue in the upstream project this package forks: CVE-2020-12265 / GHSA-qgfr-5hqp-vrw9 * Fix commits and releases: * https://github.com/XhmikosR/decompress/releases/tag/v10.2.1 * https://github.com/XhmikosR/decompress/releases/tag/v11.1.3 * https://github.com/XhmikosR/decompress/commit/aca5aac * https://github.com/XhmikosR/decompress/commit/281cefa * https://github.com/XhmikosR/decompress/commit/60b5299
Dependency path: root → karma-sauce-launcher → saucelabs → bin-wrapper → download → decompress
dicer@0.2.5
-
dicer@0.2.5EPSS 3.2% CVSS 7.5 high
Crash in HeaderParser in dicer
This affects all versions of the package `dicer`. A malicious attacker can send a modified form to the server and crash the Node.js service. A complete denial of service can be achieved by sending the malicious form in a loop.
Dependency path: root → multer → busboy → dicer
request@2.88.2
-
request@2.88.2EPSS 0.7% CVSS 6.1 medium
Server-Side Request Forgery in Request
The `request` package through 2.88.2 for Node.js and the `@cypress/request` package prior to 3.0.0 allow a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP). NOTE: The `request` package is no longer supported by the maintainer.
Dependency path: root → dtslint → @definitelytyped/utils → @qiwi/npm-registry-client → request
Also affected - these packages have upgrade candidates for their other findings
elliptic@6.6.0
-
elliptic@6.6.0EPSS 0.2% CVSS 5.6 medium
Elliptic Uses a Cryptographic Primitive with a Risky Implementation
The ECDSA implementation of the Elliptic package generates incorrect signatures if an interim value of 'k' (as computed based on step 3.2 of RFC 6979 https://datatracker.ietf.org/doc/html/rfc6979 ) has leading zeros and is susceptible to cryptanalysis, which can lead to secret key exposure. This happens, because the byte-length of 'k' is incorrectly computed, resulting in its getting truncated during the computation. Legitimate transactions or communications will be broken as a result. Furthermore, due to the nature of the fault, attackers could–under certain conditions–derive the secret key, if they could get their hands on both a faulty signature generated by a vulnerable version of Elliptic and a correct signature for the same inputs. This issue affects all known versions of Elliptic (at the time of writing, versions less than or equal to 6.6.1).
Dependency path: root → browserify-sign → elliptic
ip@1.1.8
-
ip@1.1.8EPSS 8.3% CVSS 8.1 high
ip SSRF improper categorization in isPublic
The ip package through 2.0.1 for Node.js might allow SSRF because some IP addresses (such as 127.1, 01200034567, 012.1.2.3, 000:0:0000::01, and ::fFFf:127.0.0.1) are improperly categorized as globally routable via isPublic. NOTE: this issue exists because of an incomplete fix for CVE-2023-42282.
Dependency path: root → release-it → proxy-agent → pac-proxy-agent → pac-resolver → ip
vm2@3.9.19
-
vm2@3.9.19EPSS 3.4% CVSS 9.8 critical
vm2 Sandbox Escape vulnerability
In vm2 for versions up to 3.9.19, Node.js custom inspect function allows attackers to escape the sandbox and run arbitrary code. ### Impact Remote Code Execution, assuming the attacker has arbitrary code execution primitive inside the context of vm2 sandbox. ### Patches None. ### Workarounds None. ### References PoC is to be disclosed on or after the 5th of September. ### Similarity with [CVE-2023-37466](https://nvd.nist.gov/vuln/detail/CVE-2023-37466) While this advisory might look similar to [CVE-2023-37466](https://nvd.nist.gov/vuln/detail/CVE-2023-37466), it is a completely different way of escaping the sandbox. ### For more information If you have any questions or comments about this advisory: - Open an issue in [VM2](https://github.com/patriksimek/vm2) Thanks to [Xion](https://twitter.com/0x10n) (SeungHyun Lee) of [KAIST Hacking Lab](https://kaist-hacking.github.io/) for disclosing this vulnerability.
Dependency path: root → release-it → proxy-agent → pac-proxy-agent → pac-resolver → degenerator → vm2
lodash
@ 4.17.21
3 findings
high–medium
Trust 0/100
EPSS 22.4% ↑
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
lodash vulnerable to Prototype Pollution via array path bypass in `_.unset` and `_.omit`
Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade lodash from 4.17.21 to 4.18.0 or later
View advisoryBlast radius
Paths from project root to lodash - which dependencies pulled this package in?
58 findings
high–medium
Trust 0/100
EPSS 15.0% ↑
⚠ ownership transferred
MIXED
Race Condition in node-tar Path Reservations via Unicode Ligature Collisions on macOS APFS
Affects 5 install paths
Arbitrary File Creation/Overwrite due to insufficient absolute path sanitization
Arbitrary File Creation/Overwrite on Windows via insufficient relative path sanitization
node-tar Vulnerable to Arbitrary File Creation/Overwrite via Hardlink Path Traversal
Affects 5 install paths
node-tar: Decompression/parse DoS via unlimited input
Affects 5 install paths
node-tar is Vulnerable to Arbitrary File Overwrite and Symlink Poisoning via Insufficient Path Sanitization
Affects 5 install paths
node-tar: Negative tar entry size causes infinite loop in archive replace
Affects 5 install paths
node-tar Symlink Path Traversal via Drive-Relative Linkpath
Affects 5 install paths
tar has Hardlink Path Traversal via Drive-Relative Linkpath
Affects 5 install paths
Arbitrary File Read/Write via Hardlink Target Escape Through Symlink Chain in node-tar Extraction
Affects 5 install paths
Denial of service while parsing a tar file due to lack of folders count validation
node-tar: Uncaught Exception DoS via NUL byte in PAX path/linkpath records
Affects 5 install paths
node-tar: Process crash via PAX numeric path type confusion
Affects 5 install paths
node-tar applies PAX size override to intermediary GNU long-name/long-link headers, causing tar parser interpretation differential (file smuggling)
Affects 5 install paths
- major version bump requires human review (never auto-merge)
- trust veto: package ownership transferred between versions
Upgrade tar from 2.2.2 to 7.5.4 or later
View advisory- major version bump requires human review (never auto-merge)
- trust veto: package ownership transferred between versions
Upgrade tar from 6.2.1 to 7.5.4 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade tar from 7.4.3 to 7.5.4 or later
View advisoryBlast radius
Paths from project root to tar - which dependencies pulled this package in?
ip
@ 1.1.8
2 findings
high–low
Trust 15/100
EPSS 8.3%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
NPM IP package incorrectly identifies some private IP addresses as public
ip SSRF improper categorization in isPublic
No fixed version published in OSV
GHSA-2p57-rm9w-gvfp- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade ip from 1.1.8 to 1.1.9 or later
View advisoryBlast radius
Paths from project root to ip - which dependencies pulled this package in?
31 findings
critical–low
Trust 15/100
EPSS 3.9%
⚠ ownership transferred
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
vm2 Access to Host Object Enables Sandbox Escape
vm2 is Vulnerable to Sandbox Breakout Through Promise Species
vm2 has a CVE-2023-37903 patch bypass: nesting:true without explicit require still allows full RCE
vm2 has a Sandbox Escape Vulnerability
NodeVM builtin denylist bypass via process and inspector/promises allows host code execution
vm2 has a Sandbox Escape issue
vm2: Mutable Proxies for Host Intrinsic Prototypes Allows Sandbox Escape
vm2 Has a Sandbox Breakout Using Async Generator
VM2 Has a Sandbox Escape Issue via SuppressedError
vm2 sandbox escape via JSPI-backed Promise `.finally()` species bypass
vm2 has a Sandbox Escape
vm2 has sandbox breakout via `neutralizeArraySpeciesBatch`
vm2 has Sandbox Breakout Through Null Proto Exception
vm2 Sandbox Escape vulnerability
VM2 Has a WASM Sandbox Escape
VM2 Sandbox Breakout Through __lookupGetter__
VM2 Has Sandbox Breakout Through Promise Species
VM2 Has Sandbox Breakout Through Inspect Function
vm2 NodeVM `nesting: true` bypasses `require: false` allowing sandbox escape and arbitrary OS command execution
vm2 has a sandbox escape via unblocked cross-realm Symbol.for keys + missing bridge write-trap symbol checks
vm2's Bridge Proxy set trap ignores receiver parameter, enabling host object property injection via prototype chain
vm2 has a Sandbox Escape via Promise Constructor Unhandled Rejection (Process Crash DoS)
NodeVM network builtin exclusions bypass via internal _http_client and _http_server
vm2 Sandbox Access to Host Buffer.alloc Allows timeout Bypass Resulting in Memory Exhaustion
vm2 Host Promise Resolution Preserves Object Identity Across Sandbox Boundary
vm2 is Vulnerable to Host File Path Disclosure via Stack Trace Information Leak
vm2 has access to `VM2_INTERNAL_STATE_DO_NOT_USE_OR_PROGRAM_WILL_FAIL`
vm2's Transformer Fast-Path Bypass Exposes Internal State Variable
NodeVM observability builtins leak host process and HTTP request data
vm2 setup-sandbox.js violates Defense Invariant #11 in stack-trace formatter
vm2 Sandbox Escape vulnerability
No fixed version published in OSV
GHSA-g644-9gfx-q4q4- trust veto: package ownership transferred between versions
Upgrade vm2 from 3.9.19 to 3.11.0 or later
View advisoryBlast radius
Paths from project root to vm2 - which dependencies pulled this package in?
glob
@ 10.4.5
3 findings
high
Trust 30/100
EPSS 3.1%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
glob CLI: Command injection via -c/--cmd executes matches with shell:true
Affects 3 install paths
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade glob from 10.4.5 to 10.5.0 or later
View advisoryBlast radius
Paths from project root to glob - which dependencies pulled this package in?
16 findings
high
Trust 0/100
EPSS 2.8%
⚠ ownership transferred
MIXED
semver vulnerable to Regular Expression Denial of Service
Affects 16 install paths
- trust veto: new maintainer added
- trust veto: package ownership transferred between versions
Upgrade semver from 5.7.1 to 5.7.2 or later
View advisory- trust veto: new maintainer added
- trust veto: package ownership transferred between versions
Upgrade semver from 6.3.0 to 6.3.1 or later
View advisory- trust veto: new maintainer added
Upgrade semver from 7.3.8 to 7.5.2 or later
View advisory- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade semver from 7.5.1 to 7.5.2 or later
View advisoryBlast radius
Paths from project root to semver - which dependencies pulled this package in?
ajv
@ 5.5.2
4 findings
medium
Trust 0/100
EPSS 2.3%
MIXED
Prototype Pollution in Ajv
ajv has ReDoS when using `$data` option
Affects 3 install paths
- major version bump requires human review (never auto-merge)
Upgrade ajv from 5.5.2 to 6.12.3 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade ajv from 6.12.6 to 6.14.0 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade ajv from 8.12.0 to 8.18.0 or later
View advisoryBlast radius
Paths from project root to ajv - which dependencies pulled this package in?
2 findings
medium
Trust 15/100
EPSS 2.2%
⚠ ownership transferred
MIXED
Got allows a redirect to a UNIX socket
Affects 2 install paths
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade got from 11.8.3 to 11.8.5 or later
View advisory- major version bump requires human review (never auto-merge)
- trust veto: new maintainer added
- trust veto: package ownership transferred between versions
Upgrade got from 8.3.2 to 11.8.5 or later
View advisoryBlast radius
Paths from project root to got - which dependencies pulled this package in?
handlebars
@ 4.7.8
8 findings
critical–low
Trust 0/100
EPSS 1.8%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Handlebars.js has JavaScript Injection via AST Type Confusion
Handlebars.js has JavaScript Injection in CLI Precompiler via Unescaped Names and Options
Handlebars.js has JavaScript Injection via AST Type Confusion by tampering @partial-block
Handlebars.js has JavaScript Injection via AST Type Confusion when passing an object as dynamic partial
Handlebars.js has Denial of Service via Malformed Decorator Syntax in Template Compilation
Handlebars.js has a Prototype Method Access Control Gap via Missing __lookupSetter__ Blocklist Entry
Handlebars.js has Prototype Pollution Leading to XSS through Partial Template Injection
Handlebars.js has a Property Access Validation Bypass in container.lookup
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade handlebars from 4.7.8 to 4.7.9 or later
View advisoryBlast radius
Paths from project root to handlebars - which dependencies pulled this package in?
form-data
@ 2.3.3
5 findings
critical–high
Trust 0/100
EPSS 1.7%
⚠ new maintainer
MIXED
form-data uses unsafe random function in form-data for choosing boundary
Affects 2 install paths
form-data: CRLF injection in form-data via unescaped multipart field names and filenames
Affects 3 install paths
- trust veto: new maintainer added
Upgrade form-data from 2.3.3 to 2.5.4 or later
View advisory- trust veto: new maintainer added
Upgrade form-data from 3.0.1 to 3.0.4 or later
View advisory- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade form-data from 4.0.5 to 4.0.6 or later
View advisoryBlast radius
Paths from project root to form-data - which dependencies pulled this package in?
http-cache-semantics
@ 3.8.1
1 finding
high
Trust 30/100
EPSS 1.6%
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
http-cache-semantics vulnerable to Regular Expression Denial of Service
- major version bump requires human review (never auto-merge)
Upgrade http-cache-semantics from 3.8.1 to 4.1.1 or later
View advisoryBlast radius
Paths from project root to http-cache-semantics - which dependencies pulled this package in?
braces
@ 2.3.2
4 findings
high
Trust 0/100
EPSS 1.5%
⚠ new maintainer
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
Uncontrolled resource consumption in braces
Affects 4 install paths
- major version bump requires human review (never auto-merge)
- trust veto: new maintainer added
Upgrade braces from 2.3.2 to 3.0.3 or later
View advisory- trust veto: new maintainer added
Upgrade braces from 3.0.2 to 3.0.3 or later
View advisoryBlast radius
Paths from project root to braces - which dependencies pulled this package in?
semver-regex
@ 2.0.0
2 findings
high–low
Trust 30/100
EPSS 1.5%
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
semver-regex Regular Expression Denial of Service (ReDOS)
Regular expression denial of service in semver-regex
- major version bump requires human review (never auto-merge)
Upgrade semver-regex from 2.0.0 to 3.1.3 or later
View advisoryBlast radius
Paths from project root to semver-regex - which dependencies pulled this package in?
micromatch
@ 3.1.10
2 findings
medium
Trust 0/100
EPSS 1.4%
⚠ new maintainer
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
Regular Expression Denial of Service (ReDoS) in micromatch
Affects 2 install paths
- major version bump requires human review (never auto-merge)
- trust veto: new maintainer added
Upgrade micromatch from 3.1.10 to 4.0.8 or later
View advisory- trust veto: new maintainer added
Upgrade micromatch from 4.0.5 to 4.0.8 or later
View advisoryBlast radius
Paths from project root to micromatch - which dependencies pulled this package in?
rollup
@ 2.79.1
2 findings
high–medium
Trust 0/100
EPSS 1.4%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Rollup 4 has Arbitrary File Write via Path Traversal
DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade rollup from 2.79.1 to 2.80.0 or later
View advisoryBlast radius
Paths from project root to rollup - which dependencies pulled this package in?
ws
@ 7.5.7
4 findings
high–medium
Trust 0/100
EPSS 1.4%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
ws affected by a DoS when handling a request with many HTTP headers
ws: Memory exhaustion DoS from tiny fragments and data chunks
Affects 2 install paths
ws: Uninitialized memory disclosure
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade ws from 7.5.7 to 7.5.10 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade ws from 8.17.1 to 8.21.0 or later
View advisoryBlast radius
Paths from project root to ws - which dependencies pulled this package in?
serialize-javascript
@ 4.0.0
5 findings
high–medium
Trust 0/100
EPSS 1.1%
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString()
Affects 3 install paths
Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects
Cross-site Scripting (XSS) in serialize-javascript
- major version bump requires human review (never auto-merge)
Upgrade serialize-javascript from 6.0.0 to 7.0.3 or later
View advisory- major version bump requires human review (never auto-merge)
Upgrade serialize-javascript from 4.0.0 to 7.0.3 or later
View advisoryBlast radius
Paths from project root to serialize-javascript - which dependencies pulled this package in?
path-to-regexp
@ 0.1.10
3 findings
high
Trust 0/100
EPSS 0.9%
⚠ new maintainer
MIXED
path-to-regexp vulnerable to Regular Expression Denial of Service via multiple route parameters
path-to-regexp outputs backtracking regular expressions
path-to-regexp contains a ReDoS
- trust veto: new maintainer added
Upgrade path-to-regexp from 0.1.10 to 0.1.13 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade path-to-regexp from 1.8.0 to 1.9.0 or later
View advisoryBlast radius
Paths from project root to path-to-regexp - which dependencies pulled this package in?
cross-spawn
@ 5.1.0
2 findings
high
Trust 30/100
EPSS 0.9%
MIXED
Regular Expression Denial of Service (ReDoS) in cross-spawn
Affects 2 install paths
- major version bump requires human review (never auto-merge)
Upgrade cross-spawn from 5.1.0 to 6.0.6 or later
View advisory- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade cross-spawn from 6.0.5 to 6.0.6 or later
View advisoryBlast radius
Paths from project root to cross-spawn - which dependencies pulled this package in?
flatted
@ 3.2.5
2 findings
high
Trust 30/100
EPSS 0.8%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
flatted vulnerable to unbounded recursion DoS in parse() revive phase
Prototype Pollution via parse() in NodeJS flatted
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade flatted from 3.2.5 to 3.4.0 or later
View advisoryBlast radius
Paths from project root to flatted - which dependencies pulled this package in?
@octokit/request
@ 6.2.8
1 finding
medium
Trust 0/100
EPSS 0.8%
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
@octokit/request has a Regular Expression in fetchWrapper that Leads to ReDoS Vulnerability Due to Catastrophic Backtracking
- major version bump requires human review (never auto-merge)
Upgrade @octokit/request from 6.2.8 to 8.4.1 or later
View advisoryBlast radius
Paths from project root to @octokit/request - which dependencies pulled this package in?
multer
@ 1.4.4
8 findings
high
Trust 0/100
EPSS 0.7%
⚠ new maintainer
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
Multer vulnerable to Denial of Service via memory leaks from unclosed streams
Multer vulnerable to Denial of Service from maliciously crafted requests
Multer Vulnerable to Denial of Service via Uncontrolled Recursion
Multer vulnerable to Denial of Service via deeply nested field names
Multer vulnerable to Denial of Service via unhandled exception from malformed request
Multer vulnerable to Denial of Service via unhandled exception
Multer vulnerable to Denial of Service via resource exhaustion
Multer vulnerable to Denial of Service via incomplete cleanup
- major version bump requires human review (never auto-merge)
- trust veto: new maintainer added
Upgrade multer from 1.4.4 to 2.0.0 or later
View advisoryBlast radius
Paths from project root to multer - which dependencies pulled this package in?
sha.js
@ 2.4.11
1 finding
critical
Trust 0/100
EPSS 0.7%
⚠ new maintainer
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
sha.js is missing type checks leading to hash rewind and passing on crafted data
- trust veto: new maintainer added
Upgrade sha.js from 2.4.11 to 2.4.12 or later
View advisoryBlast radius
Paths from project root to sha.js - which dependencies pulled this package in?
@octokit/plugin-paginate-rest
@ 6.1.2
1 finding
medium
Trust 0/100
EPSS 0.6%
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
@octokit/plugin-paginate-rest has a Regular Expression in iterator Leads to ReDoS Vulnerability Due to Catastrophic Backtracking
- major version bump requires human review (never auto-merge)
Upgrade @octokit/plugin-paginate-rest from 6.1.2 to 9.2.2 or later
View advisoryBlast radius
Paths from project root to @octokit/plugin-paginate-rest - which dependencies pulled this package in?
@octokit/request-error
@ 3.0.3
1 finding
medium
Trust 0/100
EPSS 0.6%
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
@octokit/request-error has a Regular Expression in index that Leads to ReDoS Vulnerability Due to Catastrophic Backtracking
- major version bump requires human review (never auto-merge)
Upgrade @octokit/request-error from 3.0.3 to 5.1.1 or later
View advisoryBlast radius
Paths from project root to @octokit/request-error - which dependencies pulled this package in?
node-forge
@ 1.3.3
4 findings
high
Trust 0/100
EPSS 0.6%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Forge has Denial of Service via Infinite Loop in BigInteger.modInverse() with Zero Input
Forge has signature forgery in RSA-PKCS due to ASN.1 extra field
Forge has signature forgery in Ed25519 due to missing S > L check
Forge has a basicConstraints bypass in its certificate chain verification (RFC 5280 violation)
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade node-forge from 1.3.3 to 1.4.0 or later
View advisoryBlast radius
Paths from project root to node-forge - which dependencies pulled this package in?
diff
@ 3.5.0
4 findings
low
Trust 30/100
EPSS 0.6%
⚠ new maintainer
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
jsdiff has a Denial of Service vulnerability in parsePatch and applyPatch
Affects 4 install paths
- trust veto: new maintainer added
Upgrade diff from 3.5.0 to 3.5.1 or later
View advisory- trust veto: new maintainer added
Upgrade diff from 4.0.2 to 4.0.4 or later
View advisory- trust veto: new maintainer added
Upgrade diff from 5.0.0 to 5.2.2 or later
View advisoryBlast radius
Paths from project root to diff - which dependencies pulled this package in?
es5-ext
@ 0.10.61
1 finding
low
Trust 30/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
es5-ext vulnerable to Regular Expression Denial of Service in `function#copy` and `function#toStringTokens`
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade es5-ext from 0.10.61 to 0.10.63 or later
View advisoryBlast radius
Paths from project root to es5-ext - which dependencies pulled this package in?
basic-ftp
@ 5.0.4
4 findings
critical–high
Trust 30/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Basic FTP has Path Traversal Vulnerability in its downloadToDir() method
basic-ftp: Incomplete CRLF Injection Protection Allows Arbitrary FTP Command Execution via Credentials and MKD Commands
basic-ftp vulnerable to denial of service via unbounded memory consumption in Client.list()
basic-ftp allows a malicious FTP server to cause client-side denial of service via unbounded multiline control response buffering
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade basic-ftp from 5.0.4 to 5.2.0 or later
View advisoryBlast radius
Paths from project root to basic-ftp - which dependencies pulled this package in?
minimatch
@ 3.1.2
24 findings
high
Trust 30/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions
Affects 8 install paths
minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern
Affects 8 install paths
minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments
Affects 8 install paths
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade minimatch from 3.1.2 to 3.1.4 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade minimatch from 5.0.1 to 5.1.8 or later
View advisory- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade minimatch from 9.0.5 to 9.0.7 or later
View advisoryBlast radius
Paths from project root to minimatch - which dependencies pulled this package in?
socket.io-parser
@ 4.2.4
1 finding
high
Trust 0/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
socket.io allows an unbounded number of binary attachments
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade socket.io-parser from 4.2.4 to 4.2.6 or later
View advisoryBlast radius
Paths from project root to socket.io-parser - which dependencies pulled this package in?
browserify-sign
@ 4.2.1
1 finding
high
Trust 0/100
EPSS 0.5%
⚠ new maintainer
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
browserify-sign upper bound check issue in `dsaVerify` leads to a signature forgery attack
- trust veto: new maintainer added
Upgrade browserify-sign from 4.2.1 to 4.2.2 or later
View advisoryBlast radius
Paths from project root to browserify-sign - which dependencies pulled this package in?
cipher-base
@ 1.0.4
1 finding
critical
Trust 30/100
EPSS 0.5%
⚠ new maintainer
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
cipher-base is missing type checks, leading to hash rewind and passing on crafted data
- trust veto: new maintainer added
Upgrade cipher-base from 1.0.4 to 1.0.5 or later
View advisoryBlast radius
Paths from project root to cipher-base - which dependencies pulled this package in?
follow-redirects
@ 1.15.11
1 finding
medium
Trust 0/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
follow-redirects leaks Custom Authentication Headers to Cross-Domain Redirect Targets
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade follow-redirects from 1.15.11 to 1.16.0 or later
View advisoryBlast radius
Paths from project root to follow-redirects - which dependencies pulled this package in?
@babel/helpers
@ 7.23.9
1 finding
medium
Trust 0/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Babel has inefficient RegExp complexity in generated code with .replace when transpiling named capturing groups
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade @babel/helpers from 7.23.9 to 7.26.10 or later
View advisoryBlast radius
Paths from project root to @babel/helpers - which dependencies pulled this package in?
@babel/runtime
@ 7.23.9
1 finding
medium
Trust 0/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Babel has inefficient RegExp complexity in generated code with .replace when transpiling named capturing groups
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade @babel/runtime from 7.23.9 to 7.26.10 or later
View advisoryBlast radius
Paths from project root to @babel/runtime - which dependencies pulled this package in?
qs
@ 6.13.0
4 findings
medium–low
Trust 0/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
qs has a remotely triggerable DoS: qs.stringify crashes with TypeError on null/undefined entries in comma-format arrays when encodeValuesOnly is set
qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion
Affects 2 install paths
qs's arrayLimit bypass in comma parsing allows denial of service
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade qs from 6.13.0 to 6.15.2 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade qs from 6.5.3 to 6.14.1 or later
View advisoryBlast radius
Paths from project root to qs - which dependencies pulled this package in?
ip-address
@ 10.0.1
1 finding
medium
Trust 30/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
ip-address has XSS in Address6 HTML-emitting methods
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade ip-address from 10.0.1 to 10.1.1 or later
View advisoryBlast radius
Paths from project root to ip-address - which dependencies pulled this package in?
bn.js
@ 4.12.0
7 findings
medium
Trust 0/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
bn.js affected by an infinite loop
Affects 7 install paths
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade bn.js from 4.12.0 to 4.12.3 or later
View advisory- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade bn.js from 5.2.0 to 5.2.3 or later
View advisoryBlast radius
Paths from project root to bn.js - which dependencies pulled this package in?
brace-expansion
@ 1.1.11
18 findings
medium–low
Trust 0/100
EPSS 0.5%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
brace-expansion: Zero-step sequence causes process hang and memory exhaustion
Affects 8 install paths
brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups
Affects 8 install paths
brace-expansion Regular Expression Denial of Service vulnerability
Affects 2 install paths
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade brace-expansion from 1.1.11 to 1.1.13 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade brace-expansion from 2.0.1 to 2.0.3 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade brace-expansion from 2.0.2 to 2.0.3 or later
View advisoryBlast radius
Paths from project root to brace-expansion - which dependencies pulled this package in?
js-yaml
@ 3.14.2
13 findings
high–medium
Trust 30/100
EPSS 0.4%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
js-yaml: YAML merge-key chains can force quadratic CPU consumption
Affects 6 install paths
JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases
Affects 6 install paths
js-yaml has prototype pollution in merge (<<)
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade js-yaml from 4.1.0 to 4.3.0 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade js-yaml from 3.14.2 to 3.15.0 or later
View advisory- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade js-yaml from 4.1.1 to 4.3.0 or later
View advisoryBlast radius
Paths from project root to js-yaml - which dependencies pulled this package in?
picomatch
@ 2.3.1
4 findings
high–medium
Trust 0/100
EPSS 0.4%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Picomatch has a ReDoS vulnerability via extglob quantifiers
Affects 2 install paths
Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching
Affects 2 install paths
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade picomatch from 2.3.1 to 2.3.2 or later
View advisory- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade picomatch from 4.0.3 to 4.0.4 or later
View advisoryBlast radius
Paths from project root to picomatch - which dependencies pulled this package in?
pbkdf2
@ 3.1.2
2 findings
critical
Trust 0/100
EPSS 0.4%
⚠ new maintainer
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
pbkdf2 returns predictable uninitialized/zero-filled memory for non-normalized or unimplemented algos
pbkdf2 silently disregards Uint8Array input, returning static keys
- trust veto: new maintainer added
Upgrade pbkdf2 from 3.1.2 to 3.1.3 or later
View advisoryBlast radius
Paths from project root to pbkdf2 - which dependencies pulled this package in?
formidable
@ 2.1.2
1 finding
low
Trust 0/100
EPSS 0.4%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Formidable relies on hexoid to prevent guessing of filenames for untrusted executable content
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade formidable from 2.1.2 to 2.1.3 or later
View advisoryBlast radius
Paths from project root to formidable - which dependencies pulled this package in?
engine.io
@ 6.6.2
1 finding
high
Trust 0/100
EPSS 0.4%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Socket.IO: Engine.IO Polling Transport Connection Exhaustion
- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade engine.io from 6.6.2 to 6.6.7 or later
View advisoryBlast radius
Paths from project root to engine.io - which dependencies pulled this package in?
tmp
@ 0.0.33
4 findings
high–low
Trust 30/100
EPSS 0.4%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
tmp has Path Traversal via unsanitized prefix/postfix that enables directory escape
Affects 2 install paths
tmp allows arbitrary temporary file / directory write via symbolic link `dir` parameter
Affects 2 install paths
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade tmp from 0.0.33 to 0.2.6 or later
View advisory- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade tmp from 0.2.1 to 0.2.6 or later
View advisoryBlast radius
Paths from project root to tmp - which dependencies pulled this package in?
uuid
@ 3.4.0
2 findings
high
Trust 0/100
EPSS 0.3%
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided
Affects 2 install paths
- major version bump requires human review (never auto-merge)
Upgrade uuid from 3.4.0 to 11.1.1 or later
View advisory- major version bump requires human review (never auto-merge)
Upgrade uuid from 8.3.2 to 11.1.1 or later
View advisoryBlast radius
Paths from project root to uuid - which dependencies pulled this package in?
@sigstore/core
@ 2.0.0
1 finding
medium
Trust 0/100
EPSS 0.3%
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
@sigstore/core has DSSE payloadType type-binding failure
- major version bump requires human review (never auto-merge)
Upgrade @sigstore/core from 2.0.0 to 3.2.1 or later
View advisoryBlast radius
Paths from project root to @sigstore/core - which dependencies pulled this package in?
body-parser
@ 1.20.3
1 finding
low
Trust 0/100
EPSS 0.2%
⚠ new maintainer
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
body-parser vulnerable to denial of service when invalid limit value silently disables size enforcement
- trust veto: new maintainer added
Upgrade body-parser from 1.20.3 to 1.20.6 or later
View advisoryBlast radius
Paths from project root to body-parser - which dependencies pulled this package in?
sigstore
@ 3.1.0
1 finding
high
Trust 0/100
EPSS 0.2%
REVIEW
Verdict tier: at least one veto fired. A human needs to decide whether to merge despite the flagged risk.
Click for more →
sigstore's `certificateOIDs` verification constraints are silently dropped and never enforced
- major version bump requires human review (never auto-merge)
Upgrade sigstore from 3.1.0 to 4.1.1 or later
View advisoryBlast radius
Paths from project root to sigstore - which dependencies pulled this package in?
elliptic
@ 6.6.0
2 findings
critical–medium
Trust 30/100
EPSS 0.2%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
Elliptic's private key extraction in ECDSA upon signing a malformed input (e.g. a string)
Elliptic Uses a Cryptographic Primitive with a Risky Implementation
No fixed version published in OSV
GHSA-848j-6mx2-7j84- patch-level upgrade; trust signals unchanged; CI verifies tests
Upgrade elliptic from 6.6.0 to 6.6.1 or later
View advisoryBlast radius
Paths from project root to elliptic - which dependencies pulled this package in?
@babel/plugin-transform-modules-systemjs
@ 7.23.9
1 finding
high
Trust 0/100
EPSS 0.1%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
@babel/plugin-transform-modules-systemjs generates arbitrary code when compiling malicious input
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade @babel/plugin-transform-modules-systemjs from 7.23.9 to 7.29.4 or later
View advisoryBlast radius
Paths from project root to @babel/plugin-transform-modules-systemjs - which dependencies pulled this package in?
@babel/core
@ 7.23.9
1 finding
low
Trust 0/100
EPSS 0.1%
AUTO-MERGE
Verdict tier: the fix passes all three lenses cleanly. In Mode C, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub.
Click for more →
@babel/core: Arbitrary File Read via sourceMappingURL Comment
- minor-level upgrade; trust signals unchanged; CI verifies tests
Upgrade @babel/core from 7.23.9 to 7.29.6 or later
View advisoryBlast radius
Paths from project root to @babel/core - which dependencies pulled this package in?
Package status
1767 packages scanned.
- 37 Review-required candidates Arguss flagged these for a human decision - nothing merges until you review them.
- 4 Packages with no automated fix +3 More with unfixable findings alongside fixable ones
- 46 Auto-merge candidates
-
- @babel/preset-env 7.23.9 direct
- @commitlint/cli 17.8.1 direct
- @commitlint/config-conventional 17.8.1 direct
- @release-it/conventional-changelog 5.1.1 direct
- @rollup/plugin-alias 5.1.0 direct
- @rollup/plugin-babel 5.3.1 direct
- @rollup/plugin-commonjs 15.1.0 direct
- @rollup/plugin-json 4.1.0 direct
- @rollup/plugin-multi-entry 4.1.0 direct
- @rollup/plugin-node-resolve 9.0.0 direct
- abortcontroller-polyfill 1.7.5 direct
- auto-changelog 2.4.0 direct
- c8 10.1.3 direct
- chalk 1.1.3 direct
- chalk 2.4.2 direct
- chalk 4.1.2 direct
- chalk 5.2.0 direct
- chalk 5.3.0 direct
- coveralls 3.1.1 direct
- cross-env 7.0.3 direct
- dev-null 0.1.1 direct
- dtslint 4.2.1 direct
- es6-promise 4.2.8 direct
- eslint 8.56.0 direct
- express 4.21.1 direct
- formdata-node 5.0.1 direct
- fs-extra 10.1.0 direct
- fs-extra 11.2.0 direct
- fs-extra 6.0.1 direct
- fs-extra 8.1.0 direct
- fs-extra 9.1.0 direct
- get-stream 2.3.1 direct
- get-stream 3.0.0 direct
- get-stream 4.1.0 direct
- get-stream 5.2.0 direct
- get-stream 6.0.1 direct
- gulp 4.0.2 direct
- husky 8.0.3 direct
- istanbul-instrumenter-loader 3.0.1 direct
- jasmine-core 2.99.1 direct
- karma 6.3.20 direct
- karma-chrome-launcher 3.2.0 direct
- karma-firefox-launcher 2.1.2 direct
- karma-jasmine 1.1.2 direct
- karma-jasmine-ajax 0.1.13 direct
- karma-rollup-preprocessor 7.0.8 direct
- karma-safari-launcher 1.0.0 direct
- karma-sauce-launcher 4.3.6 direct
- karma-sinon 1.0.5 direct
- karma-sourcemap-loader 0.3.8 direct
- memoizee 0.4.15 direct
- minimist 1.2.8 direct
- mocha 10.3.0 direct
- pacote 20.0.0 direct
- pretty-bytes 3.0.1 direct
- pretty-bytes 6.1.1 direct
- proxy-from-env 1.1.0 direct
- release-it 15.11.0 direct
- rollup-plugin-auto-external 2.0.0 direct
- rollup-plugin-bundle-size 1.0.3 direct
- rollup-plugin-terser 7.0.2 direct
- selfsigned 3.0.1 direct
- sinon 4.5.0 direct
- stream-throttle 0.1.3 direct
- string-replace-async 3.0.2 direct
- tar-stream 1.6.2 direct
- tar-stream 2.2.0 direct
- tar-stream 3.1.7 direct
- typescript 4.9.5 direct
- @aashutoshrathi/word-wrap 1.2.6
- @ampproject/remapping 2.2.0
- @babel/code-frame 7.23.5
- @babel/compat-data 7.23.5
- @babel/generator 7.23.6
- @babel/helper-annotate-as-pure 7.22.5
- @babel/helper-builder-binary-assignment-operator-visitor 7.22.15
- @babel/helper-compilation-targets 7.23.6
- @babel/helper-create-class-features-plugin 7.23.10
- @babel/helper-create-regexp-features-plugin 7.22.15
- @babel/helper-define-polyfill-provider 0.5.0
- @babel/helper-environment-visitor 7.22.20
- @babel/helper-function-name 7.23.0
- @babel/helper-hoist-variables 7.22.5
- @babel/helper-member-expression-to-functions 7.23.0
- @babel/helper-module-imports 7.22.15
- @babel/helper-module-transforms 7.23.3
- @babel/helper-optimise-call-expression 7.22.5
- @babel/helper-plugin-utils 7.22.5
- @babel/helper-remap-async-to-generator 7.22.20
- @babel/helper-replace-supers 7.22.20
- @babel/helper-simple-access 7.22.5
- @babel/helper-skip-transparent-expression-wrappers 7.22.5
- @babel/helper-split-export-declaration 7.22.6
- @babel/helper-string-parser 7.23.4
- @babel/helper-validator-identifier 7.22.20
- @babel/helper-validator-option 7.23.5
- @babel/helper-wrap-function 7.22.20
- @babel/highlight 7.23.4
- @babel/parser 7.23.9
- @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression 7.23.3
- @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining 7.23.3
- @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly 7.23.7
- @babel/plugin-proposal-private-property-in-object 7.21.0-placeholder-for-preset-env.2
- @babel/plugin-syntax-async-generators 7.8.4
- @babel/plugin-syntax-class-properties 7.12.13
- @babel/plugin-syntax-class-static-block 7.14.5
- @babel/plugin-syntax-dynamic-import 7.8.3
- @babel/plugin-syntax-export-namespace-from 7.8.3
- @babel/plugin-syntax-import-assertions 7.23.3
- @babel/plugin-syntax-import-attributes 7.23.3
- @babel/plugin-syntax-import-meta 7.10.4
- @babel/plugin-syntax-json-strings 7.8.3
- @babel/plugin-syntax-logical-assignment-operators 7.10.4
- @babel/plugin-syntax-nullish-coalescing-operator 7.8.3
- @babel/plugin-syntax-numeric-separator 7.10.4
- @babel/plugin-syntax-object-rest-spread 7.8.3
- @babel/plugin-syntax-optional-catch-binding 7.8.3
- @babel/plugin-syntax-optional-chaining 7.8.3
- @babel/plugin-syntax-private-property-in-object 7.14.5
- @babel/plugin-syntax-top-level-await 7.14.5
- @babel/plugin-syntax-unicode-sets-regex 7.18.6
- @babel/plugin-transform-arrow-functions 7.23.3
- @babel/plugin-transform-async-generator-functions 7.23.9
- @babel/plugin-transform-async-to-generator 7.23.3
- @babel/plugin-transform-block-scoped-functions 7.23.3
- @babel/plugin-transform-block-scoping 7.23.4
- @babel/plugin-transform-class-properties 7.23.3
- @babel/plugin-transform-class-static-block 7.23.4
- @babel/plugin-transform-classes 7.23.8
- @babel/plugin-transform-computed-properties 7.23.3
- @babel/plugin-transform-destructuring 7.23.3
- @babel/plugin-transform-dotall-regex 7.23.3
- @babel/plugin-transform-duplicate-keys 7.23.3
- @babel/plugin-transform-dynamic-import 7.23.4
- @babel/plugin-transform-exponentiation-operator 7.23.3
- @babel/plugin-transform-export-namespace-from 7.23.4
- @babel/plugin-transform-for-of 7.23.6
- @babel/plugin-transform-function-name 7.23.3
- @babel/plugin-transform-json-strings 7.23.4
- @babel/plugin-transform-literals 7.23.3
- @babel/plugin-transform-logical-assignment-operators 7.23.4
- @babel/plugin-transform-member-expression-literals 7.23.3
- @babel/plugin-transform-modules-amd 7.23.3
- @babel/plugin-transform-modules-commonjs 7.23.3
- @babel/plugin-transform-modules-umd 7.23.3
- @babel/plugin-transform-named-capturing-groups-regex 7.22.5
- @babel/plugin-transform-new-target 7.23.3
- @babel/plugin-transform-nullish-coalescing-operator 7.23.4
- @babel/plugin-transform-numeric-separator 7.23.4
- @babel/plugin-transform-object-rest-spread 7.23.4
- @babel/plugin-transform-object-super 7.23.3
- @babel/plugin-transform-optional-catch-binding 7.23.4
- @babel/plugin-transform-optional-chaining 7.23.4
- @babel/plugin-transform-parameters 7.23.3
- @babel/plugin-transform-private-methods 7.23.3
- @babel/plugin-transform-private-property-in-object 7.23.4
- @babel/plugin-transform-property-literals 7.23.3
- @babel/plugin-transform-regenerator 7.23.3
- @babel/plugin-transform-reserved-words 7.23.3
- @babel/plugin-transform-shorthand-properties 7.23.3
- @babel/plugin-transform-spread 7.23.3
- @babel/plugin-transform-sticky-regex 7.23.3
- @babel/plugin-transform-template-literals 7.23.3
- @babel/plugin-transform-typeof-symbol 7.23.3
- @babel/plugin-transform-unicode-escapes 7.23.3
- @babel/plugin-transform-unicode-property-regex 7.23.3
- @babel/plugin-transform-unicode-regex 7.23.3
- @babel/plugin-transform-unicode-sets-regex 7.23.3
- @babel/preset-modules 0.1.6-no-external-plugins
- @babel/regjsgen 0.8.0
- @babel/template 7.23.9
- @babel/traverse 7.23.9
- @babel/types 7.23.9
- @bcoe/v8-coverage 1.0.2
- @colors/colors 1.5.0
- @commitlint/config-validator 17.8.1
- @commitlint/ensure 17.8.1
- @commitlint/execute-rule 17.8.1
- @commitlint/format 17.8.1
- @commitlint/is-ignored 17.8.1
- @commitlint/lint 17.8.1
- @commitlint/load 17.8.1
- @commitlint/message 17.8.1
- @commitlint/parse 17.8.1
- @commitlint/read 17.8.1
- @commitlint/resolve-extends 17.8.1
- @commitlint/rules 17.8.1
- @commitlint/to-lines 17.8.1
- @commitlint/top-level 17.8.1
- @commitlint/types 17.8.1
- @cspotcode/source-map-support 0.8.1
- @definitelytyped/header-parser 0.0.112
- @definitelytyped/typescript-versions 0.0.112
- @definitelytyped/utils 0.0.112
- @eslint-community/eslint-utils 4.4.0
- @eslint-community/regexpp 4.10.0
- @eslint/eslintrc 2.1.4
- @eslint/js 8.56.0
- @humanwhocodes/config-array 0.11.14
- @humanwhocodes/module-importer 1.0.1
- @humanwhocodes/object-schema 2.0.2
- @hutson/parse-repository-url 3.0.2
- @iarna/toml 2.2.5
- @isaacs/cliui 8.0.2
- @isaacs/fs-minipass 4.0.1
- @istanbuljs/schema 0.1.3
- @jridgewell/gen-mapping 0.1.1
- @jridgewell/gen-mapping 0.3.2
- @jridgewell/gen-mapping 0.3.3
- @jridgewell/resolve-uri 3.1.2
- @jridgewell/set-array 1.1.0
- @jridgewell/source-map 0.3.2
- @jridgewell/sourcemap-codec 1.4.15
- @jridgewell/trace-mapping 0.3.22
- @jridgewell/trace-mapping 0.3.9
- @nodelib/fs.scandir 2.1.5
- @nodelib/fs.stat 2.0.5
- @nodelib/fs.walk 1.2.8
- @npmcli/agent 3.0.0
- @npmcli/fs 4.0.0
- @npmcli/git 6.0.3
- @npmcli/installed-package-contents 3.0.0
- @npmcli/node-gyp 4.0.0
- @npmcli/package-json 6.2.0
- @npmcli/promise-spawn 8.0.3
- @npmcli/redact 3.2.2
- @npmcli/run-script 9.1.0
- @octokit/auth-token 3.0.4
- @octokit/core 4.2.4
- @octokit/endpoint 7.0.6
- @octokit/graphql 5.0.6
- @octokit/openapi-types 18.1.1
- @octokit/plugin-request-log 1.0.4
- @octokit/plugin-rest-endpoint-methods 7.2.3
- @octokit/rest 19.0.11
- @octokit/tsconfig 1.0.2
- @octokit/types 10.0.0
- @octokit/types 9.3.2
- @pkgjs/parseargs 0.11.0
- @pnpm/network.ca-file 1.0.2
- @pnpm/npm-conf 1.0.5
- @qiwi/npm-registry-client 8.9.1
- @rollup/plugin-virtual 2.1.0
- @rollup/pluginutils 3.1.0
- @sigstore/bundle 3.1.0
- @sigstore/protobuf-specs 0.4.3
- @sigstore/sign 3.1.0
- @sigstore/tuf 3.1.1
- @sigstore/verify 2.1.1
- @sindresorhus/is 0.7.0
- @sindresorhus/is 4.6.0
- @sindresorhus/is 5.3.0
- @sindresorhus/is 5.6.0
- @sinonjs/commons 1.8.3
- @sinonjs/formatio 2.0.0
- @sinonjs/formatio 3.2.2
- @sinonjs/samsam 3.3.3
- @sinonjs/text-encoding 0.7.1
- @socket.io/component-emitter 3.1.2
- @szmarczak/http-timer 4.0.6
- @szmarczak/http-timer 5.0.1
- @tsconfig/node10 1.0.9
- @tsconfig/node12 1.0.11
- @tsconfig/node14 1.0.3
- @tsconfig/node16 1.0.4
- @tufjs/canonical-json 2.0.0
- @tufjs/models 3.0.1
- @types/cacheable-request 6.0.2
- @types/cookie 0.4.1
- @types/cors 2.8.17
- @types/estree 0.0.39
- @types/http-cache-semantics 4.0.4
- @types/istanbul-lib-coverage 2.0.6
- @types/keyv 3.1.4
- @types/minimist 1.2.2
- @types/node 14.18.15
- @types/node 20.5.1
- @types/normalize-package-data 2.4.1
- @types/parsimmon 1.10.6
- @types/puppeteer 5.4.5
- @types/puppeteer-core 5.4.0
- @types/resolve 1.17.1
- @types/responselike 1.0.0
- @types/which 1.3.2
- @types/yauzl 2.10.0
- @ungap/structured-clone 1.2.0
- @wdio/config 6.12.1
- @wdio/logger 6.10.10
- @wdio/protocols 6.12.0
- @wdio/repl 6.11.0
- @wdio/utils 6.11.0
- @webassemblyjs/ast 1.9.0
- @webassemblyjs/floating-point-hex-parser 1.9.0
- @webassemblyjs/helper-api-error 1.9.0
- @webassemblyjs/helper-buffer 1.9.0
- @webassemblyjs/helper-code-frame 1.9.0
- @webassemblyjs/helper-fsm 1.9.0
- @webassemblyjs/helper-module-context 1.9.0
- @webassemblyjs/helper-wasm-bytecode 1.9.0
- @webassemblyjs/helper-wasm-section 1.9.0
- @webassemblyjs/ieee754 1.9.0
- @webassemblyjs/leb128 1.9.0
- @webassemblyjs/utf8 1.9.0
- @webassemblyjs/wasm-edit 1.9.0
- @webassemblyjs/wasm-gen 1.9.0
- @webassemblyjs/wasm-opt 1.9.0
- @webassemblyjs/wasm-parser 1.9.0
- @webassemblyjs/wast-parser 1.9.0
- @webassemblyjs/wast-printer 1.9.0
- @xtuc/ieee754 1.2.0
- @xtuc/long 4.2.2
- abbrev 3.0.1
- accepts 1.3.8
- acorn 6.4.2
- acorn 8.11.3
- acorn-jsx 5.3.2
- acorn-walk 8.3.2
- add-stream 1.0.0
- agent-base 5.1.1
- agent-base 7.1.0
- agent-base 7.1.4
- ajv-errors 1.0.1
- ajv-keywords 3.5.2
- ansi-align 3.0.1
- ansi-colors 1.1.0
- ansi-colors 4.1.1
- ansi-escapes 4.3.2
- ansi-gray 0.1.1
- ansi-regex 2.1.1
- ansi-regex 5.0.1
- ansi-regex 6.0.1
- ansi-regex 6.2.0
- ansi-styles 2.2.1
- ansi-styles 3.2.1
- ansi-styles 4.3.0
- ansi-styles 6.2.1
- ansi-wrap 0.1.0
- anymatch 2.0.0
- anymatch 3.1.2
- append-buffer 1.0.2
- append-field 1.0.0
- aproba 1.2.0
- arch 2.2.0
- archive-type 4.0.0
- archiver 5.3.1
- archiver-utils 2.1.0
- archy 1.0.0
- are-we-there-yet 1.1.7
- arg 4.1.3
- argparse 1.0.10
- argparse 2.0.1
- arr-diff 4.0.0
- arr-filter 1.1.2
- arr-flatten 1.1.0
- arr-map 2.0.2
- arr-union 3.1.0
- array-each 1.0.1
- array-flatten 1.1.1
- array-from 2.1.1
- array-ify 1.0.0
- array-initial 1.1.0
- array-last 1.3.0
- array-slice 1.1.0
- array-sort 1.0.0
- array-unique 0.3.2
- array.prototype.map 1.0.5
- arrify 1.0.1
- asap 2.0.6
- asn1 0.2.6
- asn1.js 5.4.1
- assert 1.5.0
- assert-plus 1.0.0
- assign-symbols 1.0.0
- ast-types 0.13.4
- async 3.2.3
- async-done 1.3.2
- async-each 1.0.3
- async-retry 1.3.3
- async-settle 1.0.0
- asynckit 0.4.0
- at-least-node 1.0.0
- atob 2.1.2
- aws-sign2 0.7.0
- aws4 1.11.0
- b4a 1.6.7
- babel-code-frame 6.26.0
- babel-generator 6.26.1
- babel-messages 6.23.0
- babel-plugin-polyfill-corejs2 0.4.8
- babel-plugin-polyfill-corejs3 0.9.0
- babel-plugin-polyfill-regenerator 0.5.5
- babel-runtime 6.26.0
- babel-template 6.26.0
- babel-types 6.26.0
- babylon 6.18.0
- bach 1.2.0
- balanced-match 1.0.2
- bare-events 2.6.1
- base 0.11.2
- base64-js 1.5.1
- base64id 2.0.0
- bcrypt-pbkdf 1.0.2
- before-after-hook 2.2.3
- big-integer 1.6.52
- big.js 5.2.2
- bin-check 4.1.0
- bin-version 3.1.0
- bin-version-check 4.0.0
- bin-wrapper 4.1.0
- binary-extensions 1.13.1
- binary-extensions 2.2.0
- bindings 1.5.0
- bl 1.2.3
- bl 4.1.0
- bl 5.1.0
- block-stream 0.0.9
- bluebird 3.7.2
- boolean 3.2.0
- boxen 7.0.0
- bplist-parser 0.2.0
- brorand 1.1.0
- browser-stdout 1.3.1
- browserify-aes 1.2.0
- browserify-cipher 1.0.1
- browserify-des 1.0.2
- browserify-rsa 4.1.0
- browserify-zlib 0.2.0
- browserslist 4.23.0
- buffer 4.9.2
- buffer 5.7.1
- buffer 6.0.3
- buffer-alloc 1.2.0
- buffer-alloc-unsafe 1.1.0
- buffer-crc32 0.2.13
- buffer-equal 1.0.0
- buffer-fill 1.0.0
- buffer-from 1.1.2
- buffer-xor 1.0.3
- builtin-modules 1.1.1
- builtin-modules 3.2.0
- builtin-status-codes 3.0.0
- builtins 1.0.3
- builtins 2.0.1
- bundle-name 3.0.0
- busboy 0.2.14
- bytes 3.1.2
- cacache 12.0.4
- cacache 19.0.1
- cache-base 1.0.1
- cacheable-lookup 5.0.4
- cacheable-lookup 7.0.0
- cacheable-request 10.2.14
- cacheable-request 10.2.3
- cacheable-request 2.1.4
- cacheable-request 7.0.2
- call-bind 1.0.7
- call-bind-apply-helpers 1.0.2
- callsites 3.1.0
- camel-case 4.1.2
- camelcase 3.0.0
- camelcase 5.3.1
- camelcase 6.3.0
- camelcase 7.0.0
- camelcase-keys 6.2.2
- caniuse-lite 1.0.30001587
- capital-case 1.0.4
- caseless 0.12.0
- caw 2.0.1
- change-case 4.1.2
- chardet 0.7.0
- charm 1.0.2
- chokidar 2.1.8
- chokidar 3.5.3
- chownr 1.1.4
- chownr 2.0.0
- chownr 3.0.0
- chrome-launcher 0.13.4
- chrome-trace-event 1.0.3
- ci-info 3.7.0
- class-utils 0.3.6
- cli-boxes 3.0.0
- cli-cursor 3.1.0
- cli-cursor 4.0.0
- cli-spinners 2.9.2
- cli-width 4.1.0
- cliui 3.2.0
- cliui 6.0.0
- cliui 7.0.4
- cliui 8.0.1
- clone 1.0.4
- clone 2.1.2
- clone-buffer 1.0.0
- clone-response 1.0.2
- clone-stats 1.0.0
- cloneable-readable 1.1.3
- co 4.6.0
- code-point-at 1.1.0
- collection-map 1.0.0
- collection-visit 1.0.0
- color-convert 1.9.3
- color-convert 2.0.1
- color-name 1.1.3
- color-name 1.1.4
- color-support 1.1.3
- combined-stream 1.0.8
- command-exists 1.2.9
- commander 2.20.3
- commander 7.2.0
- commondir 1.0.1
- compare-func 2.0.0
- component-emitter 1.3.0
- compress-commons 4.1.1
- concat-map 0.0.1
- concat-stream 1.6.2
- concat-stream 2.0.0
- config-chain 1.1.13
- configstore 6.0.0
- connect 3.7.0
- console-browserify 1.2.0
- console-control-strings 1.1.0
- constant-case 3.0.4
- constants-browserify 1.0.0
- content-disposition 0.5.4
- content-type 1.0.5
- conventional-changelog 3.1.25
- conventional-changelog-angular 5.0.13
- conventional-changelog-angular 6.0.0
- conventional-changelog-atom 2.0.8
- conventional-changelog-codemirror 2.0.8
- conventional-changelog-conventionalcommits 4.6.3
- conventional-changelog-conventionalcommits 6.1.0
- conventional-changelog-core 4.2.4
- conventional-changelog-ember 2.0.9
- conventional-changelog-eslint 3.0.9
- conventional-changelog-express 2.0.6
- conventional-changelog-jquery 3.0.11
- conventional-changelog-jshint 2.0.9
- conventional-changelog-preset-loader 2.3.4
- conventional-changelog-writer 5.0.1
- conventional-commits-filter 2.0.7
- conventional-commits-parser 3.2.4
- conventional-commits-parser 4.0.0
- conventional-recommended-bump 6.1.0
- convert-source-map 1.8.0
- convert-source-map 2.0.0
- cookie 0.7.1
- cookie 0.7.2
- cookie-signature 1.0.6
- copy-concurrently 1.0.5
- copy-descriptor 0.1.1
- copy-props 2.0.5
- core-js 2.6.12
- core-js 3.22.2
- core-js-compat 3.36.0
- core-util-is 1.0.2
- cors 2.8.5
- cosmiconfig 8.1.3
- cosmiconfig 8.3.6
- cosmiconfig-typescript-loader 4.4.0
- crc-32 1.2.2
- crc32-stream 4.0.2
- create-ecdh 4.0.4
- create-hash 1.2.0
- create-hmac 1.1.7
- create-require 1.1.1
- cross-spawn 7.0.6
- crypto-browserify 3.12.0
- crypto-random-string 4.0.0
- css-shorthand-properties 1.1.1
- css-value 0.0.1
- custom-event 1.0.1
- cyclist 1.0.1
- d 1.0.1
- dargs 7.0.0
- dashdash 1.14.1
- data-uri-to-buffer 4.0.1
- data-uri-to-buffer 6.0.2
- date-format 4.0.9
- dateformat 3.0.3
- debounce 1.2.1
- debug 2.6.9
- debug 4.3.4
- debug 4.4.1
- decamelize 1.2.0
- decamelize 4.0.0
- decamelize-keys 1.1.1
- decode-uri-component 0.2.2
- decompress-response 3.3.0
- decompress-response 6.0.0
- decompress-tar 4.1.1
- decompress-tarbz2 4.1.1
- decompress-targz 4.1.1
- decompress-unzip 4.0.1
- deep-extend 0.6.0
- deep-is 0.1.4
- deepmerge 4.2.2
- default-browser 4.0.0
- default-browser-id 3.0.0
- default-compare 1.0.0
- default-resolution 2.0.0
- defaults 1.0.4
- defer-to-connect 2.0.1
- define-data-property 1.1.4
- define-lazy-prop 3.0.0
- define-properties 1.1.4
- define-property 0.2.5
- define-property 1.0.0
- define-property 2.0.2
- degenerator 4.0.4
- delayed-stream 1.0.0
- delegates 1.0.0
- depd 2.0.0
- deprecation 2.3.1
- des.js 1.0.1
- destroy 1.2.0
- detect-file 1.0.0
- detect-indent 4.0.0
- detect-node 2.1.0
- devtools 6.12.1
- devtools-protocol 0.0.818844
- dezalgo 1.0.4
- di 0.0.1
- diffie-hellman 5.0.3
- dir-glob 3.0.1
- doctrine 3.0.0
- dom-serialize 2.2.1
- domain-browser 1.2.0
- dot-case 3.0.4
- dot-prop 5.3.0
- dot-prop 6.0.1
- download 7.1.0
- dts-critic 3.3.11
- dunder-proto 1.0.1
- duplexer 0.1.2
- duplexer3 0.1.4
- duplexify 3.7.1
- each-props 1.3.2
- eastasianwidth 0.2.0
- ecc-jsbn 0.1.2
- edge-paths 2.2.1
- ee-first 1.1.1
- electron-to-chromium 1.4.672
- emoji-regex 8.0.0
- emoji-regex 9.2.2
- emojis-list 3.0.0
- encodeurl 1.0.2
- encodeurl 2.0.0
- encoding 0.1.13
- end-of-stream 1.4.4
- engine.io-parser 5.2.3
- enhanced-resolve 4.5.0
- ent 2.2.0
- env-paths 2.2.1
- err-code 2.0.3
- errno 0.1.8
- error-ex 1.3.2
- es-abstract 1.20.5
- es-array-method-boxes-properly 1.0.0
- es-define-property 1.0.1
- es-errors 1.3.0
- es-get-iterator 1.1.2
- es-object-atoms 1.1.1
- es-set-tostringtag 2.1.0
- es-to-primitive 1.2.1
- es6-error 4.1.1
- es6-iterator 2.0.3
- es6-symbol 3.1.3
- es6-weak-map 2.0.3
- escalade 3.1.1
- escape-goat 4.0.0
- escape-html 1.0.3
- escape-string-regexp 1.0.5
- escape-string-regexp 4.0.0
- escape-string-regexp 5.0.0
- escodegen 1.14.3
- eslint-scope 4.0.3
- eslint-scope 7.2.2
- eslint-visitor-keys 3.4.3
- espree 9.6.1
- esprima 4.0.1
- esquery 1.5.0
- esrecurse 4.3.0
- estraverse 4.3.0
- estraverse 5.3.0
- estree-walker 1.0.1
- estree-walker 2.0.2
- esutils 2.0.3
- etag 1.8.1
- event-emitter 0.3.5
- eventemitter3 4.0.7
- events 3.3.0
- evp_bytestokey 1.0.3
- execa 0.7.0
- execa 1.0.0
- execa 5.1.1
- execa 7.1.1
- execa 7.2.0
- executable 4.1.1
- expand-brackets 2.1.4
- expand-tilde 2.0.2
- exponential-backoff 3.1.2
- ext 1.6.0
- ext-list 2.2.2
- ext-name 5.0.0
- extend 3.0.2
- extend-shallow 2.0.1
- extend-shallow 3.0.2
- external-editor 3.1.0
- extglob 2.0.4
- extract-zip 2.0.1
- extsprintf 1.3.0
- fancy-log 1.3.3
- fast-deep-equal 1.1.0
- fast-deep-equal 2.0.1
- fast-deep-equal 3.1.3
- fast-fifo 1.3.2
- fast-glob 3.3.2
- fast-json-stable-stringify 2.1.0
- fast-levenshtein 1.1.4
- fast-levenshtein 2.0.6
- fastq 1.14.0
- fd-slicer 1.1.0
- fdir 6.5.0
- fetch-blob 3.2.0
- figgy-pudding 3.5.2
- figures 1.7.0
- figures 5.0.0
- file-entry-cache 6.0.1
- file-type 3.9.0
- file-type 4.4.0
- file-type 5.2.0
- file-type 6.2.0
- file-type 8.1.0
- file-uri-to-path 1.0.0
- filename-reserved-regex 2.0.0
- filenamify 2.1.0
- fill-range 4.0.0
- fill-range 7.0.1
- finalhandler 1.1.2
- finalhandler 1.3.1
- find-cache-dir 2.1.0
- find-up 1.1.2
- find-up 2.1.0
- find-up 3.0.0
- find-up 4.1.0
- find-up 5.0.0
- find-versions 3.2.0
- findup-sync 2.0.0
- findup-sync 3.0.0
- fined 1.2.0
- flagged-respawn 1.0.1
- flat 5.0.2
- flat-cache 3.0.4
- flush-write-stream 1.1.1
- for-in 1.0.2
- for-own 1.0.0
- foreground-child 3.3.1
- forever-agent 0.6.1
- form-data-encoder 2.1.4
- formdata-polyfill 4.0.10
- forwarded 0.2.0
- fragment-cache 0.2.1
- fresh 0.5.2
- from2 2.3.0
- fs-constants 1.0.0
- fs-minipass 2.1.0
- fs-minipass 3.0.3
- fs-mkdirp-stream 1.0.0
- fs-write-stream-atomic 1.0.10
- fs.realpath 1.0.0
- fsevents 1.2.13
- fsevents 2.3.2
- fstream 1.0.12
- function-bind 1.1.2
- function.prototype.name 1.1.5
- functions-have-names 1.2.3
- gauge 2.7.4
- gensync 1.0.0-beta.2
- get-caller-file 1.0.3
- get-caller-file 2.0.5
- get-intrinsic 1.3.0
- get-pkg-repo 4.2.1
- get-port 5.1.1
- get-proto 1.0.1
- get-proxy 2.1.0
- get-symbol-description 1.0.0
- get-uri 6.0.3
- get-value 2.0.6
- getpass 0.1.7
- git-raw-commits 2.0.11
- git-remote-origin-url 2.0.0
- git-semver-tags 4.1.1
- git-up 7.0.0
- git-url-parse 13.1.0
- gitconfiglocal 1.0.0
- glob 10.5.0
- glob 7.2.3
- glob 8.1.0
- glob-parent 3.1.0
- glob-parent 5.1.2
- glob-parent 6.0.2
- glob-stream 6.1.0
- glob-watcher 5.0.5
- global-agent 2.2.0
- global-dirs 0.1.1
- global-dirs 3.0.1
- global-modules 1.0.0
- global-prefix 1.0.2
- globals 11.12.0
- globals 13.24.0
- globals 9.18.0
- globalthis 1.0.2
- globby 13.1.4
- glogg 1.0.2
- gopd 1.2.0
- got 12.5.3
- got 12.6.1
- graceful-fs 4.2.10
- grapheme-splitter 1.0.4
- graphemer 1.4.0
- gulp-cli 2.3.0
- gulplog 1.0.0
- gzip-size 3.0.0
- har-schema 2.0.0
- har-validator 5.1.5
- hard-rejection 2.1.0
- has 1.0.3
- has-ansi 2.0.0
- has-bigints 1.0.2
- has-flag 3.0.0
- has-flag 4.0.0
- has-property-descriptors 1.0.2
- has-symbol-support-x 1.4.2
- has-symbols 1.1.0
- has-to-string-tag-x 1.4.1
- has-tostringtag 1.0.2
- has-unicode 2.0.1
- has-value 0.3.1
- has-value 1.0.0
- has-values 0.1.4
- has-values 1.0.0
- has-yarn 3.0.0
- hash-base 3.1.0
- hash.js 1.1.7
- hasown 2.0.2
- he 1.2.0
- header-case 2.0.4
- hexoid 1.0.0
- hmac-drbg 1.0.1
- homedir-polyfill 1.0.3
- hosted-git-info 2.8.9
- hosted-git-info 4.1.0
- hosted-git-info 8.1.0
- html-escaper 2.0.2
- http-cache-semantics 4.1.1
- http-errors 2.0.0
- http-proxy 1.18.1
- http-proxy-agent 7.0.2
- http-signature 1.2.0
- http2-wrapper 1.0.3
- http2-wrapper 2.2.0
- http2-wrapper 2.2.1
- https-browserify 1.0.0
- https-proxy-agent 4.0.0
- https-proxy-agent 7.0.4
- https-proxy-agent 7.0.6
- human-signals 2.1.0
- human-signals 4.3.1
- iconv-lite 0.4.24
- iconv-lite 0.6.3
- ieee754 1.2.1
- iferr 0.1.5
- ignore 5.2.0
- ignore-walk 7.0.0
- import-fresh 3.3.0
- import-lazy 3.1.0
- import-lazy 4.0.0
- imurmurhash 0.1.4
- indent-string 4.0.0
- infer-owner 1.0.4
- inflight 1.0.6
- inherits 2.0.1
- inherits 2.0.3
- inherits 2.0.4
- ini 1.3.8
- ini 2.0.0
- ini 5.0.0
- inquirer 9.2.6
- internal-slot 1.0.3
- interpret 1.4.0
- into-stream 3.1.0
- invariant 2.2.4
- invert-kv 1.0.0
- ipaddr.js 1.9.1
- is-absolute 1.0.0
- is-accessor-descriptor 0.1.6
- is-accessor-descriptor 1.0.0
- is-arguments 1.1.1
- is-arrayish 0.2.1
- is-bigint 1.0.4
- is-binary-path 1.0.1
- is-binary-path 2.1.0
- is-boolean-object 1.1.2
- is-buffer 1.1.6
- is-callable 1.2.7
- is-ci 3.0.1
- is-core-module 2.9.0
- is-data-descriptor 0.1.4
- is-data-descriptor 1.0.0
- is-date-object 1.0.5
- is-descriptor 0.1.6
- is-descriptor 1.0.2
- is-docker 2.2.1
- is-docker 3.0.0
- is-extendable 0.1.1
- is-extendable 1.0.1
- is-extglob 2.1.1
- is-finite 1.1.0
- is-fullwidth-code-point 1.0.0
- is-fullwidth-code-point 3.0.0
- is-glob 3.1.0
- is-glob 4.0.3
- is-inside-container 1.0.0
- is-installed-globally 0.4.0
- is-interactive 1.0.0
- is-interactive 2.0.0
- is-map 2.0.2
- is-module 1.0.0
- is-natural-number 4.0.1
- is-negated-glob 1.0.0
- is-negative-zero 2.0.2
- is-npm 6.0.0
- is-number 3.0.0
- is-number 4.0.0
- is-number 7.0.0
- is-number-object 1.0.7
- is-obj 2.0.0
- is-object 1.0.2
- is-path-inside 3.0.3
- is-plain-obj 1.1.0
- is-plain-obj 2.1.0
- is-plain-object 2.0.4
- is-plain-object 5.0.0
- is-promise 2.2.2
- is-reference 1.2.1
- is-regex 1.1.4
- is-relative 1.0.0
- is-retry-allowed 1.2.0
- is-set 2.0.2
- is-shared-array-buffer 1.0.2
- is-ssh 1.4.0
- is-stream 1.1.0
- is-stream 2.0.1
- is-stream 3.0.0
- is-string 1.0.7
- is-symbol 1.0.4
- is-text-path 1.0.1
- is-typedarray 1.0.0
- is-unc-path 1.0.0
- is-unicode-supported 0.1.0
- is-unicode-supported 1.3.0
- is-utf8 0.2.1
- is-valid-glob 1.0.0
- is-weakref 1.0.2
- is-windows 1.0.2
- is-wsl 1.1.0
- is-wsl 2.2.0
- is-yarn-global 0.4.1
- isarray 0.0.1
- isarray 1.0.0
- isarray 2.0.5
- isbinaryfile 4.0.10
- isexe 2.0.0
- isexe 3.1.1
- isobject 2.1.0
- isobject 3.0.1
- isstream 0.1.2
- issue-parser 6.0.0
- istanbul-lib-coverage 1.2.1
- istanbul-lib-coverage 3.2.2
- istanbul-lib-instrument 1.10.2
- istanbul-lib-report 3.0.1
- istanbul-reports 3.2.0
- isurl 1.0.0
- iterate-iterator 1.0.2
- iterate-value 1.0.2
- jackspeak 3.4.3
- jasmine-ajax 3.4.0
- jest-worker 26.6.2
- js-tokens 3.0.2
- js-tokens 4.0.0
- jsbn 0.1.1
- jsesc 0.5.0
- jsesc 1.3.0
- jsesc 2.5.2
- json-buffer 3.0.0
- json-buffer 3.0.1
- json-parse-better-errors 1.0.2
- json-parse-even-better-errors 2.3.1
- json-parse-even-better-errors 4.0.0
- json-schema 0.4.0
- json-schema-traverse 0.3.1
- json-schema-traverse 0.4.1
- json-schema-traverse 1.0.0
- json-stable-stringify 1.0.1
- json-stable-stringify-without-jsonify 1.0.1
- json-stringify-safe 5.0.1
- json5 1.0.2
- json5 2.2.3
- jsonfile 4.0.0
- jsonfile 6.1.0
- jsonify 0.0.0
- jsonparse 1.3.1
- JSONStream 1.3.5
- jsprim 1.4.2
- just-debounce 1.1.0
- just-extend 4.2.1
- keyv 3.0.0
- keyv 4.5.4
- kind-of 3.2.2
- kind-of 4.0.0
- kind-of 5.1.0
- kind-of 6.0.3
- last-run 1.1.1
- latest-version 7.0.0
- lazystream 1.0.1
- lcid 1.0.0
- lcov-parse 1.0.0
- lead 1.0.0
- levn 0.3.0
- levn 0.4.1
- liftoff 3.1.0
- lighthouse-logger 1.3.0
- limiter 1.1.5
- lines-and-columns 1.2.4
- load-json-file 1.1.0
- load-json-file 4.0.0
- loader-runner 2.4.0
- loader-utils 1.4.2
- locate-path 2.0.0
- locate-path 3.0.0
- locate-path 5.0.0
- locate-path 6.0.0
- lodash.camelcase 4.3.0
- lodash.capitalize 4.2.1
- lodash.clonedeep 4.5.0
- lodash.debounce 4.0.8
- lodash.defaults 4.2.0
- lodash.difference 4.5.0
- lodash.escaperegexp 4.1.2
- lodash.flatten 4.4.0
- lodash.get 4.4.2
- lodash.isfunction 3.0.9
- lodash.ismatch 4.4.0
- lodash.isobject 3.0.2
- lodash.isplainobject 4.0.6
- lodash.isstring 4.0.1
- lodash.kebabcase 4.1.1
- lodash.merge 4.6.2
- lodash.mergewith 4.6.2
- lodash.snakecase 4.1.1
- lodash.startcase 4.4.0
- lodash.union 4.6.0
- lodash.uniq 4.5.0
- lodash.uniqby 4.7.0
- lodash.upperfirst 4.3.1
- lodash.zip 4.2.0
- log-driver 1.2.7
- log-symbols 4.1.0
- log-symbols 5.1.0
- log4js 6.4.6
- loglevel 1.8.0
- loglevel-plugin-prefix 0.8.4
- lolex 2.7.5
- lolex 5.1.2
- loose-envify 1.4.0
- lower-case 2.0.2
- lowercase-keys 1.0.0
- lowercase-keys 1.0.1
- lowercase-keys 2.0.0
- lowercase-keys 3.0.0
- lru-cache 10.4.3
- lru-cache 4.1.5
- lru-cache 5.1.1
- lru-cache 6.0.0
- lru-cache 7.18.3
- lru-queue 0.1.0
- macos-release 3.2.0
- magic-string 0.25.9
- make-dir 1.3.0
- make-dir 2.1.0
- make-dir 4.0.0
- make-error 1.3.6
- make-fetch-happen 14.0.3
- make-iterator 1.0.1
- map-cache 0.2.2
- map-obj 1.0.1
- map-obj 4.3.0
- map-visit 1.0.0
- marky 1.2.4
- matchdep 2.0.0
- matched 5.0.1
- matcher 3.0.0
- math-intrinsics 1.1.0
- maxmin 2.1.0
- md5.js 1.3.5
- media-typer 0.3.0
- memory-fs 0.4.1
- memory-fs 0.5.0
- meow 8.1.2
- merge-descriptors 1.0.3
- merge-stream 2.0.0
- merge2 1.4.1
- methods 1.1.2
- miller-rabin 4.0.1
- mime 1.6.0
- mime 2.6.0
- mime-db 1.52.0
- mime-types 2.1.35
- mimic-fn 2.1.0
- mimic-fn 4.0.0
- mimic-response 1.0.1
- mimic-response 3.1.0
- mimic-response 4.0.0
- min-indent 1.0.1
- minimalistic-assert 1.0.1
- minimalistic-crypto-utils 1.0.1
- minimist-options 4.1.0
- minipass 3.1.6
- minipass 3.3.6
- minipass 5.0.0
- minipass 7.1.2
- minipass-collect 2.0.1
- minipass-fetch 4.0.1
- minipass-flush 1.0.5
- minipass-pipeline 1.2.4
- minipass-sized 1.0.3
- minizlib 2.1.2
- minizlib 3.0.2
- mississippi 3.0.0
- mixin-deep 1.3.2
- mkdirp 0.5.6
- mkdirp 1.0.4
- mkdirp 3.0.1
- mkdirp-classic 0.5.3
- modify-values 1.0.1
- move-concurrently 1.0.1
- ms 2.0.0
- ms 2.1.2
- ms 2.1.3
- mute-stdout 1.0.1
- mute-stream 1.0.0
- nan 2.15.0
- nanomatch 1.2.13
- natural-compare 1.4.0
- negotiator 0.6.3
- negotiator 1.0.0
- neo-async 2.6.2
- netmask 2.0.2
- new-github-release-url 2.0.0
- next-tick 1.1.0
- nice-try 1.0.5
- nise 1.5.3
- no-case 3.0.4
- node-domexception 1.0.0
- node-fetch 2.6.7
- node-fetch 3.3.1
- node-gyp 11.4.2
- node-libs-browser 2.2.1
- node-releases 2.0.14
- nopt 8.1.0
- normalize-package-data 2.5.0
- normalize-package-data 3.0.3
- normalize-path 2.1.1
- normalize-path 3.0.0
- normalize-url 2.0.1
- normalize-url 6.1.0
- normalize-url 8.0.0
- now-and-later 2.0.1
- npm-bundled 4.0.0
- npm-conf 1.1.3
- npm-install-checks 7.1.2
- npm-normalize-package-bin 4.0.0
- npm-package-arg 12.0.2
- npm-package-arg 8.1.5
- npm-packlist 9.0.0
- npm-pick-manifest 10.0.0
- npm-registry-fetch 18.0.2
- npm-run-path 2.0.2
- npm-run-path 4.0.1
- npm-run-path 5.2.0
- npmlog 4.1.2
- number-is-nan 1.0.1
- oauth-sign 0.9.0
- object-assign 4.1.1
- object-copy 0.1.0
- object-inspect 1.13.3
- object-keys 1.1.1
- object-visit 1.0.1
- object.assign 4.1.4
- object.defaults 1.1.0
- object.map 1.0.1
- object.pick 1.3.0
- object.reduce 1.0.1
- on-finished 2.3.0
- on-finished 2.4.1
- once 1.4.0
- onetime 5.1.2
- onetime 6.0.0
- open 9.1.0
- optionator 0.8.3
- optionator 0.9.3
- ora 5.4.1
- ora 6.3.1
- ordered-read-streams 1.0.1
- os-browserify 0.3.0
- os-filter-obj 2.0.0
- os-locale 1.4.0
- os-name 5.1.0
- os-tmpdir 1.0.2
- p-cancelable 0.4.1
- p-cancelable 2.1.1
- p-cancelable 3.0.0
- p-event 2.3.1
- p-finally 1.0.0
- p-is-promise 1.1.0
- p-limit 1.3.0
- p-limit 2.3.0
- p-limit 3.1.0
- p-locate 2.0.0
- p-locate 3.0.0
- p-locate 4.1.0
- p-locate 5.0.0
- p-map 7.0.3
- p-timeout 2.0.1
- p-try 1.0.0
- p-try 2.2.0
- pac-proxy-agent 6.0.4
- pac-resolver 6.0.2
- package-json 8.1.0
- package-json-from-dist 1.0.1
- pako 1.0.11
- parallel-transform 1.2.0
- param-case 3.0.4
- parent-module 1.0.1
- parse-asn1 5.1.6
- parse-filepath 1.0.2
- parse-github-url 1.0.2
- parse-json 2.2.0
- parse-json 4.0.0
- parse-json 5.2.0
- parse-node-version 1.0.1
- parse-passwd 1.0.0
- parse-path 7.0.0
- parse-url 8.1.0
- parseurl 1.3.3
- parsimmon 1.18.1
- pascal-case 3.1.2
- pascalcase 0.1.1
- path-browserify 0.0.1
- path-case 3.0.4
- path-dirname 1.0.2
- path-exists 2.1.0
- path-exists 3.0.0
- path-exists 4.0.0
- path-is-absolute 1.0.1
- path-key 2.0.1
- path-key 3.1.1
- path-key 4.0.0
- path-parse 1.0.7
- path-root 0.1.1
- path-root-regex 0.1.2
- path-scurry 1.11.1
- path-type 1.1.0
- path-type 3.0.0
- path-type 4.0.0
- pend 1.2.0
- performance-now 2.1.0
- picocolors 1.0.0
- pify 2.3.0
- pify 3.0.0
- pify 4.0.1
- pinkie 2.0.4
- pinkie-promise 2.0.1
- pkg-dir 3.0.0
- pkg-dir 4.2.0
- posix-character-classes 0.1.1
- prelude-ls 1.1.2
- prelude-ls 1.2.1
- prepend-http 2.0.0
- pretty-hrtime 1.0.3
- proc-log 5.0.0
- process 0.11.10
- process-nextick-args 2.0.1
- progress 2.0.3
- promise-inflight 1.0.1
- promise-retry 2.0.1
- promise.allsettled 1.0.6
- proto-list 1.2.4
- protocols 2.0.1
- proxy-addr 2.0.7
- proxy-agent 6.2.1
- prr 1.0.1
- pseudomap 1.0.2
- psl 1.8.0
- public-encrypt 4.0.3
- pump 2.0.1
- pump 3.0.0
- pumpify 1.5.1
- punycode 1.3.2
- punycode 1.4.1
- punycode 2.1.1
- pupa 3.1.0
- puppeteer-core 5.5.0
- q 1.5.1
- qjobs 1.2.0
- query-string 5.1.1
- querystring 0.2.0
- querystring-es3 0.2.1
- queue-microtask 1.2.3
- quick-lru 4.0.1
- quick-lru 5.1.1
- randombytes 2.1.0
- randomfill 1.0.4
- range-parser 1.2.1
- raw-body 2.5.2
- rc 1.2.8
- read-pkg 1.1.0
- read-pkg 3.0.0
- read-pkg 5.2.0
- read-pkg-up 1.0.1
- read-pkg-up 3.0.0
- read-pkg-up 7.0.1
- readable-stream 1.1.14
- readable-stream 2.3.7
- readable-stream 3.6.0
- readdir-glob 1.1.1
- readdirp 2.2.1
- readdirp 3.6.0
- rechoir 0.6.2
- redent 3.0.0
- regenerate 1.4.2
- regenerate-unicode-properties 10.1.1
- regenerator-runtime 0.11.1
- regenerator-runtime 0.14.1
- regenerator-transform 0.15.2
- regex-not 1.0.2
- regexp.prototype.flags 1.4.3
- regexpu-core 5.3.2
- registry-auth-token 5.0.1
- registry-url 6.0.1
- regjsparser 0.9.1
- remove-bom-buffer 3.0.0
- remove-bom-stream 1.2.0
- remove-trailing-separator 1.1.0
- repeat-element 1.1.4
- repeat-string 1.6.1
- repeating 2.0.1
- replace-ext 1.0.1
- replace-homedir 1.0.0
- require-directory 2.1.1
- require-from-string 2.0.2
- require-main-filename 1.0.1
- require-main-filename 2.0.0
- requires-port 1.0.0
- resolve 1.22.0
- resolve-alpn 1.2.1
- resolve-dir 1.0.1
- resolve-from 4.0.0
- resolve-from 5.0.0
- resolve-global 1.0.0
- resolve-options 1.1.0
- resolve-url 0.2.1
- responselike 1.0.2
- responselike 2.0.0
- responselike 3.0.0
- resq 1.10.2
- restore-cursor 3.1.0
- restore-cursor 4.0.0
- ret 0.1.15
- retry 0.12.0
- retry 0.13.1
- reusify 1.0.4
- rfdc 1.3.0
- rgb2hex 0.2.3
- rimraf 2.7.1
- rimraf 3.0.2
- ripemd160 2.0.2
- roarr 2.15.4
- run-applescript 5.0.0
- run-async 3.0.0
- run-parallel 1.2.0
- run-queue 1.0.3
- rxjs 7.8.1
- safe-buffer 5.1.2
- safe-buffer 5.2.1
- safe-regex 1.1.0
- safe-regex-test 1.0.0
- safe-resolve 1.0.0
- safer-buffer 2.1.2
- samsam 1.3.0
- saucelabs 4.7.8
- schema-utils 0.3.0
- schema-utils 1.0.0
- seek-bzip 1.0.6
- semver 6.3.1
- semver 7.5.4
- semver 7.7.2
- semver 7.7.3
- semver-compare 1.0.0
- semver-diff 4.0.0
- semver-greatest-satisfied-range 1.1.0
- semver-truncate 1.1.2
- send 0.19.0
- sentence-case 3.0.4
- serialize-error 7.0.1
- serialize-error 8.1.0
- serve-static 1.16.2
- set-blocking 2.0.0
- set-function-length 1.2.2
- set-value 2.0.1
- setimmediate 1.0.5
- setprototypeof 1.2.0
- shebang-command 1.2.0
- shebang-command 2.0.0
- shebang-regex 1.0.0
- shebang-regex 3.0.0
- shelljs 0.8.5
- side-channel 1.0.6
- signal-exit 3.0.7
- signal-exit 4.1.0
- slash 4.0.0
- slide 1.1.6
- smart-buffer 4.2.0
- snake-case 3.0.4
- snapdragon 0.8.2
- snapdragon-node 2.1.1
- snapdragon-util 3.0.1
- socket.io 4.8.1
- socket.io-adapter 2.5.5
- socks 2.8.7
- socks-proxy-agent 8.0.5
- sort-keys 1.1.2
- sort-keys 2.0.0
- sort-keys-length 1.0.1
- source-list-map 2.0.1
- source-map 0.5.7
- source-map 0.6.1
- source-map-resolve 0.5.3
- source-map-support 0.5.21
- source-map-url 0.4.1
- sourcemap-codec 1.4.8
- sparkles 1.0.1
- spdx-correct 3.1.1
- spdx-exceptions 2.3.0
- spdx-expression-parse 3.0.1
- spdx-license-ids 3.0.11
- split 1.0.1
- split-string 3.1.0
- split2 3.2.2
- sprintf-js 1.0.3
- sprintf-js 1.1.2
- sshpk 1.17.0
- ssri 12.0.0
- ssri 6.0.2
- ssri 8.0.1
- stack-trace 0.0.10
- static-extend 0.1.2
- statuses 1.5.0
- statuses 2.0.1
- stdin-discarder 0.1.0
- stream-browserify 2.0.2
- stream-each 1.2.3
- stream-exhaust 1.0.2
- stream-http 2.8.3
- stream-shift 1.0.1
- streamroller 3.0.8
- streamsearch 0.1.2
- streamx 2.22.1
- strict-uri-encode 1.1.0
- string-width 1.0.2
- string-width 4.2.3
- string-width 5.1.2
- string-width-cjs 4.2.3
- string.prototype.trimend 1.0.6
- string.prototype.trimstart 1.0.6
- string_decoder 0.10.31
- string_decoder 1.1.1
- string_decoder 1.3.0
- strip-ansi 3.0.1
- strip-ansi 6.0.1
- strip-ansi 7.0.1
- strip-ansi 7.1.0
- strip-ansi-cjs 6.0.1
- strip-bom 2.0.0
- strip-bom 3.0.0
- strip-dirs 2.1.0
- strip-eof 1.0.0
- strip-final-newline 2.0.0
- strip-final-newline 3.0.0
- strip-indent 3.0.0
- strip-json-comments 2.0.1
- strip-json-comments 3.1.1
- strip-outer 1.0.1
- supports-color 2.0.0
- supports-color 5.5.0
- supports-color 7.2.0
- supports-color 8.1.1
- supports-preserve-symlinks-flag 1.0.0
- sver-compat 1.5.0
- tapable 1.1.3
- tar-fs 2.1.4
- terser 4.8.1
- terser 5.14.2
- terser-webpack-plugin 1.4.5
- test-exclude 7.0.1
- text-decoder 1.2.3
- text-extensions 1.9.0
- text-table 0.2.0
- through 2.3.8
- through2 2.0.5
- through2 4.0.2
- through2-filter 3.0.0
- time-stamp 1.1.0
- timed-out 4.0.1
- timers-browserify 2.0.12
- timers-ext 0.1.7
- tinyglobby 0.2.14
- titleize 3.0.0
- to-absolute-glob 2.0.2
- to-arraybuffer 1.0.1
- to-buffer 1.1.1
- to-fast-properties 1.0.3
- to-fast-properties 2.0.0
- to-object-path 0.3.0
- to-regex 3.0.2
- to-regex-range 2.1.1
- to-regex-range 5.0.1
- to-through 2.0.0
- toidentifier 1.0.1
- tr46 0.0.3
- trim-newlines 3.0.1
- trim-repeated 1.0.0
- trim-right 1.0.1
- ts-node 10.9.2
- tslib 1.14.1
- tslib 2.4.0
- tslint 5.14.0
- tsutils 2.29.0
- tty-browserify 0.0.0
- tuf-js 3.1.0
- tunnel 0.0.6
- tunnel-agent 0.6.0
- tweetnacl 0.14.5
- type 1.2.0
- type 2.6.0
- type-check 0.3.2
- type-check 0.4.0
- type-detect 4.0.8
- type-fest 0.13.1
- type-fest 0.18.1
- type-fest 0.20.2
- type-fest 0.21.3
- type-fest 0.6.0
- type-fest 0.8.1
- type-fest 1.4.0
- type-fest 2.19.0
- type-is 1.6.18
- typedarray 0.0.6
- typedarray-to-buffer 3.1.5
- ua-parser-js 0.7.33
- uglify-js 3.17.4
- unbox-primitive 1.0.2
- unbzip2-stream 1.4.3
- unc-path-regex 0.1.2
- undertaker 1.3.0
- undertaker-registry 1.0.1
- unicode-canonical-property-names-ecmascript 2.0.0
- unicode-match-property-ecmascript 2.0.0
- unicode-match-property-value-ecmascript 2.1.0
- unicode-property-aliases-ecmascript 2.1.0
- union-value 1.0.1
- unique-filename 1.1.1
- unique-filename 4.0.0
- unique-slug 2.0.2
- unique-slug 5.0.0
- unique-stream 2.3.1
- unique-string 3.0.0
- universal-user-agent 6.0.1
- universalify 0.1.2
- universalify 2.0.0
- universalify 2.0.1
- unpipe 1.0.0
- unset-value 1.0.0
- untildify 4.0.0
- upath 1.2.0
- update-browserslist-db 1.0.13
- update-notifier 6.0.2
- upper-case 2.0.2
- upper-case-first 2.0.2
- uri-js 4.4.1
- urix 0.1.0
- url 0.11.0
- url-join 5.0.0
- url-parse-lax 3.0.0
- url-to-options 1.0.1
- use 3.1.1
- util 0.10.3
- util 0.11.1
- util-deprecate 1.0.2
- utils-merge 1.0.1
- v8-compile-cache-lib 3.0.1
- v8-to-istanbul 9.3.0
- v8flags 3.2.0
- validate-npm-package-license 3.0.4
- validate-npm-package-name 3.0.0
- validate-npm-package-name 6.0.2
- value-or-function 3.0.0
- vary 1.1.2
- verror 1.10.0
- vinyl 2.2.1
- vinyl-fs 3.0.3
- vinyl-sourcemap 1.1.0
- vm-browserify 1.1.2
- void-elements 2.0.1
- watchpack 1.7.5
- watchpack-chokidar2 2.0.1
- wcwidth 1.0.1
- web-streams-polyfill 3.3.2
- web-streams-polyfill 4.0.0-beta.3
- webdriver 6.12.1
- webdriverio 6.12.1
- webidl-conversions 3.0.1
- webpack 4.46.0
- webpack-sources 1.4.3
- whatwg-url 5.0.0
- which 1.3.1
- which 2.0.2
- which 5.0.0
- which-boxed-primitive 1.0.2
- which-module 1.0.0
- which-module 2.0.0
- wide-align 1.1.3
- widest-line 4.0.1
- wildcard-match 5.1.2
- windows-release 5.1.1
- word-wrap 1.2.5
- wordwrap 1.0.0
- worker-farm 1.7.0
- workerpool 6.2.1
- wrap-ansi 2.1.0
- wrap-ansi 6.2.0
- wrap-ansi 7.0.0
- wrap-ansi 8.0.1
- wrap-ansi 8.1.0
- wrap-ansi-cjs 7.0.0
- wrappy 1.0.2
- write-file-atomic 3.0.3
- xdg-basedir 5.1.0
- xtend 4.0.2
- y18n 3.2.2
- y18n 4.0.3
- y18n 5.0.8
- yallist 2.1.2
- yallist 3.1.1
- yallist 4.0.0
- yallist 5.0.0
- yargs 15.4.1
- yargs 16.2.0
- yargs 17.7.2
- yargs 7.1.2
- yargs-parser 18.1.3
- yargs-parser 20.2.4
- yargs-parser 21.1.1
- yargs-parser 5.0.1
- yargs-unparser 2.0.0
- yauzl 2.10.0
- yn 3.1.1
- yocto-queue 0.1.0
- zip-stream 4.1.0
Review auto-merge candidates and open PRs in a guided flow.
Glossary
What the labels and signals mean.
Glossary
What the labels and signals mean.
- Trust Save
- A package upgrade Arguss would have blocked despite the new version being available, because trust signals, like ownership transfer or a new maintainer, fired during the upgrade window. The name reflects what the agent did for the user: saved them from a potentially malicious update that a version-only auto-PR tool would have merged.
- AUTO-MERGE
- Verdict tier indicating the fix passes all three lenses cleanly. After you confirm action from a Scan assessment, Arguss opens a pull request for the upgrade; it does not merge PRs on GitHub. The envelope is conservative on purpose: patch or minor version bump, trust signals unchanged, blast radius bounded, real tests pass.
- REVIEW
- Verdict tier requiring a human decision. At least one veto fired during fix-confidence evaluation, trust signals shifted, the pipeline can't verify post-upgrade behavior, or the upgrade is a major version bump. The agent surfaces the reasons; the developer decides.
- DECLINE
- Verdict tier indicating no remediation is recommended. Typically applies when no fix version exists for the finding, or when multiple critical vetoes make even human review unproductive.
fix_kind.major- Veto signal that fires when the available fix requires a major version bump (1.x → 2.x). Major bumps imply potential breaking changes and fall outside the auto-merge envelope by default, even when the upgrade is the only available fix.
trust.new_maintainer- Veto signal that fires when a package added a new maintainer during the upgrade window, meaning between the user's current version and the proposed upgrade. New publishing identities are a well-documented attack vector for typosquats and supply chain takeovers.
trust.ownership_transferred- Veto signal that fires when a package's primary maintainer changed during the upgrade window. Combined with
trust.new_maintainer, this is the highest-risk trust combination, typical of the xz-utils style attacks and historical npm credential theft incidents. pipeline.test_reality- Veto signal that fires when Arguss can't verify tests will run on the upgraded code. Four conditions must hold: a test script exists in
package.json, it isn't a no-op, real test files exist, and a workflow actually invokes them. If any fail, the fix cannot qualify for AUTO_MERGE because there's no way to verify the upgrade didn't break the user's project. - CVSS
- Common Vulnerability Scoring System. A numeric score (0.0–10.0) representing how damaging a vulnerability could be if exploited. Sourced from NIST's National Vulnerability Database via OSV.dev. Severity, not urgency.
- EPSS
- Exploit Prediction Scoring System. A daily-updated probability (0.0–1.0, displayed as percent) that a CVE will be exploited in the next 30 days. Sourced from FIRST.org. Probability, not severity.
- KEV
- CISA's Known Exploited Vulnerabilities catalog. A federal list of CVEs with documented active exploitation in the wild. Federal agencies have a binding patching deadline; for everyone else, presence on KEV is the strongest "this is being used right now" signal available. Sourced directly from CISA.
- Project Risk Score (PRS)
- A weighted blend of the three lens subscores (40% vulnerability, 30% trust, 30% pipeline) producing an overall 0–100 indicator of the project's dependency health. Useful for at-a-glance triage; the per-finding fix-confidence verdicts are what drive automated decisions.
Dependency graph
Full-project map of transitive dependencies. Severity colors reflect vulnerabilities; trust rings apply only to direct dependencies analyzed by OpenSSF Scorecard (higher = riskier).