Skip to content

Commit dc5fffa

Browse files
fix(deps): update dependency tough-cookie to v4 [security]
1 parent 443e524 commit dc5fffa

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
@@ -11775,14 +11775,24 @@ token-types@^4.1.1:
1177511775
dependencies:
1177611776
bolgia ">=2.7.4"
1177711777

11778-
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:
11778+
tough-cookie@^2.3.1, tough-cookie@^2.3.3, tough-cookie@^2.3.4, tough-cookie@~2.5.0:
1177911779
version "2.5.0"
1178011780
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
1178111781
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
1178211782
dependencies:
1178311783
psl "^1.1.28"
1178411784
punycode "^2.1.1"
1178511785

11786+
tough-cookie@^4.0.0:
11787+
version "4.1.4"
11788+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36"
11789+
integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==
11790+
dependencies:
11791+
psl "^1.1.33"
11792+
punycode "^2.1.1"
11793+
universalify "^0.2.0"
11794+
url-parse "^1.5.3"
11795+
1178611796
tough-cookie@^4.1.2:
1178711797
version "4.1.3"
1178811798
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"

0 commit comments

Comments
 (0)