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

[node-core-library] Update fs-extra dependency #5041

Open
Toxaris opened this issue Dec 12, 2024 · 1 comment
Open

[node-core-library] Update fs-extra dependency #5041

Toxaris opened this issue Dec 12, 2024 · 1 comment
Labels
effort: easy Probably a quick fix. Want to contribute? :-) help wanted If you're looking to contribute, this issue is a good place to start!

Comments

@Toxaris
Copy link

Toxaris commented Dec 12, 2024

Summary

We are using rush-lib in some of our own tools. rush-lib indirectly depends on [email protected] via node-core-library (see package.json). Since [email protected] was published 6 years ago and newer versions exist, we are getting findings in some compliance checks for open source dependencies.

Additional information

rush-pnpm why --filter one-of-our-internal-tools fs-extra
@microsoft/rush-lib 5.138.0
├─┬ @rushstack/heft-config-file 0.15.7
│ ├─┬ @rushstack/node-core-library 5.9.0
│ │ └── fs-extra 7.0.1
│ └─┬ @rushstack/terminal 0.14.2
│   └─┬ @rushstack/node-core-library 5.9.0
│     └── fs-extra 7.0.1
├─┬ @rushstack/node-core-library 5.9.0
│ └── fs-extra 7.0.1
├─┬ @rushstack/package-deps-hash 4.2.3
│ └─┬ @rushstack/node-core-library 5.9.0
│   └── fs-extra 7.0.1
├─┬ @rushstack/package-extractor 0.9.4
│ ├─┬ @rushstack/node-core-library 5.9.0
│ │ └── fs-extra 7.0.1
│ └─┬ @rushstack/terminal 0.14.2
│   └─┬ @rushstack/node-core-library 5.9.0
│     └── fs-extra 7.0.1
└─┬ @rushstack/rush-amazon-s3-build-cache-plugin 5.138.0
  ├─┬ @rushstack/node-core-library 5.9.0
  │ └── fs-extra 7.0.1
  └─┬ @rushstack/rush-sdk 5.138.0
    ├─┬ @rushstack/node-core-library 5.9.0
    │ └── fs-extra 7.0.1
    ├─┬ @rushstack/package-deps-hash 4.2.3
    │ └─┬ @rushstack/node-core-library 5.9.0
    │   └── fs-extra 7.0.1
    └─┬ @rushstack/terminal 0.14.2
      └─┬ @rushstack/node-core-library 5.9.0
        └── fs-extra 7.0.1

Standard questions

Please answer these questions to help us investigate your issue more quickly:

Question Answer
Package name: @rushstack/node-core-library
Package version? 5.9.0
Operating system? Linux
Would you consider contributing a PR? Yes
Node.js version (node -v)? 20.18.1
@iclanton
Copy link
Member

Yeah that could probably use an update. We'd be happy to take a contribution!

@iclanton iclanton moved this from Needs triage to Low priority in Bug Triage Jan 22, 2025
@iclanton iclanton added help wanted If you're looking to contribute, this issue is a good place to start! effort: easy Probably a quick fix. Want to contribute? :-) labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: easy Probably a quick fix. Want to contribute? :-) help wanted If you're looking to contribute, this issue is a good place to start!
Projects
Status: Low priority
Development

No branches or pull requests

2 participants