MakingThingsTalk2
MakingThingsTalk2 copied to clipboard
Bump jsonwebtoken and twilio in /3rd_edition/chapter10/catCamDeux
Bumps jsonwebtoken to 9.0.0 and updates ancestor dependency twilio. These dependencies need to be updated together.
Updates jsonwebtoken from 8.5.1 to 9.0.0
Changelog
Sourced from jsonwebtoken's changelog.
9.0.0 - 2022-12-21
Breaking changes: See Migration from v8 to v9
Breaking changes
- Removed support for Node versions 11 and below.
- The verify() function no longer accepts unsigned tokens by default. ([834503079514b72264fd13023a3b8d648afd6a16]https://github.com/auth0/node-jsonwebtoken/commit/834503079514b72264fd13023a3b8d648afd6a16)
- RSA key size must be 2048 bits or greater. ([ecdf6cc6073ea13a7e71df5fad043550f08d0fa6]https://github.com/auth0/node-jsonwebtoken/commit/ecdf6cc6073ea13a7e71df5fad043550f08d0fa6)
- Key types must be valid for the signing / verification algorithm
Security fixes
- security: fixes
Arbitrary File Write via verify function- CVE-2022-23529- security: fixes
Insecure default algorithm in jwt.verify() could lead to signature validation bypass- CVE-2022-23540- security: fixes
Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC- CVE-2022-23541- security: fixes
Unrestricted key type could lead to legacy keys usage- CVE-2022-23539
Commits
e1fa9dcMerge pull request from GHSA-8cf7-32gw-wr335eaedbfchore(ci): remove github test actions job (#861)cd4163echore(ci): configure Github Actions jobs for Tests & Security Scanning (#856)ecdf6ccfix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...8345030fix(sign&verify)!: Remove defaultnonesupport fromsignandverifymet...7e6a86bUpload OpsLevel YAML (#849)74d5719docs: update references vercel/ms references (#770)d71e383docs: document "invalid token" error3765003docs: fix spelling in README.md: Peak -> Peek (#754)a46097edocs: make decode impossible to discover before verify- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by julien.wollscheid, a new releaser for jsonwebtoken since your current version.
Updates twilio from 3.71.1 to 4.9.0
Release notes
Sourced from twilio's releases.
4.9.0
Release Notes
Library - Fix
- [PR #925](twilio/twilio-node#925): use correct Headers type. Thanks to
@Methuselah96!- [PR #921](twilio/twilio-node#921): correct the enum names. Thanks to
@childish-sambino!- [PR #920](twilio/twilio-node#920): revert the structural changes to the AccessToken class/namespace. Thanks to
@childish-sambino!Library - Docs
- [PR #918](twilio/twilio-node#918): Show auth token in webhook validation example. Thanks to
@asportnoy!Api
- Revert Corrected the data type for
friendly_namein Available Phone Number Local, Mobile and TollFree resources- Corrected the data type for
friendly_namein Available Phone Number Local, Mobile and TollFree resources (breaking change)- Add new categories for whatsapp template
Lookups
- Remove
validation_resultsfrom thedefault_output_propertiesMessaging
- Add
linkshortening_messaging_serviceresource- Add new endpoint for GetDomainConfigByMessagingServiceSid
- Remove
validatedparameter and addcert_in_validationparameter to Link Shortening API (breaking change)Supersim
- Add ESimProfile's
matching_idandactivation_codeparameters to libraries4.8.0
Release Notes
Library - Feature
- [PR #917](twilio/twilio-node#917): export enum types. Thanks to
@childish-sambino!Library - Test
- [PR #916](twilio/twilio-node#916): refactor cluster tests for pack output. Thanks to
@childish-sambino!Library - Fix
- [PR #914](twilio/twilio-node#914): Export values and all type information. Thanks to
@aaronhuggins-carewell!Api
- Remove
scheduled_forproperty from message resource- Add
scheduled_forproperty to message resource4.7.2
... (truncated)
Changelog
Sourced from twilio's changelog.
[2023-03-22] Version 4.9.0
Library - Fix
- [PR #925](twilio/twilio-node#925): use correct Headers type. Thanks to
@Methuselah96!- [PR #921](twilio/twilio-node#921): correct the enum names. Thanks to
@childish-sambino!- [PR #920](twilio/twilio-node#920): revert the structural changes to the AccessToken class/namespace. Thanks to
@childish-sambino!Library - Docs
- [PR #918](twilio/twilio-node#918): Show auth token in webhook validation example. Thanks to
@asportnoy!Api
- Revert Corrected the data type for
friendly_namein Available Phone Number Local, Mobile and TollFree resources- Corrected the data type for
friendly_namein Available Phone Number Local, Mobile and TollFree resources (breaking change)- Add new categories for whatsapp template
Lookups
- Remove
validation_resultsfrom thedefault_output_propertiesMessaging
- Add
linkshortening_messaging_serviceresource- Add new endpoint for GetDomainConfigByMessagingServiceSid
- Remove
validatedparameter and addcert_in_validationparameter to Link Shortening API (breaking change)Supersim
- Add ESimProfile's
matching_idandactivation_codeparameters to libraries[2023-02-22] Version 4.8.0
Library - Feature
- [PR #917](twilio/twilio-node#917): export enum types. Thanks to
@childish-sambino!Library - Test
- [PR #916](twilio/twilio-node#916): refactor cluster tests for pack output. Thanks to
@childish-sambino!Library - Fix
- [PR #914](twilio/twilio-node#914): Export values and all type information. Thanks to
@aaronhuggins-carewell!Api
- Remove
scheduled_forproperty from message resource- Add
scheduled_forproperty to message resource[2023-02-08] Version 4.7.2
Library - Fix
- [PR #911](twilio/twilio-node#911): restore test-docker rule. Thanks to
@beebzz!Lookups
- Add
disposable_phone_number_riskpackage to the lookup response
... (truncated)
Upgrade guide
Sourced from twilio's upgrade guide.
Upgrade Guide
All
MAJORversion bumps will have upgrade notes posted here.[2023-01-25] 3.x.x to 4.x.x
- Supported Node.js versions updated
- Lazy loading enabled by default (#752)
- Required Twilio modules now lazy load by default
- See the README for how to disable lazy loading
- Type changes from
objecttoRecord(#873)
- Certain response properties now use the
Recordtype withstringkeys- Including the
subresourceUrisproperty for v2010 APIs and thelinksproperties for non-v2010 APIs- Access Tokens
- Creating an AccessToken requires an
identityin the options (#875)ConversationsGranthas been deprecated in favor ofVoiceGrant(#783)IpMessagingGranthas been removed (#784)- TwiML function deprecations (#788)
<Refer>
Refer.referSip()replaced byRefer.sip()<Say>
Say.ssmlBreak()andSay.break_()replaced bySay.break()
Say.ssmlEmphasis()replaced bySay.emphasis()
Say.ssmlLang()replaced bySay.lang()
Say.ssmlP()replaced bySay.p()
Say.ssmlPhoneme()replaced bySay.phoneme()
Say.ssmlProsody()replaced bySay.prosody()
Say.ssmlS()replaced bySay.s()
Say.ssmlSayAs()replaced bySay.sayAs()
Say.ssmlSub()replaced bySay.sub()
Say.ssmlW()replaced bySay.w()Old:
const response = new VoiceResponse(); const say = response.say("Hello"); say.ssmlEmphasis("you");New:
const response = new VoiceResponse(); const say = response.say("Hello");
... (truncated)
Commits
113ac01Release 4.9.08a6b986[Librarian] Regenerated @ 063fefeb406fa3d6866703c240040a1e9146ca752f1949fdocs: add 'Say.break_()' replacement66a15d3fix: use correct Headers type (#925)4ab01b7fix: correct the enum names (#921)63de418fix: revert the structural changes to the AccessToken class/namespace (#920)d438c7edocs: Show auth token in webhook validation example (#918)0d9b645Release 4.8.020b1235[Librarian] Regenerated @ 17e62aff1baa8b949ed63e888ff63c1da8945fe5aaac4e3feat: export enum types (#917)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.