diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json index 7611ac9ab..9ce1e1b0e 100644 --- a/package.json +++ b/package.json | |||
@@ -74,7 +74,6 @@ | |||
74 | }, | 74 | }, |
75 | "dependencies": { | 75 | "dependencies": { |
76 | "@uploadx/core": "^4.4.0", | 76 | "@uploadx/core": "^4.4.0", |
77 | "apicache": "1.6.2", | ||
78 | "async": "^3.0.1", | 77 | "async": "^3.0.1", |
79 | "async-lru": "^1.1.1", | 78 | "async-lru": "^1.1.1", |
80 | "bcrypt": "5.0.1", | 79 | "bcrypt": "5.0.1", |
@@ -148,7 +147,6 @@ | |||
148 | }, | 147 | }, |
149 | "devDependencies": { | 148 | "devDependencies": { |
150 | "@openapitools/openapi-generator-cli": "^2.1.4", | 149 | "@openapitools/openapi-generator-cli": "^2.1.4", |
151 | "@types/apicache": "^1.2.0", | ||
152 | "@types/async": "^3.0.0", | 150 | "@types/async": "^3.0.0", |
153 | "@types/async-lock": "^1.1.0", | 151 | "@types/async-lock": "^1.1.0", |
154 | "@types/bcrypt": "^5.0.0", | 152 | "@types/bcrypt": "^5.0.0", |
@@ -159,7 +157,7 @@ | |||
159 | "@types/chai": "^4.0.4", | 157 | "@types/chai": "^4.0.4", |
160 | "@types/chai-json-schema": "^1.4.3", | 158 | "@types/chai-json-schema": "^1.4.3", |
161 | "@types/chai-xml": "^0.3.1", | 159 | "@types/chai-xml": "^0.3.1", |
162 | "@types/config": "^0.0.38", | 160 | "@types/config": "^0.0.39", |
163 | "@types/express": "4.17.9", | 161 | "@types/express": "4.17.9", |
164 | "@types/express-rate-limit": "^5.0.0", | 162 | "@types/express-rate-limit": "^5.0.0", |
165 | "@types/fluent-ffmpeg": "^2.1.16", | 163 | "@types/fluent-ffmpeg": "^2.1.16", |
@@ -167,7 +165,7 @@ | |||
167 | "@types/lodash": "^4.14.64", | 165 | "@types/lodash": "^4.14.64", |
168 | "@types/lru-cache": "^5.1.0", | 166 | "@types/lru-cache": "^5.1.0", |
169 | "@types/magnet-uri": "^5.1.1", | 167 | "@types/magnet-uri": "^5.1.1", |
170 | "@types/maildev": "^0.0.2", | 168 | "@types/maildev": "^0.0.3", |
171 | "@types/memoizee": "^0.4.2", | 169 | "@types/memoizee": "^0.4.2", |
172 | "@types/mkdirp": "^1.0.0", | 170 | "@types/mkdirp": "^1.0.0", |
173 | "@types/mocha": "^8.0.3", | 171 | "@types/mocha": "^8.0.3", |
@@ -205,7 +203,7 @@ | |||
205 | "source-map-support": "^0.5.0", | 203 | "source-map-support": "^0.5.0", |
206 | "supertest": "^6.0.1", | 204 | "supertest": "^6.0.1", |
207 | "swagger-cli": "^4.0.2", | 205 | "swagger-cli": "^4.0.2", |
208 | "ts-node": "10.0.0", | 206 | "ts-node": "10.1.0", |
209 | "typescript": "^4.0.5" | 207 | "typescript": "^4.0.5" |
210 | }, | 208 | }, |
211 | "bundlewatch": { | 209 | "bundlewatch": { |