From 761652f46d1f9818da76a91499e828f538080d36 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 9 Jan 2025 21:18:26 -0600 Subject: [PATCH] update dependencies --- Dockerfile | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a37590..54f5773 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM node:22.12.0-alpine3.20 AS base +FROM node:22.13.0-alpine3.20 AS base -LABEL version="0.6.0" +LABEL version="0.6.1" LABEL description="Astro based website to use as a profile" ENV PNPM_HOME="/pnpm" diff --git a/package.json b/package.json index 97fc7f1..0c094f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "site-profile", "type": "module", - "version": "0.6.0", + "version": "0.6.1", "scripts": { "dev": "astro dev", "start": "astro dev", @@ -13,7 +13,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/node": "^9.0.0", "@directus/sdk": "^18.0.0", - "astro": "^5.0.0", - "typescript": "^5.7.2" + "astro": "^5.1.4", + "typescript": "^5.7.3" } } \ No newline at end of file