Skip to content

Commit bba5475

Browse files
authored
Npm audit fix (#8)
* chore: ignore lock file * fix: npm audit * Revert "chore: ignore lock file" This reverts commit 15babd9.
1 parent 2e719b4 commit bba5475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coding-generic",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "",
55
"main": "index.js",
66
"bin": {
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"axios": "^0.20.0",
13+
"axios": "^0.21.1",
1414
"bluebird": "^3.7.2",
1515
"chalk": "^4.1.0",
1616
"cos-nodejs-sdk-v5": "^2.8.2",

0 commit comments

Comments
 (0)