Skip to content

Commit

Permalink
build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#205)
Browse files Browse the repository at this point in the history
* chore: upgrade express, node, duel.

* chore: upgrade storybook.

* build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Morgan Ney <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and morganney committed Mar 31, 2024
1 parent c179cf8 commit e9041be
Show file tree
Hide file tree
Showing 6 changed files with 1,286 additions and 1,501 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '20.11.0'
node-version: '20.12.0'
- name: Install Dependencies
run: npm ci
- name: Save error log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '20.11.1'
node-version: '20.12.0'
- name: Install Dependencies
run: npm ci
- name: Install Playwright
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXPOSE 5432
FROM redis:7.2.3 AS redis
EXPOSE 6379

FROM node:20.10-bookworm AS builder
FROM node:20.12-bookworm AS builder
ARG VITE_GOOG_CLIENT_ID
WORKDIR /app
COPY . .
Expand All @@ -17,7 +17,7 @@ RUN npm run build -w api
RUN npm run build -w ui
EXPOSE 3000 5173 9000

FROM node:20.10-bookworm-slim AS busmap
FROM node:20.12-bookworm-slim AS busmap
WORKDIR /app
COPY --chown=node:node --from=builder /app/package.json package.json
COPY --chown=node:node --from=builder /app/package-lock.json package-lock.json
Expand Down
Loading

0 comments on commit e9041be

Please sign in to comment.