|
39 | 39 | "test:serve:debug:compiled": "cross-env NODE_ENV=test APP_SETTINGS=config/settings.test.js PORT=7357 APP_NAME=local LOGLEVEL=silly run-s build test:dropdbs test:rimraf serve:test:debug:compiled", |
40 | 40 | "test:ci": "run-p test:serve test:run", |
41 | 41 | "update-top-100": "node -r ts-node/register src/scripts/update-top-100.ts", |
42 | | - "snyk-protect": "snyk protect", |
43 | | - "prepare": "npm run snyk-protect" |
| 42 | + "snyk-protect": "snyk protect" |
44 | 43 | }, |
45 | 44 | "engines": { |
46 | 45 | "node": "12.x" |
47 | 46 | }, |
48 | 47 | "mod-project-name": "vpdb", |
49 | 48 | "dependencies": { |
50 | | - "@koa/cors": "3.0.0", |
| 49 | + "@koa/cors": "3.1.0", |
51 | 50 | "@slack/client": "5.0.2", |
52 | 51 | "acl": "0.4.11", |
53 | | - "adm-zip": "0.4.13", |
| 52 | + "adm-zip": "0.4.16", |
54 | 53 | "archiver": "3.1.1", |
55 | 54 | "axios": "0.19.0", |
56 | 55 | "base64-stream": "1.0.0", |
57 | | - "bluebird": "3.7.1", |
| 56 | + "bluebird": "3.7.2", |
58 | 57 | "buffer-indexof": "1.1.1", |
59 | | - "bull": "3.12.0", |
| 58 | + "bull": "3.18.1", |
60 | 59 | "busboy": "0.3.1", |
61 | 60 | "bytes": "3.1.0", |
62 | 61 | "chalk": "2.4.2", |
63 | 62 | "diff": "4.0.1", |
64 | | - "elastic-apm-node": "3.1.0", |
| 63 | + "elastic-apm-node": "3.8.0", |
65 | 64 | "ent": "2.2.0", |
66 | 65 | "es6-promise-pool": "2.5.0", |
67 | 66 | "fluent-ffmpeg": "2.1.2", |
68 | 67 | "gltf-pipeline": "github:freezy/gltf-pipeline#hotfix/dedupe", |
69 | 68 | "gm": "1.23.1", |
70 | 69 | "google-auth-library": "5.3.0", |
71 | | - "handlebars": "^4.5.3", |
| 70 | + "handlebars": "4.7.6", |
72 | 71 | "has-ansi": "4.0.0", |
73 | | - "ioredis": "4.14.1", |
| 72 | + "ioredis": "4.19.2", |
74 | 73 | "jwt-simple": "0.5.6", |
75 | | - "koa": "2.11.0", |
76 | | - "koa-bodyparser": "4.2.1", |
| 74 | + "koa": "2.13.0", |
| 75 | + "koa-bodyparser": "4.3.0", |
77 | 76 | "koa-json": "2.0.2", |
78 | 77 | "koa-response-time": "2.1.0", |
79 | 78 | "koa-router": "7.4.0", |
80 | | - "koa-send": "5.0.0", |
81 | | - "lodash": "4.17.15", |
82 | | - "mongo-sanitize": "1.0.1", |
| 79 | + "koa-send": "5.0.1", |
| 80 | + "lodash": "4.17.20", |
| 81 | + "microtime": "3.0.0", |
| 82 | + "mongo-sanitize": "1.1.0", |
83 | 83 | "mongoose": "5.7.8", |
84 | 84 | "mongoose-paginate": "5.0.3", |
85 | 85 | "mongoose-unique-validator": "2.0.3", |
86 | 86 | "natives": "1.1.6", |
87 | 87 | "nodegit": "^0.26.2", |
88 | | - "nodemailer": "6.3.1", |
89 | | - "optipng": "2.1.0", |
| 88 | + "nodemailer": "6.4.15", |
| 89 | + "optipng": "2.2.0", |
90 | 90 | "passthrough-counter": "1.0.0", |
91 | 91 | "path-to-regexp": "3.1.0", |
92 | | - "pngquant": "3.0.0", |
93 | | - "project-name-generator": "2.1.7", |
| 92 | + "pngquant": "3.1.0", |
| 93 | + "project-name-generator": "2.1.9", |
94 | 94 | "randomstring": "1.1.5", |
95 | 95 | "raygun": "0.10.1", |
96 | 96 | "redis": "2.8.0", |
97 | | - "rollbar": "2.14.2", |
| 97 | + "rollbar": "2.19.4", |
98 | 98 | "sax": "1.2.4", |
99 | | - "sharp": "0.23.2", |
| 99 | + "sharp": "^0.26.2", |
100 | 100 | "shortid32": "0.1.1", |
101 | | - "snyk": "1.244.0", |
102 | | - "sqreen": "1.37.0", |
| 101 | + "snyk": "1.425.3", |
| 102 | + "sqreen": "1.55.1", |
103 | 103 | "strip-ansi": "5.2.0", |
104 | 104 | "ua-parser-js": "0.7.20", |
105 | | - "uglify-js": "3.6.8", |
| 105 | + "uglify-js": "3.11.5", |
106 | 106 | "unrar": "0.2.0", |
107 | 107 | "unzipper": "^0.10.5", |
108 | 108 | "validator": "11.1.0", |
109 | | - "vpx-toolbox": "1.2.0", |
110 | | - "winston": "3.2.1", |
111 | | - "winston-daily-rotate-file": "4.2.1", |
| 109 | + "vpx-js": "1.3.4", |
| 110 | + "winston": "3.3.3", |
| 111 | + "winston-daily-rotate-file": "4.5.0", |
112 | 112 | "xmlbuilder": "13.0.2" |
113 | 113 | }, |
114 | 114 | "devDependencies": { |
115 | | - "@types/adm-zip": "0.4.32", |
116 | | - "@types/archiver": "3.0.0", |
117 | | - "@types/bluebird": "3.5.28", |
118 | | - "@types/bull": "3.10.6", |
| 115 | + "@types/adm-zip": "0.4.33", |
| 116 | + "@types/archiver": "3.1.1", |
| 117 | + "@types/bluebird": "3.5.33", |
| 118 | + "@types/bull": "3.14.4", |
119 | 119 | "@types/busboy": "0.2.3", |
120 | | - "@types/bytes": "3.0.0", |
| 120 | + "@types/bytes": "3.1.0", |
121 | 121 | "@types/cheerio": "0.22.13", |
122 | 122 | "@types/diff": "4.0.2", |
123 | | - "@types/ent": "2.2.1", |
| 123 | + "@types/ent": "2.2.3", |
124 | 124 | "@types/expect.js": "0.3.29", |
125 | 125 | "@types/faker": "4.1.7", |
126 | | - "@types/fluent-ffmpeg": "2.1.11", |
127 | | - "@types/gm": "1.18.6", |
| 126 | + "@types/fluent-ffmpeg": "2.1.16", |
| 127 | + "@types/gm": "1.18.9", |
128 | 128 | "@types/has-ansi": "3.0.0", |
129 | | - "@types/ioredis": "4.0.18", |
| 129 | + "@types/ioredis": "4.17.7", |
130 | 130 | "@types/jwt-simple": "0.5.33", |
131 | | - "@types/koa": "2.0.51", |
| 131 | + "@types/koa": "2.11.6", |
132 | 132 | "@types/koa-bodyparser": "4.3.0", |
133 | 133 | "@types/koa-json": "2.0.18", |
134 | | - "@types/koa-router": "7.0.42", |
| 134 | + "@types/koa-router": "7.4.1", |
135 | 135 | "@types/koa-send": "4.1.2", |
136 | | - "@types/lodash": "4.14.145", |
| 136 | + "@types/lodash": "4.14.165", |
137 | 137 | "@types/mocha": "5.2.7", |
138 | 138 | "@types/mongo-sanitize": "1.0.1", |
139 | | - "@types/mongoose": "5.5.29", |
| 139 | + "@types/mongoose": "5.10.0", |
140 | 140 | "@types/mongoose-paginate": "5.0.8", |
141 | | - "@types/mongoose-unique-validator": "1.0.3", |
| 141 | + "@types/mongoose-unique-validator": "1.0.4", |
142 | 142 | "@types/node": "12.12.6", |
143 | 143 | "@types/nodegit": "0.24.13", |
144 | | - "@types/nodemailer": "6.2.2", |
| 144 | + "@types/nodemailer": "6.4.0", |
145 | 145 | "@types/randomstring": "1.1.6", |
146 | | - "@types/redis": "2.8.14", |
147 | | - "@types/sax": "1.2.0", |
| 146 | + "@types/redis": "2.8.28", |
| 147 | + "@types/sax": "1.2.1", |
148 | 148 | "@types/sharp": "0.23.0", |
149 | 149 | "@types/strip-ansi": "5.2.1", |
150 | 150 | "@types/ua-parser-js": "0.7.33", |
151 | | - "@types/uglify-js": "3.0.4", |
| 151 | + "@types/uglify-js": "3.11.1", |
152 | 152 | "@types/unzipper": "^0.10.0", |
153 | 153 | "@types/validator": "10.11.3", |
154 | 154 | "@types/yargs": "13.0.3", |
|
157 | 157 | "cross-env": "6.0.3", |
158 | 158 | "expect.js": "0.3.1", |
159 | 159 | "faker": "4.1.0", |
160 | | - "fast-glob": "3.1.0", |
| 160 | + "fast-glob": "3.2.4", |
161 | 161 | "form-data": "2.5.1", |
162 | 162 | "json-stable-stringify": "1.0.1", |
163 | 163 | "mocha": "5.2.0", |
|
0 commit comments