Skip to content

Commit 109efa1

Browse files
authoredJan 30, 2025··
chore(deps): update all non-major dependencies (#111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6b2da9 commit 109efa1

File tree

3 files changed

+736
-766
lines changed

3 files changed

+736
-766
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build Stage
2-
FROM node:22.13.0-alpine AS build
2+
FROM node:22.13.1-alpine AS build
33

44
WORKDIR /app
55

@@ -13,7 +13,7 @@ RUN pnpm install --frozen-lockfile --prod
1313
RUN pnpm run build
1414

1515
# Stage 2: Final Stage
16-
FROM node:22.13.0-alpine AS final
16+
FROM node:22.13.1-alpine AS final
1717

1818
WORKDIR /app
1919

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
},
1818
"packageManager": "pnpm@9.15.4",
1919
"dependencies": {
20-
"@nuxt/content": "3.0.0",
20+
"@nuxt/content": "3.0.1",
2121
"@nuxt/devtools": "1.7.0",
2222
"@nuxt/image": "1.9.0",
2323
"@nuxt/scripts": "0.9.5",
24-
"@nuxt/ui": "3.0.0-alpha.11",
25-
"@nuxtjs/i18n": "9.1.2",
26-
"@nuxtjs/seo": "^2.1.0",
24+
"@nuxt/ui": "3.0.0-alpha.12",
25+
"@nuxtjs/i18n": "9.1.4",
26+
"@nuxtjs/seo": "^2.1.1",
2727
"@vueuse/core": "12.5.0",
2828
"@vueuse/nuxt": "12.5.0",
29-
"nuxt": "3.15.2",
29+
"nuxt": "3.15.4",
3030
"resend": "4.1.1",
3131
"sitemap": "8.0.0",
3232
"vue-sonner": "1.3.0"
3333
},
3434
"devDependencies": {
35-
"@nuxt/eslint-config": "0.7.5",
35+
"@nuxt/eslint-config": "0.7.6",
3636
"@shelve/cli": "3.1.1",
3737
"automd": "0.3.12",
38-
"eslint": "9.18.0"
38+
"eslint": "9.19.0"
3939
}
4040
}

0 commit comments

Comments
 (0)