Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Mar 28, 2024
1 parent 91b860a commit 867bad2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"node": ">=16"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.4",
"axios": "^1.6.7",
"@iobroker/adapter-core": "^3.0.6",
"axios": "^1.6.8",
"cron": "^3.1.6",
"moment": "^2.30.1"
},
Expand All @@ -48,21 +48,21 @@
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.1",
"@types/chai": "^4.3.12",
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.24",
"@types/node": "^20.11.30",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"main": "main.js",
"files": [
Expand Down

0 comments on commit 867bad2

Please sign in to comment.