Skip to content

Commit

Permalink
Merge pull request #32 from BreakBB/fix-cve-2023-26136
Browse files Browse the repository at this point in the history
security: update tough-cookie dependency to 4.1.3
  • Loading branch information
Ben M committed Aug 1, 2023
2 parents 228831e + a67e132 commit bfbb95f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/yarn.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Check with yarn
on: [push, pull_request ]
on: [push, pull_request]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.16"
- run: yarn install
- run: yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"performance-now": "^2.1.0",
"qs": "~6.10.3",
"safe-buffer": "^5.1.2",
"tough-cookie": "~2.5.0",
"tough-cookie": "^4.1.3",
"tunnel-agent": "^0.6.0",
"uuid": "^8.3.2"
},
Expand Down

0 comments on commit bfbb95f

Please sign in to comment.