Skip to content

Commit

Permalink
Merge branch 'main' into fix/GEO-1209-remove-invalid-testing-file
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3k authored Nov 29, 2024
2 parents 97e91be + 489f5d5 commit eb5ebcd
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions backend-external/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 backend-external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"scripts": {
"test": "jest --selectProjects unit",
Expand Down
8 changes: 4 additions & 4 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion clamav-service/clamav/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.5-1731517889
FROM registry.access.redhat.com/ubi9/ubi:9.5-1732804088
ARG VERSION=1.0.5

LABEL name="ubi8-clamav" \
Expand Down
8 changes: 4 additions & 4 deletions clamav-service/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 clamav-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"nodemon": "^3.0.2",
"ts-loader": "^9.0.0",
"ts-node": "^10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit eb5ebcd

Please sign in to comment.