Skip to content

Commit

Permalink
update axios version
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhiteKnight committed Jan 10, 2021
1 parent 4f1036d commit 26fe41b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Adapter needs at least nodejs version 8 / ES9 / ECMAScript2018.

## Changelog

### 0.0.6
* (AWhiteKnight) fixed security alert

### 0.0.5
* (AWhiteKnight) fixed issues and some minor bugs

Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "letrika_comgw",
"version": "0.0.5",
"version": "0.0.6",
"news": {
"0.0.6": {
"en": "Security fixes",
"de": "Sicherheitsprobleme beheben"
},
"0.0.5": {
"en": "Issue fixes",
"de": "Issue Behebung"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.letrika_comgw",
"version": "0.0.5",
"version": "0.0.6",
"description": "Collects data from Letrika SMI 260 via communication gateway",
"author": {
"name": "AWhiteKnight",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^3.2.3",
"axios": "^0.19.2",
"axios": "^0.21.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.8.0",
Expand Down

0 comments on commit 26fe41b

Please sign in to comment.