mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-21 21:31:37 +01:00
Bump SSE server dependencies
- Update the node 16 image. - Update dependencies to their latest versions. - Update package lock file.
This commit is contained in:
parent
ef8b74e454
commit
b45faeb54a
3 changed files with 758 additions and 147 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:8-slim
|
||||
FROM node:16-slim
|
||||
|
||||
# Create app directory
|
||||
WORKDIR /usr/src/app
|
||||
|
|
897
sse/package-lock.json
generated
897
sse/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,8 +8,8 @@
|
|||
"author": "Nadav Ivgi",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.16.4",
|
||||
"morgan": "^1.9.1",
|
||||
"redis": "^2.8.0"
|
||||
"express": "^4.17.1",
|
||||
"morgan": "^1.10.0",
|
||||
"redis": "^3.1.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue