Skip to content

Commit

Permalink
Merge pull request #129 from contentstack/snyk-upgrade-4c53c9494c3474…
Browse files Browse the repository at this point in the history
…d7ffde53de29fde41e

[Snyk] Upgrade axios from 1.6.5 to 1.6.6
  • Loading branch information
harshithad0703 authored Mar 18, 2024
2 parents 316124d + 49b6e54 commit 5380a43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion lib/core/concurrency-queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ export function ConcurrencyQueue ({ axios, config }) {
code: 'Unauthorized',
message: 'Unable to refresh token',
name: 'Token Error',
config: queueItem.request
config: queueItem.request,
stack: (error instanceof Error) ? error.stack : null,
})
})
this.queue = []
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"license": "MIT",
"dependencies": {
"@slack/bolt": "^3.17.1",
"axios": "^1.6.5",
"axios": "^1.6.6",
"form-data": "^3.0.1",
"lodash": "^4.17.21",
"qs": "^6.11.2"
Expand Down

0 comments on commit 5380a43

Please sign in to comment.