Skip to content

Commit bfbb95f

Browse files
author
Ben M
authored
Merge pull request #32 from BreakBB/fix-cve-2023-26136
security: update tough-cookie dependency to 4.1.3
2 parents 228831e + a67e132 commit bfbb95f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/yarn.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Check with yarn
2-
on: [push, pull_request ]
2+
on: [push, pull_request]
33
jobs:
44
build:
55
name: Install and test with yarn
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-node@v3
10+
with:
11+
node-version: "18.16"
1012
- run: yarn install
1113
- run: yarn test

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"performance-now": "^2.1.0",
4343
"qs": "~6.10.3",
4444
"safe-buffer": "^5.1.2",
45-
"tough-cookie": "~2.5.0",
45+
"tough-cookie": "^4.1.3",
4646
"tunnel-agent": "^0.6.0",
4747
"uuid": "^8.3.2"
4848
},

0 commit comments

Comments
 (0)