Skip to content

Commit

Permalink
dependency update, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
suculent committed Dec 19, 2023
1 parent 975eef1 commit 70ca7a0
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 114 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM thinxcloud/base:alpine

LABEL maintainer="Matej Sychra <[email protected]>"
LABEL name="THiNX API" version="1.9.2451"
LABEL name="THiNX API" version="1.9.2578"

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM thinxcloud/base:alpine

LABEL maintainer="Matej Sychra <[email protected]>"
LABEL name="THiNX API" version="1.9.2451"
LABEL name="THiNX API" version="1.9.2578"

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## HISTORY

19/12/2092 1.9.2578

» Dependency security updates
» Updated Google OAuth2 implementation

6/11/2023 1.9.2451

» Updating vulnerable components
Expand Down
2 changes: 1 addition & 1 deletion base
Submodule base updated 3 files
+1 −1 Dockerfile
+10,960 −0 package-lock.json
+1 −1 package.json
185 changes: 76 additions & 109 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thinx",
"version": "1.9.2451",
"version": "1.9.2578",
"description": "THiNX IoT Device Management API",
"bugs": {
"url": "https://github.com/suculent/thinx-device-api/issues"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.organization=suculent
sonar.sources=.
sonar.host.url=https://sonarcloud.io

sonar.projectVersion=1.9.2451
sonar.projectVersion=1.9.2578
sonar.sourceEncoding=UTF-8

sonar.junit.reportsPath=reports/
Expand Down

0 comments on commit 70ca7a0

Please sign in to comment.