Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 5c9b093 commit 9c15870
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 101 deletions.
4 changes: 2 additions & 2 deletions apps/lp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build Stage
FROM node:22.13.0-alpine AS build
FROM node:22.13.1-alpine AS build

ARG TURBO_TEAM
ARG TURBO_TOKEN

Check warning on line 5 in apps/lp/Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-push

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "TURBO_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Expand All @@ -22,7 +22,7 @@ RUN pnpm install --frozen-lockfile
RUN pnpm run build:lp

# Stage 2: Final Stage
FROM node:22.13.0-alpine AS final
FROM node:22.13.1-alpine AS final

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions apps/shelve/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build Stage
FROM node:22.13.0-alpine AS build
FROM node:22.13.1-alpine AS build

ARG TURBO_TEAM
ARG TURBO_TOKEN

Check warning on line 5 in apps/shelve/Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-push

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "TURBO_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Expand All @@ -21,7 +21,7 @@ RUN pnpm install --frozen-lockfile
RUN pnpm run build:app

# Stage 2: Final Stage
FROM node:22.13.0-alpine AS final
FROM node:22.13.1-alpine AS final

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions apps/shelve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@shelve/utils": "*",
"@vue-email/components": "0.0.21",
"@vue-email/render": "0.0.9",
"@vueuse/core": "12.4.0",
"@vueuse/nuxt": "12.4.0",
"@vueuse/core": "12.5.0",
"@vueuse/nuxt": "12.5.0",
"drizzle-kit": "0.30.2",
"drizzle-orm": "0.38.4",
"jsonwebtoken": "^9.0.2",
"libsodium-wrappers": "^0.7.15",
"nuxt": "3.15.2",
"nuxt-auth-utils": "0.5.8",
"nuxt-auth-utils": "0.5.9",
"nuxt-build-cache": "0.1.1",
"pg": "8.13.1",
"resend": "4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@shelve/types": "*",
"@shelve/utils": "*",
"@types/bun": "1.1.18",
"@types/bun": "1.2.0",
"@types/npm-registry-fetch": "8.0.7",
"@types/semver": "7.5.8",
"eslint": "9.18.0",
Expand Down
Loading

0 comments on commit 9c15870

Please sign in to comment.