|
27 | 27 | "repository": "https://github.com/topcoder-platform/challenge-api", |
28 | 28 | "devDependencies": { |
29 | 29 | "aws-sdk-mock": "^6.2.1", |
30 | | - "chai": "^4.2.0", |
31 | | - "chai-http": "^4.2.1", |
32 | | - "mocha": "^11.1.0", |
| 30 | + "chai": "^6.2.0", |
| 31 | + "chai-http": "^5.1.2", |
| 32 | + "mocha": "^11.7.4", |
33 | 33 | "mocha-prepare": "^0.1.0", |
34 | | - "nodemon": "^3.1.9", |
| 34 | + "nodemon": "^3.1.10", |
35 | 35 | "nyc": "^17.1.0", |
36 | | - "prettier": "^2.8.1", |
37 | | - "prisma": "^6.4.1", |
38 | | - "standard": "^17.1.0" |
| 36 | + "prettier": "^3.6.2", |
| 37 | + "prisma": "^6.18.0", |
| 38 | + "standard": "^17.1.2" |
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | | - "@prisma/client": "^6.4.1", |
42 | | - "aws-sdk": "^2.1145.0", |
43 | | - "axios": "^1.10.0", |
44 | | - "axios-retry": "^3.4.0", |
45 | | - "bluebird": "^3.5.1", |
46 | | - "body-parser": "^1.15.1", |
47 | | - "compare-versions": "^6.1.0", |
48 | | - "config": "^3.0.1", |
| 41 | + "@prisma/client": "^6.18.0", |
| 42 | + "aws-sdk": "^2.1692.0", |
| 43 | + "axios": "^1.13.1", |
| 44 | + "axios-retry": "^4.5.0", |
| 45 | + "bluebird": "^3.7.2", |
| 46 | + "body-parser": "^2.2.0", |
| 47 | + "compare-versions": "^6.1.1", |
| 48 | + "config": "^4.1.1", |
49 | 49 | "cors": "^2.8.5", |
50 | | - "decimal.js": "^10.4.3", |
51 | | - "deep-equal": "^2.2.0", |
52 | | - "dompurify": "^3.0.2", |
53 | | - "dotenv": "^8.2.0", |
54 | | - "express": "^4.15.4", |
55 | | - "express-fileupload": "^1.1.6", |
| 50 | + "decimal.js": "^10.6.0", |
| 51 | + "deep-equal": "^2.2.3", |
| 52 | + "dompurify": "^3.3.0", |
| 53 | + "dotenv": "^17.2.3", |
| 54 | + "express": "^5.1.0", |
| 55 | + "express-fileupload": "^1.5.2", |
56 | 56 | "express-interceptor": "^1.2.0", |
57 | 57 | "get-parameter-names": "^0.3.0", |
58 | | - "http-status-codes": "^1.3.0", |
59 | | - "joi": "^14.0.0", |
60 | | - "jsdom": "^21.1.2", |
| 58 | + "http-status-codes": "^2.3.0", |
| 59 | + "joi": "^18.0.1", |
| 60 | + "jsdom": "^27.1.0", |
61 | 61 | "json-rules-engine": "^7.3.1", |
62 | 62 | "jsonwebtoken": "^9.0.2", |
63 | | - "lodash": "^4.17.19", |
64 | | - "markdown-it": "^13.0.1", |
65 | | - "moment": "^2.24.0", |
| 63 | + "lodash": "^4.17.21", |
| 64 | + "markdown-it": "^14.1.0", |
| 65 | + "moment": "^2.30.1", |
66 | 66 | "node-cache": "^5.1.2", |
67 | | - "swagger-ui-express": "^4.1.3", |
68 | | - "tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.6.4", |
69 | | - "topcoder-bus-api-wrapper": "topcoder-platform/tc-bus-api-wrapper.git", |
70 | | - "uuid": "^3.3.2", |
71 | | - "winston": "^3.8.2", |
72 | | - "xss": "^1.0.8", |
| 67 | + "swagger-ui-express": "^5.0.1", |
| 68 | + "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.4", |
| 69 | + "topcoder-bus-api-wrapper": "github:topcoder-platform/tc-bus-api-wrapper", |
| 70 | + "uuid": "^13.0.0", |
| 71 | + "winston": "^3.18.3", |
| 72 | + "xss": "^1.0.15", |
73 | 73 | "yamljs": "^0.3.0" |
74 | 74 | }, |
75 | 75 | "standard": { |
|
0 commit comments