Skip to content

Commit

Permalink
Merge pull request #12 from bento-platform/chore/update-deps
Browse files Browse the repository at this point in the history
chore: update package & base image dependencies
  • Loading branch information
davidlougheed authored Sep 12, 2023
2 parents a70caac + 8bb8ab5 commit 0a3b2f7
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 77 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2023.05.12
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2023.09.08

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2023.05.12
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2023.09.08

WORKDIR /app

COPY package.json .
COPY package-lock.json .
COPY entrypoint.bash .
COPY run.dev.bash .
COPY package.json .
COPY package-lock.json .

RUN npm ci

Expand Down
148 changes: 79 additions & 69 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"homepage": "https://github.com/bento-platform/bento_event_relay#readme",
"dependencies": {
"node-fetch": "^3.3.1",
"redis": "^4.6.6",
"socket.io": "^4.6.1"
"node-fetch": "^3.3.2",
"redis": "^4.6.8",
"socket.io": "^4.7.2"
},
"devDependencies": {
"nodemon": "^2.0.22"
"nodemon": "^3.0.1"
}
}

0 comments on commit 0a3b2f7

Please sign in to comment.