|
16 | 16 | "tdd:watch": "sh scripts/tests/tdd.sh"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@aws-sdk/client-identitystore": "^3.665.0", |
20 |
| - "@types/nodemailer": "^6.4.15", |
21 |
| - "axios": "1.7.4", |
22 |
| - "cloudinary": "2.0.3", |
| 19 | + "@aws-sdk/client-identitystore": "3.817.0", |
| 20 | + "@types/nodemailer": "6.4.17", |
| 21 | + "axios": "1.9.0", |
| 22 | + "cloudinary": "2.6.1", |
23 | 23 | "config": "3.3.7",
|
24 |
| - "cookie-parser": "1.4.6", |
| 24 | + "cookie-parser": "1.4.7", |
25 | 25 | "cors": "2.8.5",
|
26 | 26 | "datauri": "4.1.0",
|
27 | 27 | "debug": "4.3.5",
|
|
36 | 36 | "morgan": "1.10.0",
|
37 | 37 | "multer": "1.4.5-lts.1",
|
38 | 38 | "newrelic": "11.19.0",
|
39 |
| - "nodemailer": "^6.9.15", |
40 |
| - "nodemailer-mock": "^2.0.6", |
| 39 | + "nodemailer": "6.7.3", |
| 40 | + "nodemailer-mock": "2.0.8", |
41 | 41 | "passport": "0.7.0",
|
42 | 42 | "passport-github2": "0.1.12",
|
43 | 43 | "passport-google-oauth20": "^2.0.0",
|
44 |
| - "rate-limiter-flexible": "5.0.3", |
45 |
| - "winston": "3.13.0" |
| 44 | + "rate-limiter-flexible": "7.1.1", |
| 45 | + "winston": "3.17.0" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 | 48 | "@types/chai": "4.3.16",
|
49 |
| - "@types/config": "3.3.4", |
| 49 | + "@types/config": "3.3.5", |
50 | 50 | "@types/express": "4.17.21",
|
51 |
| - "@types/jest": "29.5.12", |
52 |
| - "@types/mocha": "10.0.6", |
53 |
| - "@types/node": "20.11.24", |
| 51 | + "@types/jest": "29.5.14", |
| 52 | + "@types/mocha": "10.0.10", |
| 53 | + "@types/node": "22.15.21", |
54 | 54 | "@types/sinon": "17.0.3",
|
55 |
| - "@typescript-eslint/parser": "^7.1.1", |
| 55 | + "@typescript-eslint/parser": "8.32.1", |
56 | 56 | "chai": "4.4.1",
|
57 | 57 | "chai-http": "4.4.0",
|
58 | 58 | "cross-env": "7.0.3",
|
|
65 | 65 | "eslint-plugin-prettier": "^4.2.1",
|
66 | 66 | "eslint-plugin-promise": "^6.0.0",
|
67 | 67 | "eslint-plugin-security": "^1.7.1",
|
68 |
| - "firebase-tools": "13.4.0", |
69 |
| - "mocha": "10.3.0", |
| 68 | + "firebase-tools": "14.4.0", |
| 69 | + "mocha": "11.5.0", |
70 | 70 | "nock": "13.2.9",
|
71 |
| - "nodemon": "3.1.3", |
72 |
| - "nyc": "15.1.0", |
| 71 | + "nodemon": "3.1.10", |
| 72 | + "nyc": "17.1.0", |
73 | 73 | "pre-commit": "1.2.2",
|
74 | 74 | "prettier": "^2.5.1",
|
75 |
| - "sinon": "18.0.0", |
| 75 | + "sinon": "20.0.0", |
76 | 76 | "ts-node": "10.9.2",
|
77 | 77 | "ts-node-dev": "2.0.0",
|
78 |
| - "typescript": "5.3.3" |
| 78 | + "typescript": "5.8.3" |
79 | 79 | },
|
80 | 80 | "engines": {
|
81 |
| - "node": "22.10.0" |
| 81 | + "node": "22.16.0" |
82 | 82 | },
|
83 | 83 | "pre-commit": [
|
84 | 84 | "lint"
|
85 | 85 | ],
|
86 | 86 | "volta": {
|
87 |
| - "node": "22.10.0", |
88 |
| - "yarn": "1.22.21" |
| 87 | + "node": "22.16.0", |
| 88 | + "yarn": "1.22.22" |
89 | 89 | }
|
90 | 90 | }
|
0 commit comments