mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-21 15:05:56 +03:00
fix security alerts
This commit is contained in:
parent
efcb663fc6
commit
fc273c478a
10 changed files with 303 additions and 3348 deletions
12
__tests__/data/yarn/package.json
Normal file
12
__tests__/data/yarn/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "yarn-fixture",
|
||||
"engines": {
|
||||
"node": "^24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"accepts": "^1.3.8",
|
||||
"array-flatten": "^3.0.0",
|
||||
"bytes": "^3.1.2",
|
||||
"content-disposition": "^0.5.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue