Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Oct 18, 2023
1 parent 2bd8c0b commit b3c4556
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 90 deletions.
168 changes: 92 additions & 76 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@
"url": "https://github.com/TA2k/ioBroker.toyota"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.3",
"axios": "^1.4.0",
"json2iob": "^2.4.6"
"@iobroker/adapter-core": "^3.0.4",
"axios": "^1.5.1",
"json2iob": "^2.4.8"
},
"devDependencies": {
"@iobroker/testing": "^4.1.0",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/gulp": "^4.0.13",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.1",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.16",
"@types/sinon-chai": "^3.2.9",
"chai": "^4.3.7",
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
"@types/gulp": "^4.0.16",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.6",
"@types/proxyquire": "^1.3.29",
"@types/sinon": "^10.0.19",
"@types/sinon-chai": "^3.2.10",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.47.0",
"eslint": "^8.51.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
"typescript": "~5.1.6"
"typescript": "~5.2.2"
},
"main": "main.js",
"files": [
Expand Down

0 comments on commit b3c4556

Please sign in to comment.