Skip to content

Commit

Permalink
update depen
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Apr 17, 2024
1 parent be2791c commit 1bea700
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@v1
with:
node-version: "18.x"
node-version: "20.x"
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
npm-token: ${{ secrets.NPM_TOKEN }}
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -18,13 +18,13 @@
},
"bundleDependencies": [],
"dependencies": {
"@iobroker/adapter-core": "^3.0.6",
"@iobroker/adapter-core": "^3.1.0",
"@peculiar/webcrypto": "^1.4.6",
"axios": "^1.6.8",
"json-bigint": "^1.0.0",
"json2iob": "^2.6.8",
"ngeohash": "^0.6.3",
"qs": "^6.12.0",
"qs": "^6.12.1",
"request": "^2.88.2",
"traverse": "^0.6.9",
"uuid": "^9.0.1"
Expand All @@ -36,7 +36,7 @@
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/testing": "^4.1.1",
"@iobroker/testing": "^4.1.3",
"@types/node": "^20.12.7",
"eslint": "^8.57.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down

0 comments on commit 1bea700

Please sign in to comment.