technologiestiftung / tsb-generic-api

MIT License
0 stars 0 forks source link

fix(deps): update dependency hapi-auth-jwt2 to v10 #40

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
hapi-auth-jwt2 dependencies major 8.8.1 -> 10.2.0

Release Notes

dwyl/hapi-auth-jwt2 ### [`v10.2.0`](https://togithub.com/dwyl/hapi-auth-jwt2/compare/v10.1.0...v10.2.0) [Compare Source](https://togithub.com/dwyl/hapi-auth-jwt2/compare/v10.1.0...v10.2.0) ### [`v10.1.0`](https://togithub.com/dwyl/hapi-auth-jwt2/compare/v10.0.0...v10.1.0) [Compare Source](https://togithub.com/dwyl/hapi-auth-jwt2/compare/v10.0.0...v10.1.0) ### [`v10.0.0`](https://togithub.com/dwyl/hapi-auth-jwt2/blob/master/CHANGELOG.md#Version-1000) [Compare Source](https://togithub.com/dwyl/hapi-auth-jwt2/compare/v9.0.1...v10.0.0) Version 10.0.0 introduces a **_breaking change_** where the returned `payload` `Object` now contains an `artifacts` `Object` of the form: ```js return { payload: { credentials: credentials artifacts: { token, decoded, }, }, }; ``` Previously the value of `artifacts` was just the `token`. Anyone using version `9.0.0` will need to make the minor update to use `payload.artifacts.token` as opposed to `payload.artifacts`. ### [`v9.0.1`](https://togithub.com/dwyl/hapi-auth-jwt2/compare/v9.0.0...v9.0.1) [Compare Source](https://togithub.com/dwyl/hapi-auth-jwt2/compare/v9.0.0...v9.0.1) ### [`v9.0.0`](https://togithub.com/dwyl/hapi-auth-jwt2/blob/master/CHANGELOG.md#Version-900) [Compare Source](https://togithub.com/dwyl/hapi-auth-jwt2/compare/v8.8.1...v9.0.0) Version 9.0.0 is compatible with Hapi 19.x.x

Renovate configuration

:date: Schedule: "every 2 weeks on Monday before 7am" in timezone Europe/Berlin.

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.