Skip to content

Commit b297839

Browse files
authored
Merge pull request #12 from milanowicz/fix/tough-cookie-cve-2023-26136
Fix: Update tough-cookie to v4.1.4 to resolve CVE-2023-26136
2 parents a908944 + 1eb1c38 commit b297839

File tree

2 files changed

+303
-268
lines changed

2 files changed

+303
-268
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
"sass": "^1.49",
3838
"sass-true": "^6.1"
3939
},
40-
"dependencies": {},
40+
"dependencies": {
41+
"tough-cookie": "^4.1.3"
42+
},
4143
"engines": {
4244
"node": ">=18.0.0"
4345
}

0 commit comments

Comments
 (0)