Skip to content

Commit

Permalink
fix: dependencies 2023-07-23 (#26)
Browse files Browse the repository at this point in the history
Weekly dependencies update.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bodinsamuel and renovate[bot] committed Jul 25, 2023
1 parent 0a9003f commit 86c3bf4
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ci:
container: node:18.16.1
container: node:18.17.0
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.17.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------
# New tmp image
# ------------------
FROM node:18.16.1-bullseye-slim AS tmp
FROM node:18.17.0-bullseye-slim AS tmp

# Setup the app WORKDIR
WORKDIR /app/tmp
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN true \
# ---- Web ----
# Resulting new, minimal image
# This image must have the minimum amount of layers
FROM node:18.16.1-bullseye-slim as web
FROM node:18.17.0-bullseye-slim as web

ENV PORT=8080
ENV NODE_ENV=production
Expand Down
152 changes: 61 additions & 91 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@vitest/coverage-v8": "0.33.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
Expand All @@ -35,7 +35,7 @@
},
"dependencies": {
"@actions/core": "1.10.0",
"@cdktf/hcl2json": "0.18.0-pre.25",
"@cdktf/hcl2json": "0.18.0-pre.34",
"commander": "11.0.0",
"consola": "3.2.3",
"dotenv": "16.3.1",
Expand Down

0 comments on commit 86c3bf4

Please sign in to comment.