1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-07-02 19:52:45 +03:00
Files
my-website/package.json
dependabot[bot] 68768a4387 chore(deps): bump nodemailer
Bumps the npm_and_yarn group with 1 update in the / directory: [nodemailer](https://github.com/nodemailer/nodemailer).


Updates `nodemailer` from 8.0.10 to 9.0.1
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v8.0.10...v9.0.1)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 9.0.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-21 09:10:00 +00:00

58 lines
1.2 KiB
JSON

{
"name": "my-website",
"version": "0.0.0",
"private": true,
"homepage": "https://xfox111.net",
"license": "(MIT with exception)",
"description": "My personal website",
"author": {
"email": "eugene@xfox111.net",
"name": "Eugene Fox",
"url": "https://github.com/xfox111/"
},
"repository": {
"type": "git",
"url": "https://github.com/xfox111/my-website/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@fluentui/svg-icons": "^1.1.328",
"next": "^16.2.7",
"nodemailer": "^9.0.1",
"pdf-lib": "^1.17.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-social-icons": "^6.26.0",
"react-turnstile": "^1.1.5",
"sharp": "^0.34.5",
"zod": "^4.4.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^16.2.7",
"@svgr/webpack": "^8.1.0",
"@types/node": "^25.9.1",
"@types/nodemailer": "^8.0.0",
"@types/react": "^19.2.16",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.2.7",
"sass": "^1.100.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.1"
},
"overrides": {
"next": {
"postcss": "^8.5.10"
}
},
"allowScripts": {
"sharp": true,
"@parcel/watcher": true
}
}