Skip to content

Commit

Permalink
fix: bump cozy-authentication from 2.10.10 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps cozy-authentication from 2.10.10 to 2.11.0.

---
updated-dependencies:
- dependency-name: cozy-authentication
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 20, 2023
1 parent e182006 commit e681284
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@material-ui/core": "4.12.4",
"classnames": "2.3.1",
"copy-text-to-clipboard": "1.0.4",
"cozy-authentication": "2.10.10",
"cozy-authentication": "2.11.0",
"cozy-bar": "8.13.0",
"cozy-ci": "0.4.1",
"cozy-client": "^34.7.1",
Expand Down
28 changes: 7 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5672,12 +5672,12 @@ cozy-app-publish@^0.27.2:
request "^2.88.0"
tar "^4.4.13"

cozy-authentication@2.10.10:
version "2.10.10"
resolved "https://registry.yarnpkg.com/cozy-authentication/-/cozy-authentication-2.10.10.tgz#276ce5ef17137dda8b017e05adda87069a7ab4ea"
integrity sha512-7x2ODKU9FsbKJmIaTs1rQKrekodwq1+dtURy+buBE+ObCdR0UumhXDgYhP5nGiYTbnC1c1djex8XkgcMALKGZw==
cozy-authentication@2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/cozy-authentication/-/cozy-authentication-2.11.0.tgz#b4ce5df4f9c1b1ead69354ea151628ee69cbb4ea"
integrity sha512-2j0O2mwe+luYcrrunzgRHHGhYrqu1L2TlCHzqAZqglFN4GwyFil43aqPVyl9eWX3yMoS8WROLzeZHQdJUcTm8g==
dependencies:
cozy-device-helper "^2.5.0"
cozy-device-helper "^2.6.0"
localforage "1.7.3"
prop-types "15.7.2"
snarkdown "1.2.2"
Expand Down Expand Up @@ -5772,28 +5772,14 @@ cozy-client@^34.7.1:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-device-helper@^1.15.0:
cozy-device-helper@^1.15.0, cozy-device-helper@^1.7.5:
version "1.18.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.18.0.tgz#45b37e68c30ec1104c8c40180b472d3662bc2534"
integrity sha512-/s9X5oUH/Fpu3NKx1RS5T/iYzpfOlBD3tRGGsjth4VDYhqATlApUZLghmzvFvskEeC4eCAvNYfEkyo9UPrZbFQ==
dependencies:
lodash "^4.17.19"

cozy-device-helper@^1.7.5:
version "1.17.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.17.0.tgz#fbce9737ea83c67969b2b173163b37299a36283c"
integrity sha512-G61i75dPe/JwLUxN0foWG34lnm+0iybMu05AjoXv/UU2fRsTPfNnsHH4ZRi5JS6OPK4ccuj+ffRmabdywo23TA==
dependencies:
lodash "^4.17.19"

cozy-device-helper@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.5.0.tgz#4a5b18ad07a2c66c468988ae9daee014ba876e5b"
integrity sha512-+KKX6obYg8UmdmPvBuZDFMfzdSMOSKbnCf6ZIJTkW3Xs95aDZYhh/6x61Ok5+oTusHBL/khd6A+P1Qx5tL7mrw==
dependencies:
lodash "^4.17.19"

cozy-device-helper@^2.6.0:
cozy-device-helper@^2.5.0, cozy-device-helper@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.6.0.tgz#07d83e6e412244f92bba30a0e04560bf3e1abb79"
integrity sha512-9loS2xUnA1szP8z8rBu8ni69zZj95eZKH8OqPTspWeRgUtzCAMlJoXusqEUTgVbj37JrvbYkifyxf3IkCZDXAg==
Expand Down

0 comments on commit e681284

Please sign in to comment.