Skip to content

Commit

Permalink
Merge pull request #28 from CapgeminiInventUK/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeherby authored Jan 22, 2024
2 parents 22872e9 + 74c9cc5 commit ac8548c
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 153 deletions.
122 changes: 61 additions & 61 deletions server/package-lock.json

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

12 changes: 6 additions & 6 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"dotenv": "16.3.1",
"dotenv": "16.3.2",
"express": "4.18.2",
"mongodb": "6.3.0"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/jest": "29.5.11",
"@types/node": "20.10.8",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@types/node": "20.11.5",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-import": "2.29.1",
"jest": "29.7.0",
"nodemon": "3.0.2",
"ts-jest": "29.1.1",
"nodemon": "3.0.3",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10.0-alpine3.19 AS base
FROM node:20.11.0-alpine3.19@sha256:8e6a472eb9742f4f486ca9ef13321b7fc2e54f2f60814f339eeda2aff3037573 AS base

ARG langtrace_api_url
ENV LANGTRACE_API_URL=$langtrace_api_url
Expand Down
Loading

0 comments on commit ac8548c

Please sign in to comment.