### Description Currently all Faust packages use cookie 0.7.0 and should be updated to the latest version cookie 1.0.2 > [!IMPORTANT] > This would be a breaking change ### Steps to reproduce We need to update faust/core dependency ``` "dependencies": { "cookie": "^0.5.0", ``` to ``` "dependencies": { "cookie": "^1.0.0", ``` ### Additional context _No response_ ### @faustwp/core Version 3.2.3 ### @faustwp/cli Version 3.2.3 ### FaustWP Plugin Version N/A ### WordPress Version N/A ### Additional environment details _No response_ ### Please confirm that you have searched existing issues in the repo. - [x] Yes
Description
Currently all Faust packages use cookie 0.7.0 and should be updated to the latest version cookie 1.0.2
Important
This would be a breaking change
Steps to reproduce
We need to update faust/core dependency
to
Additional context
No response
@faustwp/core Version
3.2.3
@faustwp/cli Version
3.2.3
FaustWP Plugin Version
N/A
WordPress Version
N/A
Additional environment details
No response
Please confirm that you have searched existing issues in the repo.