Skip to content

Commit

Permalink
Merge branch 'master' of github.com:misanorot/ioBroker.viessmann
Browse files Browse the repository at this point in the history
  • Loading branch information
misanorot committed Oct 31, 2023
2 parents 269ac9f + e2c9afa commit 5f1cb68
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check if PR should be auto-merged
uses: ahmadnassri/action-dependabot-auto-merge@v2
Expand Down
126 changes: 63 additions & 63 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": ">= 16"
},
"dependencies": {
"xml2js": "^0.6.0",
"xml2js": "^0.6.2",
"ssh2": "^1.14.0",
"@iobroker/adapter-core": "^3.0.3"
},
Expand All @@ -32,22 +32,22 @@
"@alcalzone/release-script-plugin-manual-review": "^3.5.9",
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/testing": "^4.1.0",
"@tsconfig/node16": "^16.1.0",
"@tsconfig/node16": "^16.1.1",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.3",
"@types/proxyquire": "^1.3.28",
"@types/chai-as-promised": "^7.1.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.0",
"@types/proxyquire": "^1.3.29",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9",
"chai": "^4.3.7",
"@types/sinon-chai": "^3.2.10",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"eslint": "^8.46.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 5f1cb68

Please sign in to comment.