Skip to content

Commit

Permalink
Merge branch 'master' into snyk-upgrade-d95ae2967708f37cdad5eb667aebcfea
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-vaNu authored Oct 29, 2023
2 parents 9cc3bba + 203842c commit f7b2a15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch: {}
push:
branches:
- "main"
- "master"
tags:
# normal versions
- "v[0-9]+.[0-9]+.[0-9]+"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.3",
"axios": "^1.5.1",
"axios": "^1.6.0",
"dot-object": "^2.1.4",
"node-schedule": "^2.1.1"
},
Expand All @@ -40,7 +40,7 @@
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9",
"axios": "^1.5.1",
"axios": "^1.6.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.46.0",
Expand Down

0 comments on commit f7b2a15

Please sign in to comment.