|
3 | 3 | "version": "2.0.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "axios": "1.7.4", |
7 | | - "body-parser": "1.20.3", |
| 6 | + "axios": "1.10.0", |
| 7 | + "body-parser": "2.2.0", |
8 | 8 | "client-oauth2": "4.3.3", |
9 | 9 | "connect-flash": "^0.1.1", |
10 | | - "dotenv": "16.3.1", |
11 | | - "express": "^4.20.0", |
12 | | - "express-async-errors": "^3.1.1", |
13 | | - "express-session": "^1.17.3", |
14 | | - "express-validator": "7.0.1", |
15 | | - "moment": "^2.29.4", |
| 10 | + "dotenv": "17.0.0", |
| 11 | + "express": "^5.1.0", |
| 12 | + "express-session": "^1.18.1", |
| 13 | + "express-validator": "7.2.1", |
| 14 | + "moment": "^2.30.1", |
16 | 15 | "node-cache": "^5.1.2", |
17 | | - "node-dependency-injection": "^3.1.2", |
18 | | - "node-fetch": "^2.6.7", |
| 16 | + "node-dependency-injection": "^3.2.2", |
| 17 | + "node-fetch": "^3.3.2", |
19 | 18 | "npm-check": "^6.0.1", |
20 | | - "passport": "^0.6.0", |
| 19 | + "passport": "^0.7.0", |
21 | 20 | "passport-oauth2-refresh": "^2.2.0", |
22 | | - "passport-openidconnect": "^0.1.1", |
| 21 | + "passport-openidconnect": "^0.1.2", |
23 | 22 | "pug": "3.0.3", |
24 | 23 | "request": "2.88.2", |
| 24 | + "sass": "^1.89.2", |
25 | 25 | "session-file-store": "^1.5.0", |
26 | 26 | "showdown": "^2.1.0", |
27 | | - "simple-datatables": "^9.0.0", |
28 | | - "simple-oauth2": "^5.0.0", |
| 27 | + "simple-datatables": "^10.0.0", |
| 28 | + "simple-oauth2": "^5.1.0", |
29 | 29 | "supertest-session": "^5.0.1", |
30 | 30 | "url-slug": "^4.0.1" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@prettier/plugin-pug": "^3.0.0", |
34 | | - "awesomplete": "^1.1.5", |
35 | | - "css-loader": "^6.8.1", |
36 | | - "dart-sass": "^1.25.0", |
37 | | - "eslint": "^8.54.0", |
38 | | - "eslint-config-prettier": "^9.1.0", |
| 33 | + "@prettier/plugin-pug": "^3.4.0", |
| 34 | + "awesomplete": "^1.1.7", |
| 35 | + "css-loader": "^7.1.2", |
| 36 | + "eslint": "^9.30.0", |
| 37 | + "eslint-config-prettier": "^10.1.5", |
39 | 38 | "eslint-config-standard": "^17.1.0", |
40 | | - "eslint-plugin-import": "^2.29.0", |
41 | | - "eslint-plugin-n": "^16.3.1", |
42 | | - "eslint-plugin-prettier": "^5.0.1", |
43 | | - "eslint-plugin-promise": "^6.1.1", |
| 39 | + "eslint-plugin-import": "^2.32.0", |
| 40 | + "eslint-plugin-n": "^17.20.0", |
| 41 | + "eslint-plugin-prettier": "^5.5.1", |
| 42 | + "eslint-plugin-promise": "^7.2.1", |
44 | 43 | "grunt": "1.6.1", |
45 | 44 | "grunt-concurrent": "3.0.0", |
46 | 45 | "grunt-contrib-watch": "^1.1.0", |
47 | 46 | "grunt-nodemon": "^0.4.2", |
48 | 47 | "grunt-postcss": "0.9.0", |
49 | 48 | "grunt-run": "^0.8.1", |
50 | | - "grunt-sass": "3.1.0", |
51 | | - "highcharts": "^11.2.0", |
52 | | - "jest": "^29.7.0", |
| 49 | + "grunt-sass": "4.0.0", |
| 50 | + "highcharts": "^12.3.0", |
| 51 | + "jest": "^30.0.3", |
53 | 52 | "load-grunt-config": "4.0.1", |
54 | 53 | "load-grunt-tasks": "5.1.0", |
55 | | - "nock": "^13.3.8", |
56 | | - "octokit": "^3.1.2", |
57 | | - "prettier": "^3.1.1", |
58 | | - "style-loader": "^3.3.3", |
59 | | - "supertest": "^6.3.3", |
60 | | - "typescript": "^5.3.2", |
61 | | - "webpack": "^5.94.0", |
62 | | - "webpack-cli": "^5.1.4", |
63 | | - "webpack-manifest-plugin": "^5.0.0" |
| 54 | + "nock": "^14.0.5", |
| 55 | + "octokit": "^5.0.3", |
| 56 | + "prettier": "^3.6.2", |
| 57 | + "style-loader": "^4.0.0", |
| 58 | + "supertest": "^7.1.1", |
| 59 | + "typescript": "^5.8.3", |
| 60 | + "webpack": "^5.99.9", |
| 61 | + "webpack-cli": "^6.0.1", |
| 62 | + "webpack-manifest-plugin": "^5.0.1" |
64 | 63 | }, |
65 | 64 | "engines": { |
66 | | - "node": ">=20.9.0", |
| 65 | + "node": ">=22.0.0", |
67 | 66 | "yarn": ">=1.22.0" |
68 | 67 | }, |
69 | 68 | "scripts": { |
|
0 commit comments