Skip to content

Commit df0ca37

Browse files
fix(deps): update all non-major dependencies
1 parent e997e36 commit df0ca37

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: '24.11.1'
22+
node-version: '24.12.0'
2323

2424
- name: Install pnpm
2525
run: npm install -g [email protected]

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: '24.11.1'
28+
node-version: '24.12.0'
2929

3030
- name: Install pnpm
3131
run: npm install -g [email protected]

dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:24.11.1-slim AS build
2+
FROM node:24.12.0-slim AS build
33
WORKDIR /app
44

55
# Install pnpm
@@ -24,7 +24,7 @@ COPY . .
2424
RUN pnpm run build
2525

2626
# Production stage
27-
FROM node:24.11.1-slim
27+
FROM node:24.12.0-slim
2828
WORKDIR /app
2929

3030
# Set Node.js memory limits to prevent OOM

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@iconify-json/circle-flags": "^1.2.10",
1717
"@iconify-json/heroicons": "^1.2.3",
18-
"@iconify-json/simple-icons": "^1.2.62",
18+
"@iconify-json/simple-icons": "^1.2.65",
1919
"@nuxt/icon": "^2.1.0",
2020
"@nuxt/ui": "^4.2.1",
2121
"@nuxtjs/seo": "3.2.2",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)