Skip to content

Commit

Permalink
fix(deps): update dependency angular-oauth2-oidc to v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 23, 2020
1 parent 0c55aae commit a8bf1f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"@xmlking/ngx-knob": "0.3.0",
"@xmlking/ngx-quicklink": "0.0.11",
"angular-in-memory-web-api": "0.10.0",
"angular-oauth2-oidc": "9.0.1",
"angular-oauth2-oidc": "9.1.0",
"chart.js": "2.9.3",
"chart.piecelabel.js": "0.15.0",
"core-js": "3.6.4",
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3284,10 +3284,12 @@ angular-in-memory-web-api@0.10.0:
resolved "https://registry.yarnpkg.com/angular-in-memory-web-api/-/angular-in-memory-web-api-0.10.0.tgz#6b56a9b355ce073bca0daf2e097742647bd9e2bb"
integrity sha512-GzY4lHPR8suREYfgiYiJSBrgq0bdCiFw/LuqW5IsOQfRx98AvS69A5Ehz12oMLy9ABzoGpqmNC5fcFtClDAPqQ==

angular-oauth2-oidc@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/angular-oauth2-oidc/-/angular-oauth2-oidc-9.0.1.tgz#8e51bb7e42c680ae37a09e2da86f5b04e5193bb4"
integrity sha512-ZDGdlWo6BPWkNHOqf4mFQLm4fUDIt5UNUsdx+brELjpsPeSnUsfKnsBh+vdKXHFyBv24Agzz+rsQE85EwhTKrA==
angular-oauth2-oidc@9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/angular-oauth2-oidc/-/angular-oauth2-oidc-9.1.0.tgz#86eb87758c3d2a5470d330b7f6ee6d6cebda053c"
integrity sha512-WPsLtJoYCoEiVlBlMiHQlRixs7pfNSbeN1uddj4bS/bLX2PZvZxzJyuky7jexz1TQ5TbkszyOb2L4Nm8XFUzCg==
dependencies:
js-sha256 "^0.9.0"

ansi-align@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -11100,7 +11102,7 @@ js-levenshtein@^1.1.3:
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==

js-sha256@0.9.0:
js-sha256@0.9.0, js-sha256@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966"
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
Expand Down

0 comments on commit a8bf1f9

Please sign in to comment.