Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #247 from boschresearch/fix_dependent_alert
Browse files Browse the repository at this point in the history
fix security issues found by dependabot
  • Loading branch information
SebastianSchildt authored Feb 15, 2022
2 parents bff934e + 35ff813 commit 1d0a94f
Show file tree
Hide file tree
Showing 7 changed files with 229 additions and 336 deletions.
2 changes: 1 addition & 1 deletion kuksa_apps/node-red/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
ports:
- 1883:1883
kuksa-val:
image: ${ARCH}/kuksa-val:0.1.8
image: ${ARCH}/kuksa-val:0.2.0
restart: unless-stopped
ports:
- 8090:8090
Expand Down
2 changes: 1 addition & 1 deletion kuksa_apps/node-red/mqtt/flows.json

Large diffs are not rendered by default.

550 changes: 222 additions & 328 deletions kuksa_apps/node-red/mqtt/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions kuksa_apps/node-red/mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"node-red-contrib-web-worldmap": "~2.12.1",
"node-red-dashboard": "~2.28.2"
"node-red-contrib-web-worldmap": "~2.27.1",
"node-red-dashboard": "~3.1.5"
}
}
3 changes: 1 addition & 2 deletions kuksa_apps/s3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
importlib_metadata >= 3.6
websockets~=8.1
kuksa-viss-client
boto3~=1.16.5
pyarrow~=3.0.0
2 changes: 1 addition & 1 deletion kuksa_viss_client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
websockets~=8.1
websockets~=10.1
cmd2~=1.4
pygments~=2.5
importlib_metadata >= 3.6
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ license_file = LICENSE
[options]
python_requires = >=3.6
install_requires=
websockets~=8.1
websockets~=10.1
cmd2~=1.4
pygments~=2.5
importlib_metadata >= 3.6
Expand Down

0 comments on commit 1d0a94f

Please sign in to comment.