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

Bump @babel/cli from 7.18.6 to 7.25.9 #184

Closed
wants to merge 1 commit into from

Bump @babel/cli from 7.18.6 to 7.25.9

97673ec
Select commit
Loading
Failed to load commit list.
Closed

Bump @babel/cli from 7.18.6 to 7.25.9 #184

Bump @babel/cli from 7.18.6 to 7.25.9
97673ec
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Sensitive Files Analyzer succeeded Oct 23, 2024 in 1s

DryRun Security

Details

Sensitive Files Analyzer Findings: 1 detected

⚠️ Potential Sensitive File package-lock.json (click for details)
Type Potential Sensitive File
Description Node.js/ExpressJS/Next.js applications manage their dependencies through package.json and package-lock.json files. A change in these files may indicate an addition of a library/dependency which could introduce additional risk to the application either through vulnerable code, expansion of the application's attack surface via additional routes, or malicious code.
Filename package-lock.json
CodeLink
}
},
"node_modules/@babel/cli": {
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz",
"integrity": "sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
"commander": "^6.2.0",
"convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.2.0",
"make-dir": "^2.1.0",
"slash": "^2.0.0"
},