Skip to content

Commit 0acff10

Browse files
authored
Merge pull request #27 from onaio/security-updates
Update dependencies
2 parents 6f1fc98 + 049f792 commit 0acff10

File tree

3 files changed

+77
-82
lines changed

3 files changed

+77
-82
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# adapted from https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
2-
FROM node:20.19.0-alpine3.21
2+
FROM node:20.19.2-alpine3.21
33
RUN apk update && apk upgrade
44
WORKDIR /usr/src/app
55
COPY package*.json ./

package-lock.json

Lines changed: 60 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"author": "Tobin Bradley",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@fastify/autoload": "^5.8.0",
13-
"@fastify/caching": "^8.3.0",
14-
"@fastify/compress": "^7.0.0",
15-
"@fastify/cors": "^9.0.1",
16-
"@fastify/postgres": "^5.2.2",
17-
"@fastify/rate-limit": "^9.1.0",
18-
"@fastify/swagger": "^8.14.0",
19-
"@fastify/swagger-ui": "^3.0.0",
20-
"axios": "^1.8.2",
21-
"dotenv": "^16.4.5",
22-
"fastify": "^4.26.1",
23-
"pg": "^8.11.3",
24-
"query-string": "^7.1.3"
12+
"@fastify/autoload": "~5.8.0",
13+
"@fastify/caching": "~8.3.0",
14+
"@fastify/compress": "~7.0.0",
15+
"@fastify/cors": "~9.0.1",
16+
"@fastify/postgres": "~5.2.2",
17+
"@fastify/rate-limit": "~9.1.0",
18+
"@fastify/swagger": "~8.14.0",
19+
"@fastify/swagger-ui": "~3.0.0",
20+
"axios": "~1.8.2",
21+
"dotenv": "~16.4.5",
22+
"fastify": "~4.26.1",
23+
"pg": "~8.11.3",
24+
"query-string": "~7.1.3"
2525
},
2626
"overrides": {
27-
"find-my-way": "8.2.2",
28-
"cookie": "0.7.0",
29-
"cross-spawn": "7.0.5"
27+
"find-my-way": "~8.2.2",
28+
"cookie": "~0.7.0",
29+
"cross-spawn": "~7.0.5"
3030
}
3131
}

0 commit comments

Comments
 (0)