Skip to content

Commit

Permalink
Fix #15 - audit axios
Browse files Browse the repository at this point in the history
  • Loading branch information
boly38 committed Mar 19, 2024
1 parent b57c7a5 commit 9e9824f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
"mqtt",
"test",
"liveobjects",
"config","command","resource","geolocation"
"config",
"command",
"resource",
"geolocation"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"log4js": "^6.9.1",
"mqtt": "^5.3.6",
Expand Down

0 comments on commit 9e9824f

Please sign in to comment.