Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Nov 22, 2024
1 parent a8f295e commit 26c0980
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 60 deletions.
100 changes: 47 additions & 53 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.nissan",
"version": "0.1.8",
"version": "0.1.9",
"description": "Nissan Adapter",
"author": {
"name": "TA2k",
Expand All @@ -21,26 +21,26 @@
"node": ">= 18.18.0"
},
"dependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/compat": "^1.2.3",
"@iobroker/adapter-core": "^3.2.2",
"axios": "^1.7.7",
"egoroof-blowfish": "^4.0.1",
"eslint-plugin-import": "^2.31.0",
"http-cookie-agent": "^6.0.6",
"qs": "^6.13.0",
"qs": "^6.13.1",
"tough-cookie": "^5.0.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@iobroker/testing": "^5.0.0",
"@tsconfig/node16": "^16.1.3",
"@types/node": "^22.9.0",
"eslint": "^9.14.0",
"@types/node": "^22.9.1",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"typescript": "~5.6.3"
},
Expand Down

0 comments on commit 26c0980

Please sign in to comment.