Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 15, 2024
1 parent b3d4cc6 commit eee8351
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -41,24 +41,24 @@
"node": ">= 14.15.0"
},
"dependencies": {
"axios": "^1.3.2",
"axios": "^1.6.5",
"debug": "^4",
"fs-extra": "^10.1.0",
"fs-extra": "^11.2.0",
"lodash.isplainobject": "^4.0.6",
"memory-stream": "^1.0.0",
"node-api-headers": "^1.1.0",
"npmlog": "^6.0.2",
"rc": "^1.2.7",
"semver": "^7.3.8",
"tar": "^6.1.11",
"semver": "^7.5.4",
"tar": "^6.2.0",
"url-join": "^4.0.1",
"which": "^2.0.2",
"yargs": "^17.6.0"
"yargs": "^17.7.2"
},
"devDependencies": {
"mocha": "*",
"nan": "^2.16.0",
"node-addon-api": "^6.0.0"
"nan": "^2.18.0",
"node-addon-api": "^6.1.0"
},
"scripts": {
"test": "mocha tests",
Expand Down

0 comments on commit eee8351

Please sign in to comment.