diff --git a/package.json b/package.json index 804b7c6..ccd8ca5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "eslint . --ext .js,.ts,.astro" }, "dependencies": { - "@astrojs/node": "^7.0.2", + "@astrojs/node": "^7.0.4", "@astrojs/react": "^3.0.8", "@directus/sdk": "^14.0.0", "@uidotdev/usehooks": "^2.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a20da75..62f2890 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,13 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@astrojs/node': - specifier: ^7.0.2 - version: 7.0.2(astro@4.0.7) + specifier: ^7.0.4 + version: 7.0.4(astro@4.0.7) '@astrojs/react': specifier: ^3.0.8 version: 3.0.8(@types/react-dom@18.2.18)(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)(vite@5.0.10) @@ -110,8 +114,8 @@ packages: - supports-color dev: false - /@astrojs/node@7.0.2(astro@4.0.7): - resolution: {integrity: sha512-g07KV9JBbUubfzLyu2ql+zu09dW3a7zVX1fDr6UriQdz6BvPh0Y0Qn+DqA5P8JwSKAw93mJDuChDW7JrI7CBJg==} + /@astrojs/node@7.0.4(astro@4.0.7): + resolution: {integrity: sha512-og36WkHZ+v32filXWx2Iu9iwj6v9QUQaBl5GcTHVGmw1lrGdztl0MtbqbY56az4ew/HkWq3GPSSQ70aZd0u86Q==} peerDependencies: astro: ^4.0.0 dependencies: @@ -9040,7 +9044,3 @@ packages: /zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} dev: false - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false