Skip to content

Commit 38e9d4c

Browse files
fix(deps): update dependency tough-cookie to v4 [security]
1 parent 2bec3f0 commit 38e9d4c

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
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: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11310,7 +11310,7 @@ string-length@^4.0.1:
1131011310
char-regex "^1.0.2"
1131111311
strip-ansi "^6.0.0"
1131211312

11313-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11313+
"string-width-cjs@npm:string-width@^4.2.0":
1131411314
version "4.2.3"
1131511315
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1131611316
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11328,6 +11328,15 @@ string-width@^1.0.1:
1132811328
is-fullwidth-code-point "^1.0.0"
1132911329
strip-ansi "^3.0.0"
1133011330

11331+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11332+
version "4.2.3"
11333+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11334+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11335+
dependencies:
11336+
emoji-regex "^8.0.0"
11337+
is-fullwidth-code-point "^3.0.0"
11338+
strip-ansi "^6.0.1"
11339+
1133111340
string-width@^5.0.1, string-width@^5.1.2:
1133211341
version "5.1.2"
1133311342
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -11403,7 +11412,7 @@ stringify-clone@^1.0.0:
1140311412
resolved "https://registry.yarnpkg.com/stringify-clone/-/stringify-clone-1.1.1.tgz#309a235fb4ecfccd7d388dbe18ba904facaf433b"
1140411413
integrity sha512-LIFpvBnQJF3ZGoV770s3feH+wRVCMRSisI8fl1E57WfgKOZKUMaC1r4eJXybwGgXZ/iTTJoK/tsOku1GLPyyxQ==
1140511414

11406-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11415+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1140711416
version "6.0.1"
1140811417
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1140911418
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11417,6 +11426,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
1141711426
dependencies:
1141811427
ansi-regex "^2.0.0"
1141911428

11429+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11430+
version "6.0.1"
11431+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11432+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11433+
dependencies:
11434+
ansi-regex "^5.0.1"
11435+
1142011436
strip-ansi@^7.0.1:
1142111437
version "7.1.0"
1142211438
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -11759,15 +11775,15 @@ token-types@^4.1.1:
1175911775
dependencies:
1176011776
bolgia ">=2.7.4"
1176111777

11762-
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:
1176311779
version "2.5.0"
1176411780
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
1176511781
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
1176611782
dependencies:
1176711783
psl "^1.1.28"
1176811784
punycode "^2.1.1"
1176911785

11770-
tough-cookie@^4.1.2:
11786+
tough-cookie@^4.0.0, tough-cookie@^4.1.2:
1177111787
version "4.1.3"
1177211788
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
1177311789
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
@@ -12613,7 +12629,16 @@ wordwrapjs@^3.0.0:
1261312629
reduce-flatten "^1.0.1"
1261412630
typical "^2.6.1"
1261512631

12616-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12632+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12633+
version "7.0.0"
12634+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12635+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12636+
dependencies:
12637+
ansi-styles "^4.0.0"
12638+
string-width "^4.1.0"
12639+
strip-ansi "^6.0.0"
12640+
12641+
wrap-ansi@^7.0.0:
1261712642
version "7.0.0"
1261812643
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1261912644
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)