1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-15 02:13:13 +00:00

fix(deps): bump follow-redirects

resolve moderate advisory (GHSA-r4q5-vmmm-2653) via npm audit fix; formatting via npm run lint:fix
This commit is contained in:
mulahasanovic
2026-04-14 09:54:51 +02:00
parent 44c5eab638
commit 9f4064b46e
17 changed files with 61 additions and 40 deletions

View File

@@ -683,8 +683,8 @@ const mockSimplePoll = (runningCount = 2) => {
count === 0
? 'pending'
: count <= runningCount
? 'running'
: 'completed',
? 'running'
: 'completed',
etag: '',
status: 200
})