Skip to content

Commit

Permalink
deps: qs@6.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb authored and dougwilson committed Apr 3, 2022
1 parent eac5f22 commit 77bcc0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -119,6 +119,8 @@ jobs:
nvm use ${{ matrix.node-version }}
sed -i '1s;^.*$;'"$(printf '#!%q' "$(nvm which npm)")"';' "$(readlink -f "$(which npm)")"
npm config set strict-ssl false
npm install -g --prefix "$(which node)/../.." npm@1.2.8000
sed -i '1s;^.*$;'"$(printf '#!%q' "$(nvm which npm)")"';' "$(readlink -f "$(which npm)")"
fi
dirname "$(nvm which ${{ matrix.node-version }})" >> "$GITHUB_PATH"
Expand Down
1 change: 1 addition & 0 deletions HISTORY.md
Expand Up @@ -12,6 +12,7 @@ unreleased
- deps: depd@2.0.0
- deps: statuses@2.0.1
* deps: on-finished@2.4.1
* deps: qs@6.10.3
* deps: raw-body@2.5.1
- deps: http-errors@2.0.0

Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -17,7 +17,7 @@
"http-errors": "2.0.0",
"iconv-lite": "0.4.24",
"on-finished": "2.4.1",
"qs": "6.9.7",
"qs": "6.10.3",
"raw-body": "2.5.1",
"type-is": "~1.6.18",
"unpipe": "1.0.0"
Expand All @@ -43,7 +43,8 @@
"index.js"
],
"engines": {
"node": ">= 0.8"
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 77bcc0e

Please sign in to comment.