aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/package.json b/package.json
index 2e7530e4d..93fa4b04a 100644
--- a/package.json
+++ b/package.json
@@ -112,7 +112,7 @@
112 "fs-extra": "^10.0.0", 112 "fs-extra": "^10.0.0",
113 "got": "^11.8.2", 113 "got": "^11.8.2",
114 "helmet": "^5.0.1", 114 "helmet": "^5.0.1",
115 "hpagent": "^0.1.2", 115 "hpagent": "^1.0.0",
116 "http-problem-details": "^0.1.5", 116 "http-problem-details": "^0.1.5",
117 "ip-anonymize": "^0.1.0", 117 "ip-anonymize": "^0.1.0",
118 "ipaddr.js": "2.0.1", 118 "ipaddr.js": "2.0.1",
@@ -120,11 +120,11 @@
120 "iso-639-3": "2.2.0", 120 "iso-639-3": "2.2.0",
121 "jimp": "^0.16.0", 121 "jimp": "^0.16.0",
122 "js-yaml": "^4.0.0", 122 "js-yaml": "^4.0.0",
123 "jsonld": "~5.2.0", 123 "jsonld": "~6.0.0",
124 "lodash": "^4.17.10", 124 "lodash": "^4.17.10",
125 "lru-cache": "7.8.1", 125 "lru-cache": "7.10.1",
126 "magnet-uri": "^6.1.0", 126 "magnet-uri": "^6.1.0",
127 "markdown-it": "^12.0.4", 127 "markdown-it": "^13.0.1",
128 "markdown-it-emoji": "^2.0.0", 128 "markdown-it-emoji": "^2.0.0",
129 "maxmind": "^4.3.6", 129 "maxmind": "^4.3.6",
130 "memoizee": "^0.4.14", 130 "memoizee": "^0.4.14",
@@ -137,6 +137,7 @@
137 "password-generator": "^2.0.2", 137 "password-generator": "^2.0.2",
138 "pem": "^1.12.3", 138 "pem": "^1.12.3",
139 "pg": "^8.2.1", 139 "pg": "^8.2.1",
140 "piscina": "^3.2.0",
140 "prompt": "^1.0.0", 141 "prompt": "^1.0.0",
141 "proxy-addr": "^2.0.7", 142 "proxy-addr": "^2.0.7",
142 "pug": "^3.0.0", 143 "pug": "^3.0.0",
@@ -148,9 +149,9 @@
148 "short-uuid": "^4.2.0", 149 "short-uuid": "^4.2.0",
149 "sitemap": "^7.0.0", 150 "sitemap": "^7.0.0",
150 "socket.io": "^4.0.1", 151 "socket.io": "^4.0.1",
151 "sql-formatter": "^4.0.0-beta.0", 152 "sql-formatter": "^7.0.1",
152 "srt-to-vtt": "^1.1.2", 153 "srt-to-vtt": "^1.1.2",
153 "tsconfig-paths": "^3.9.0", 154 "tsconfig-paths": "^4.0.0",
154 "tslib": "^2.0.0", 155 "tslib": "^2.0.0",
155 "useragent": "^2.3.0", 156 "useragent": "^2.3.0",
156 "validator": "^13.0.0", 157 "validator": "^13.0.0",
@@ -208,13 +209,13 @@
208 "eslint-plugin-node": "^11.0.0", 209 "eslint-plugin-node": "^11.0.0",
209 "eslint-plugin-promise": "^6.0.0", 210 "eslint-plugin-promise": "^6.0.0",
210 "fast-xml-parser": "^4.0.0-beta.8", 211 "fast-xml-parser": "^4.0.0-beta.8",
211 "mocha": "^9.0.0", 212 "mocha": "^10.0.0",
212 "proxy": "^1.0.2", 213 "proxy": "^1.0.2",
213 "resolve-tspaths": "^0.3.0", 214 "resolve-tspaths": "^0.6.0",
214 "socket.io-client": "^4.0.1", 215 "socket.io-client": "^4.0.1",
215 "supertest": "^6.0.1", 216 "supertest": "^6.0.1",
216 "swagger-cli": "^4.0.2", 217 "swagger-cli": "^4.0.2",
217 "ts-node": "10.7.0", 218 "ts-node": "10.8.1",
218 "tsc-watch": "^5.0.3", 219 "tsc-watch": "^5.0.3",
219 "typescript": "^4.0.5" 220 "typescript": "^4.0.5"
220 }, 221 },