Skip to content

Commit

Permalink
fix(deps): update dependency oidc-spa to v5 (#840)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 3cb14e6 commit a064c79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lodash.takewhile": "4.6.0",
"lodash.uniq": "4.5.0",
"monaco-editor": "^0.51.0",
"oidc-spa": "^4.5.0",
"oidc-spa": "^5.0.0",
"prop-types": "15.8.1",
"react": "^18.2.0",
"react-csv-reader": "^3.1.2",
Expand Down
35 changes: 4 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1528,11 +1528,6 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
shebang-command "^2.0.0"
which "^2.0.1"

crypto-js@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631"
integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==

css-select@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/css-select/-/css-select-5.1.0.tgz#b8ebd6554c3637ccc76688804ad3f6a6fdaea8a6"
Expand Down Expand Up @@ -3383,11 +3378,6 @@ [email protected]:
object.assign "^4.1.4"
object.values "^1.1.6"

jwt-decode@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-3.1.2.tgz#3fb319f3675a2df0c2895c8f5e9fa4b67b04ed59"
integrity sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==

keyv@^4.5.3:
version "4.5.4"
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
Expand Down Expand Up @@ -3788,22 +3778,10 @@ object.values@^1.1.1, object.values@^1.1.6, object.values@^1.1.7, object.values@
define-properties "^1.2.1"
es-object-atoms "^1.0.0"

[email protected]:
version "2.4.0"
resolved "https://registry.yarnpkg.com/oidc-client-ts/-/oidc-client-ts-2.4.0.tgz#764c8a33de542026e2798de9849ce8049047d7e5"
integrity sha512-WijhkTrlXK2VvgGoakWJiBdfIsVGz6CFzgjNNqZU1hPKV2kyeEaJgLs7RwuiSp2WhLfWBQuLvr2SxVlZnk3N1w==
dependencies:
crypto-js "^4.2.0"
jwt-decode "^3.1.2"

oidc-spa@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-4.5.0.tgz#eab4643f80006ad6d0db906e646241f64c88c304"
integrity sha512-3E32oaOaL2/NfJWyg7vjHPOb1SRe3q9oJ5OMSDcuF9AVZYbfgrKeCTvQcQhkxlIDLfZ4zKVQYVm45ft8Wj5W7w==
dependencies:
jwt-decode "^3.1.2"
oidc-client-ts "2.4.0"
tsafe "^1.6.5"
oidc-spa@^5.0.0:
version "5.2.8"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-5.2.8.tgz#8868542778e7ea7dfbfa429d0cb88437e5f14efb"
integrity sha512-ZSFTdxV7M2ZUhObxNC0s/uCJs/IR8tjl5HHU+8GlqNvFZkdJL6RfrUagmS5ipzPkl9MMLD3jc6Ko8VLUrumR5g==

once@^1.3.0:
version "1.4.0"
Expand Down Expand Up @@ -4926,11 +4904,6 @@ tr46@~0.0.3:
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==

tsafe@^1.6.5:
version "1.6.6"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.6.tgz#fd93e64d6eb13ef83ed1650669cc24bad4f5df9f"
integrity sha512-gzkapsdbMNwBnTIjgO758GujLCj031IgHK/PKr2mrmkCSJMhSOR5FeOuSxKLMUoYc0vAA4RGEYYbjt/v6afD3g==

tsconfig-paths@^3.15.0:
version "3.15.0"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
Expand Down

0 comments on commit a064c79

Please sign in to comment.