Skip to content

Commit

Permalink
fix: Upgrade harvest to 23.0.0
Browse files Browse the repository at this point in the history
To avoid to propose all ciphers when a konnector does not have
any vendor_link in its manifest
  • Loading branch information
doubleface authored and doubleface committed Apr 25, 2024
1 parent 9e2b0a5 commit 6c97936
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "3.2.2",
"cozy-harvest-lib": "^22.5.11",
"cozy-harvest-lib": "^23.0.0",
"cozy-intent": "^2.19.2",
"cozy-interapp": "^0.9.0",
"cozy-keys-lib": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5980,10 +5980,10 @@ cozy-flags@3.2.2:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^22.5.11:
version "22.5.11"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.5.11.tgz#6e701f274857fead669fa335395617eff3f93635"
integrity sha512-bqizrVr3gMStpJvckwverxMENB9ZiqgaEoe+8jpyWZNKnoIgOB0k3bYOLZCSE2UK3C0Vhjgfpacg7UItIV1Hdw==
cozy-harvest-lib@^23.0.0:
version "23.0.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-23.0.0.tgz#33dd73e513eb0b24e82c2d0813c384179005a9a3"
integrity sha512-Q5UpF7M13I/4HMfA5adkOvt3277N6IQZDlmz94f+fVcVr/CZrT5pA+hB4dLG6pdWjMN/2/09210XiWba+2/Y5w==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down

0 comments on commit 6c97936

Please sign in to comment.