mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
update all patch/minors + nodemailer
This commit is contained in:
58
package-lock.json
generated
58
package-lock.json
generated
@@ -9,37 +9,37 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@date-fns/tz": "^1.2.0",
|
"@date-fns/tz": "^1.2.0",
|
||||||
"@mdx-js/loader": "^3.1.0",
|
"@mdx-js/loader": "^3.1.1",
|
||||||
"@mdx-js/react": "^3.1.0",
|
"@mdx-js/react": "^3.1.1",
|
||||||
"@next-auth/mongodb-adapter": "^1.1.3",
|
"@next-auth/mongodb-adapter": "^1.1.3",
|
||||||
"@next/mdx": "^15.3.1",
|
"@next/mdx": "^15.3.9",
|
||||||
"@types/mdx": "^2.0.11",
|
"@types/mdx": "^2.0.11",
|
||||||
"@vercel/analytics": "^1.5.0",
|
"@vercel/analytics": "^1.6.1",
|
||||||
"autoprefixer": "^10.4.21",
|
"autoprefixer": "^10.4.24",
|
||||||
"classnames": "^2.5.1",
|
"classnames": "^2.5.1",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"googleapis": "^148.0.0",
|
"googleapis": "^148.0.0",
|
||||||
"ics": "^3.8.1",
|
"ics": "^3.8.1",
|
||||||
"mongoose": "^8.13.1",
|
"mongoose": "^8.15.1",
|
||||||
"next": "^15.3.1",
|
"next": "^15.3.9",
|
||||||
"next-auth": "^4.24.11",
|
"next-auth": "^4.24.13",
|
||||||
"next-axiom": "^1.9.1",
|
"next-axiom": "^1.10.0",
|
||||||
"nodemailer": "^6.10.0",
|
"nodemailer": "^7.0.13",
|
||||||
"react": "^19.1.0",
|
"react": "^19.2.4",
|
||||||
"react-calendar": "^5.1.0",
|
"react-calendar": "^5.1.0",
|
||||||
"react-dom": "^19.1.0"
|
"react-dom": "^19.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/postcss": "^4.1.0",
|
"@tailwindcss/postcss": "^4.1.18",
|
||||||
"@types/nodemailer": "^6.4.17",
|
"@types/nodemailer": "^6.4.17",
|
||||||
"eslint": "^9.23.0",
|
"eslint": "^9.39.2",
|
||||||
"eslint-config-next": "^15.3.1",
|
"eslint-config-next": "^15.3.9",
|
||||||
"eslint-config-prettier": "^10.1.1",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"postcss": "^8.5.3",
|
"postcss": "^8.5.6",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.8.1",
|
||||||
"swr": "^2.3.3",
|
"swr": "^2.4.0",
|
||||||
"tailwindcss": "^4.1.0",
|
"tailwindcss": "^4.1.18",
|
||||||
"ts-jest": "^29.3.2"
|
"ts-jest": "^29.3.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -9909,9 +9909,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/next-auth": {
|
"node_modules/next-auth": {
|
||||||
"version": "4.24.11",
|
"version": "4.24.13",
|
||||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.11.tgz",
|
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.13.tgz",
|
||||||
"integrity": "sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw==",
|
"integrity": "sha512-sgObCfcfL7BzIK76SS5TnQtc3yo2Oifp/yIpfv6fMfeBOiBJkDWF3A2y9+yqnmJ4JKc2C+nMjSjmgDeTwgN1rQ==",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.20.13",
|
"@babel/runtime": "^7.20.13",
|
||||||
@@ -9925,9 +9925,9 @@
|
|||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@auth/core": "0.34.2",
|
"@auth/core": "0.34.3",
|
||||||
"next": "^12.2.5 || ^13 || ^14 || ^15",
|
"next": "^12.2.5 || ^13 || ^14 || ^15 || ^16",
|
||||||
"nodemailer": "^6.6.5",
|
"nodemailer": "^7.0.7",
|
||||||
"react": "^17.0.2 || ^18 || ^19",
|
"react": "^17.0.2 || ^18 || ^19",
|
||||||
"react-dom": "^17.0.2 || ^18 || ^19"
|
"react-dom": "^17.0.2 || ^18 || ^19"
|
||||||
},
|
},
|
||||||
@@ -10046,9 +10046,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/nodemailer": {
|
"node_modules/nodemailer": {
|
||||||
"version": "6.10.1",
|
"version": "7.0.13",
|
||||||
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.10.1.tgz",
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.13.tgz",
|
||||||
"integrity": "sha512-Z+iLaBGVaSjbIzQ4pX6XV41HrooLsQ10ZWPUehGmuantvzWoDVBnmsdUcOIDM1t+yPor5pDhVlDESgOMEGxhHA==",
|
"integrity": "sha512-PNDFSJdP+KFgdsG3ZzMXCgquO7I6McjY2vlqILjtJd0hy8wEvtugS9xKRF2NWlPNGxvLCXlTNIae4serI7dinw==",
|
||||||
"license": "MIT-0",
|
"license": "MIT-0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
|
|||||||
40
package.json
40
package.json
@@ -12,37 +12,37 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@date-fns/tz": "^1.2.0",
|
"@date-fns/tz": "^1.2.0",
|
||||||
"@mdx-js/loader": "^3.1.0",
|
"@mdx-js/loader": "^3.1.1",
|
||||||
"@mdx-js/react": "^3.1.0",
|
"@mdx-js/react": "^3.1.1",
|
||||||
"@next-auth/mongodb-adapter": "^1.1.3",
|
"@next-auth/mongodb-adapter": "^1.1.3",
|
||||||
"@next/mdx": "^15.3.1",
|
"@next/mdx": "^15.3.9",
|
||||||
"@types/mdx": "^2.0.11",
|
"@types/mdx": "^2.0.11",
|
||||||
"@vercel/analytics": "^1.5.0",
|
"@vercel/analytics": "^1.6.1",
|
||||||
"autoprefixer": "^10.4.21",
|
"autoprefixer": "^10.4.24",
|
||||||
"classnames": "^2.5.1",
|
"classnames": "^2.5.1",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"googleapis": "^148.0.0",
|
"googleapis": "^148.0.0",
|
||||||
"ics": "^3.8.1",
|
"ics": "^3.8.1",
|
||||||
"mongoose": "^8.13.1",
|
"mongoose": "^8.15.1",
|
||||||
"next": "^15.3.1",
|
"next": "^15.3.9",
|
||||||
"next-auth": "^4.24.11",
|
"next-auth": "^4.24.13",
|
||||||
"next-axiom": "^1.9.1",
|
"next-axiom": "^1.10.0",
|
||||||
"nodemailer": "^6.10.0",
|
"nodemailer": "^7.0.13",
|
||||||
"react": "^19.1.0",
|
"react": "^19.2.4",
|
||||||
"react-calendar": "^5.1.0",
|
"react-calendar": "^5.1.0",
|
||||||
"react-dom": "^19.1.0"
|
"react-dom": "^19.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/postcss": "^4.1.0",
|
"@tailwindcss/postcss": "^4.1.18",
|
||||||
"@types/nodemailer": "^6.4.17",
|
"@types/nodemailer": "^6.4.17",
|
||||||
"eslint": "^9.23.0",
|
"eslint": "^9.39.2",
|
||||||
"eslint-config-next": "^15.3.1",
|
"eslint-config-next": "^15.3.9",
|
||||||
"eslint-config-prettier": "^10.1.1",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"postcss": "^8.5.3",
|
"postcss": "^8.5.6",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.8.1",
|
||||||
"swr": "^2.3.3",
|
"swr": "^2.4.0",
|
||||||
"tailwindcss": "^4.1.0",
|
"tailwindcss": "^4.1.18",
|
||||||
"ts-jest": "^29.3.2"
|
"ts-jest": "^29.3.2"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
|
|||||||
Reference in New Issue
Block a user