Skip to content

Commit 5380a43

Browse files
Merge pull request #129 from contentstack/snyk-upgrade-4c53c9494c3474d7ffde53de29fde41e
[Snyk] Upgrade axios from 1.6.5 to 1.6.6
2 parents 316124d + 49b6e54 commit 5380a43

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

lib/core/concurrency-queue.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ export function ConcurrencyQueue ({ axios, config }) {
155155
code: 'Unauthorized',
156156
message: 'Unable to refresh token',
157157
name: 'Token Error',
158-
config: queueItem.request
158+
config: queueItem.request,
159+
stack: (error instanceof Error) ? error.stack : null,
159160
})
160161
})
161162
this.queue = []

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"dependencies": {
5555
"@slack/bolt": "^3.17.1",
56-
"axios": "^1.6.5",
56+
"axios": "^1.6.6",
5757
"form-data": "^3.0.1",
5858
"lodash": "^4.17.21",
5959
"qs": "^6.11.2"

0 commit comments

Comments
 (0)