six-degs-of-f1/package.json
dependabot[bot] 55f3ff1621
Bump send and @astrojs/node
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [@astrojs/node](https://github.com/withastro/adapters/tree/HEAD/packages/node). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `@astrojs/node` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/node@8.3.4/packages/node)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: "@astrojs/node"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 12:18:48 +00:00

24 lines
489 B
JSON

{
"name": "sixdegs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.15.1",
"neo4j-driver": "^5.24.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@picocss/pico": "^2.0.6",
"typescript": "^5.5.4",
"vis-network": "^9.1.9"
}
}