|
3 | 3 | "version": "0.0.1",
|
4 | 4 | "license": "MIT",
|
5 | 5 | "engines": {
|
6 |
| - "node": "18.15.0", |
7 |
| - "yarn": "1.22.19" |
| 6 | + "node": ">=18.15.0", |
| 7 | + "yarn": ">=1.22.19" |
8 | 8 | },
|
9 | 9 | "scripts": {
|
10 | 10 | "dev": "nodemon server/server.js --watch server",
|
|
17 | 17 | "coverageDirectory": "./.coverage"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@emotion/cache": "^11.11.0", |
21 |
| - "@emotion/react": "^11.11.1", |
| 20 | + "@emotion/cache": "^11.14.0", |
| 21 | + "@emotion/react": "^11.14.0", |
22 | 22 | "@emotion/server": "^11.11.0",
|
23 |
| - "@emotion/styled": "^11.11.0", |
24 |
| - "@mui/icons-material": "^5.14.14", |
25 |
| - "@mui/material": "^5.14.14", |
26 |
| - "@octokit/oauth-authorization-url": "^6.0.2", |
27 |
| - "@octokit/rest": "^20.0.2", |
28 |
| - "@stripe/stripe-js": "^2.1.9", |
29 |
| - "aws-sdk": "^2.1476.0", |
30 |
| - "compression": "^1.7.4", |
| 23 | + "@emotion/styled": "^11.14.0", |
| 24 | + "@mui/icons-material": "^6.4.8", |
| 25 | + "@mui/material": "^6.4.8", |
| 26 | + "@octokit/oauth-authorization-url": "^7.1.1", |
| 27 | + "@octokit/rest": "^21.1.1", |
| 28 | + "@stripe/stripe-js": "^6.1.0", |
| 29 | + "aws-sdk": "^2.1692.0", |
| 30 | + "compression": "^1.8.0", |
31 | 31 | "connect-mongo": "^5.1.0",
|
32 |
| - "dotenv": "^16.3.1", |
33 |
| - "express": "^4.18.2", |
34 |
| - "express-session": "^1.17.1", |
| 32 | + "dotenv": "^16.4.7", |
| 33 | + "express": "^4.21.2", |
| 34 | + "express-session": "^1.18.1", |
35 | 35 | "front-matter": "^4.0.2",
|
36 | 36 | "he": "^1.2.0",
|
37 |
| - "helmet": "^7.0.0", |
38 |
| - "highlight.js": "^11.9.0", |
| 37 | + "helmet": "^8.1.0", |
| 38 | + "highlight.js": "^11.11.1", |
39 | 39 | "isomorphic-unfetch": "^4.0.2",
|
40 | 40 | "lodash": "^4.17.21",
|
41 |
| - "marked": "^9.1.2", |
42 |
| - "mongodb": "^6.1.0", |
43 |
| - "mongoose": "^7.6.3", |
44 |
| - "next": "^13.5.6", |
| 41 | + "marked": "^15.0.7", |
| 42 | + "mongodb": "^6.15.0", |
| 43 | + "mongoose": "^8.12.1", |
| 44 | + "next": "^15.2.3", |
45 | 45 | "next-transpile-modules": "^10.0.1",
|
46 |
| - "node-fetch": "2.6.7", |
| 46 | + "node-fetch": "2", |
47 | 47 | "nprogress": "^0.2.0",
|
48 |
| - "passport": "^0.6.0", |
| 48 | + "passport": "^0.7.0", |
49 | 49 | "passport-google-oauth": "^2.0.0",
|
50 | 50 | "prop-types": "^15.7.2",
|
51 |
| - "qs": "^6.11.2", |
52 |
| - "react": "^18.2.0", |
53 |
| - "react-dom": "^18.2.0", |
54 |
| - "sitemap": "^7.1.1", |
55 |
| - "stripe": "^14.1.0", |
56 |
| - "winston": "^3.11.0" |
| 51 | + "qs": "^6.14.0", |
| 52 | + "react": "^19.0.0", |
| 53 | + "react-dom": "^19.0.0", |
| 54 | + "sitemap": "^8.0.0", |
| 55 | + "stripe": "^17.7.0", |
| 56 | + "winston": "^3.17.0" |
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@babel/core": "^7.23.2", |
60 |
| - "@babel/eslint-parser": "^7.22.15", |
61 |
| - "eslint": "^8.51.0", |
| 59 | + "@babel/core": "^7.26.10", |
| 60 | + "@babel/eslint-parser": "^7.26.10", |
| 61 | + "eslint": "^9.22.0", |
62 | 62 | "eslint-config-airbnb": "^19.0.4",
|
63 |
| - "eslint-config-prettier": "^9.0.0", |
64 |
| - "eslint-plugin-import": "^2.28.1", |
65 |
| - "eslint-plugin-jsx-a11y": "^6.7.0", |
66 |
| - "eslint-plugin-prettier": "^5.0.1", |
67 |
| - "eslint-plugin-react": "^7.33.2", |
68 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
| 63 | + "eslint-config-prettier": "^10.1.1", |
| 64 | + "eslint-plugin-import": "^2.31.0", |
| 65 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 66 | + "eslint-plugin-prettier": "^5.2.3", |
| 67 | + "eslint-plugin-react": "^7.37.4", |
| 68 | + "eslint-plugin-react-hooks": "^5.2.0", |
69 | 69 | "jest": "^29.7.0",
|
70 |
| - "nodemon": "^3.0.1", |
71 |
| - "prettier": "^3.0.3" |
| 70 | + "nodemon": "^3.1.9", |
| 71 | + "prettier": "^3.5.3" |
72 | 72 | }
|
73 | 73 | }
|
0 commit comments