Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Dec 28, 2023
1 parent 66b5181 commit c2345b9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 18 deletions.
38 changes: 24 additions & 14 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.4",
"axios": "^1.6.2",
"axios": "^1.6.3",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"json2iob": "^2.5.2"
"json2iob": "^2.6.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.7.0",
Expand All @@ -43,7 +43,7 @@
"chai-as-promised": "^7.1.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-prettier": "^5.1.2",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"proxyquire": "^2.1.3",
Expand All @@ -52,7 +52,7 @@
"typescript": "~5.3.3"
},
"overrides": {
"axios": "^1.6.2"
"axios": "^1.6.3"
},
"main": "main.js",
"files": [
Expand Down

0 comments on commit c2345b9

Please sign in to comment.