mirror of
https://github.com/actions/setup-node.git
synced 2026-02-04 06:28:20 +00:00
update qs
This commit is contained in:
parent
6044e13b5d
commit
e7e1712fd8
4 changed files with 1067 additions and 1362 deletions
803
__tests__/data/package-lock.json
generated
803
__tests__/data/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,56 @@
|
||||||
{
|
{
|
||||||
|
"name": "data",
|
||||||
|
"license": "ISC",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^24.0.0"
|
"node": "^24.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"accepts": "^1.3.8",
|
||||||
|
"array-flatten": "^3.0.0",
|
||||||
|
"body-parser": "^2.2.2",
|
||||||
|
"bytes": "^3.1.2",
|
||||||
|
"content-disposition": "^0.5.4",
|
||||||
|
"content-type": "^1.0.5",
|
||||||
|
"cookie": "^0.5.0",
|
||||||
|
"cookie-signature": "^1.0.7",
|
||||||
|
"debug": "^4.0.0",
|
||||||
|
"depd": "^2.0.0",
|
||||||
|
"destroy": "^1.1.0",
|
||||||
|
"ee-first": "^1.1.1",
|
||||||
|
"encodeurl": "^2.0.0",
|
||||||
|
"escape-html": "^1.0.3",
|
||||||
|
"etag": "^1.8.1",
|
||||||
|
"express": "^5.2.1",
|
||||||
|
"finalhandler": "^1.2.0",
|
||||||
|
"forwarded": "^0.2.0",
|
||||||
|
"fresh": "^0.5.2",
|
||||||
|
"http-errors": "^1.8.0",
|
||||||
|
"iconv-lite": "^0.6.0",
|
||||||
|
"inherits": "^2.0.4",
|
||||||
|
"ipaddr.js": "^2.2.0",
|
||||||
|
"media-typer": "^1.1.0",
|
||||||
|
"merge-descriptors": "^2.0.0",
|
||||||
|
"methods": "^1.1.2",
|
||||||
|
"mime": "^1.6.0",
|
||||||
|
"mime-db": "^1.51.0",
|
||||||
|
"mime-types": "^2.1.35",
|
||||||
|
"ms": "^2.1.2",
|
||||||
|
"negotiator": "^0.6.3",
|
||||||
|
"on-finished": "^2.4.0",
|
||||||
|
"parseurl": "^1.3.3",
|
||||||
|
"path-to-regexp": "^8.0.0",
|
||||||
|
"proxy-addr": "^2.0.7",
|
||||||
|
"qs": "^6.14.1",
|
||||||
|
"range-parser": "^1.2.1",
|
||||||
|
"raw-body": "^2.4.1",
|
||||||
|
"safe-buffer": "^5.2.1",
|
||||||
|
"safer-buffer": "^2.1.2",
|
||||||
|
"send": "^0.19.0",
|
||||||
|
"serve-static": "^1.15.0",
|
||||||
|
"setprototypeof": "^1.2.0",
|
||||||
|
"statuses": "^2.0.1",
|
||||||
|
"type-is": "^1.6.18",
|
||||||
|
"utils-merge": "^1.0.1",
|
||||||
|
"vary": "^1.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
866
__tests__/data/pnpm-lock.yaml
generated
866
__tests__/data/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue