Skip to content

Commit 7fc4dff

Browse files
fix(deps): update dependency tough-cookie to v4 [security]
1 parent e9212e0 commit 7fc4dff

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/cozy-konnector-libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"request-debug": "^0.2.0",
4646
"request-promise": "^4.2.6",
4747
"strip-json-comments": "^3.1.1",
48-
"tough-cookie": "^2.5.0"
48+
"tough-cookie": "^4.0.0"
4949
},
5050
"peerDependencies": {
5151
"pdfjs": "^2.3.0",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11865,14 +11865,24 @@ token-types@^4.1.1:
1186511865
dependencies:
1186611866
bolgia ">=2.7.4"
1186711867

11868-
tough-cookie@^2.3.1, tough-cookie@^2.3.3, tough-cookie@^2.3.4, tough-cookie@^2.5.0, tough-cookie@~2.5.0:
11868+
tough-cookie@^2.3.1, tough-cookie@^2.3.3, tough-cookie@^2.3.4, tough-cookie@~2.5.0:
1186911869
version "2.5.0"
1187011870
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
1187111871
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
1187211872
dependencies:
1187311873
psl "^1.1.28"
1187411874
punycode "^2.1.1"
1187511875

11876+
tough-cookie@^4.0.0:
11877+
version "4.1.4"
11878+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36"
11879+
integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==
11880+
dependencies:
11881+
psl "^1.1.33"
11882+
punycode "^2.1.1"
11883+
universalify "^0.2.0"
11884+
url-parse "^1.5.3"
11885+
1187611886
tough-cookie@^4.1.2:
1187711887
version "4.1.3"
1187811888
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"

0 commit comments

Comments
 (0)