Skip to content

Commit dfe3df4

Browse files
committed
chore: update axios due to CVE
There's a CVE for axios < 0.21.1. See GHSA-4w2v-q235-vp99 Closes #633
1 parent 5af1e07 commit dfe3df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dist/*"
5353
],
5454
"dependencies": {
55-
"axios": "^0.19.0",
55+
"axios": "^0.21.1",
5656
"debug": "^2.2.0",
5757
"js-base64": "^2.1.9",
5858
"utf8": "^2.1.1"

0 commit comments

Comments
 (0)