Skip to content

Commit

Permalink
fix: Upgrade harvest to 23.0.1
Browse files Browse the repository at this point in the history
To transmit correct account identifiers on reconnect
cozy/cozy-libs#2528
  • Loading branch information
doubleface authored and doubleface committed May 14, 2024
1 parent a869858 commit d1ebb6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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": "^23.0.0",
"cozy-harvest-lib": "^23.0.1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -5980,10 +5980,10 @@ cozy-flags@3.2.2:
dependencies:
microee "^0.0.6"

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==
cozy-harvest-lib@^23.0.1:
version "23.0.1"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-23.0.1.tgz#8aa710fd0b07bafaf9ceca98f6801f538c977fc1"
integrity sha512-Hwrd7Mxzs3g8Z2CGmZrJoukg1Z63HA+Vp7xreJs75jUA96VdF1zj5PAxoREr7jyxI5a3I372FLaAolNbWujk/Q==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down

0 comments on commit d1ebb6b

Please sign in to comment.