You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BANK-5155] Bump TMP Transitive Dependency to Resolve Security Vulnerability (#398)
The pipeline for this repo seems to be failing a [security
update](https://github.com/circlefin/payments-sample-app/actions/runs/16790262303/job/47550375468)
The vulnerability is in a transitive dependency called `tmp` which nuxt
uses at version 0.0.33 and the lowest non-vulnerable version is 0.2.4
A long term solution would be to update Nuxt to version 3, but this
requires much more effort. As a short term fix, add a yarn resolution to
require tmp version >= 0.2.4
0 commit comments