|
24 | 24 | }, |
25 | 25 | "homepage": "https://github.com/fossasia/open-event-webapp#readme", |
26 | 26 | "dependencies": { |
27 | | - "archiver": "^3.1.1", |
| 27 | + "@babel/core": "^7.0.0", |
| 28 | + "@babel/preset-env": "^7.12.1", |
| 29 | + "@octokit/rest": "^14.0.0", |
| 30 | + "archiver": "^5.0.2", |
28 | 31 | "async": "^3.2.0", |
29 | 32 | "aws-sdk": "^2.639.0", |
30 | | - "babel-preset-es2015": "^6.24.0", |
31 | | - "bee-queue": "^1.2.2", |
| 33 | + "bee-queue": "^1.3.0", |
32 | 34 | "bluebird": "^3.4.7", |
33 | 35 | "body-parser": "^1.15.2", |
34 | 36 | "chai": "^4.0.1", |
35 | 37 | "compression": "^1.6.2", |
36 | 38 | "connect-domain": "^0.5.0", |
37 | | - "cookie-parser": "^1.4.4", |
| 39 | + "cookie-parser": "^1.4.5", |
38 | 40 | "decompress-zip": "^0.3.0", |
39 | | - "del": "^5.1.0", |
| 41 | + "del": "^6.0.0", |
40 | 42 | "dotenv": "^8.2.0", |
41 | 43 | "express": "^4.13.4", |
42 | | - "express-session": "^1.15.0", |
43 | | - "folder-hash": "^3.3.0", |
| 44 | + "express-session": "^1.17.1", |
| 45 | + "folder-hash": "^4.0.0", |
44 | 46 | "fs": "0.0.2", |
45 | | - "fs-extra": "^3.0.1", |
46 | | - "ftp-deploy": "^2.3.6", |
47 | | - "github": "^9.2.0", |
| 47 | + "fs-extra": "^9.0.1", |
| 48 | + "ftp-deploy": "^2.3.7", |
48 | 49 | "gulp": "^4.0.2", |
49 | | - "gulp-babel": "^6.1.2", |
| 50 | + "gulp-babel": "^8.0.0", |
50 | 51 | "gulp-concat": "^2.6.1", |
51 | 52 | "gulp-htmlmin": "^5.0.1", |
52 | 53 | "gulp-iife": "^0.4.0", |
53 | 54 | "gulp-minify-css": "^1.2.4", |
54 | 55 | "gulp-uglify": "^3.0.0", |
55 | | - "handlebars": "^4.0.5", |
| 56 | + "handlebars": "^4.7.6", |
56 | 57 | "html-minifier": "^4.0.0", |
57 | 58 | "jsonapi-serializer": "^3.5.3", |
58 | | - "jsonfile": "^6.0.1", |
59 | | - "moment": "^2.13.0", |
60 | | - "node-sass": "^4.5.3", |
| 59 | + "jsonfile": "^6.1.0", |
| 60 | + "moment": "^2.27.0", |
| 61 | + "node-sass": "^4.14.0", |
61 | 62 | "node-uuid": "^1.4.7", |
62 | | - "nodemailer": "^6.4.5", |
| 63 | + "nodemailer": "^6.4.15", |
63 | 64 | "nodemailer-smtp-transport": "^2.7.2", |
64 | | - "npm": "^6.14.2", |
| 65 | + "npm": "^6.14.7", |
65 | 66 | "passport": "^0.4.1", |
66 | 67 | "passport-github": "^1.1.0", |
67 | 68 | "path": "^0.12.7", |
68 | 69 | "progress-stream": "^2.0.0", |
| 70 | + "promise-ftp-common": "^1.1.5", |
69 | 71 | "raven": "^2.6.4", |
70 | 72 | "recursive-readdir": "^2.1.0", |
71 | 73 | "redis": "^3.0.2", |
72 | 74 | "request": "^2.74.0", |
73 | 75 | "selenium-webdriver": "^3.4.0", |
74 | 76 | "sendgrid": "^5.1.1", |
75 | | - "sharp": "^0.25.1", |
| 77 | + "sharp": "^0.26.2", |
76 | 78 | "socket.io": "^2.0.2", |
77 | 79 | "socket.io-stream": "^0.9.1", |
78 | 80 | "socketio-file-upload": "^0.7.0", |
79 | 81 | "stream-buffers": "^3.0.1", |
80 | 82 | "url-join": "^4.0.1" |
81 | 83 | }, |
82 | 84 | "devDependencies": { |
83 | | - "eslint": "^6.8.0", |
| 85 | + "eslint": "^7.13.0", |
84 | 86 | "husky": "^0.14.3" |
85 | 87 | } |
86 | 88 | } |
0 commit comments