update dependencies
Some checks failed
release-image-gitea / release (push) Failing after 2m22s
release-image-harbor / release (push) Failing after 47s

This commit is contained in:
2025-05-15 20:27:06 -05:00
parent ae4941073c
commit b7ea8165d2
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
FROM node:22.14.0-alpine3.20 AS base
FROM node:22.15.1-alpine3.20 AS base
LABEL version="0.6.6"
LABEL version="0.6.7"
LABEL description="Astro based website to use as a personal site"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "0.6.6",
"version": "0.6.7",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -10,9 +10,9 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.1.3",
"@directus/sdk": "^19.0.1",
"astro": "^5.5.2",
"typescript": "^5.8.2"
"@astrojs/node": "^9.2.1",
"@directus/sdk": "^19.1.0",
"astro": "^5.7.13",
"typescript": "^5.8.3"
}
}