diff --git a/package-lock.json b/package-lock.json index 59e950c..e53886c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@koa/bodyparser": "^5.1.1", "@koa/router": "^13.1.0", - "koa": "^2.15.3", + "koa": "^2.16.1", "pg": "^8.13.1", "pg-hstore": "^2.3.4", "reflect-metadata": "^0.2.2", @@ -1684,9 +1684,9 @@ } }, "node_modules/koa": { - "version": "2.15.3", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.3.tgz", - "integrity": "sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.16.1.tgz", + "integrity": "sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==", "license": "MIT", "dependencies": { "accepts": "^1.3.5", diff --git a/package.json b/package.json index 4e12587..90d6cde 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@koa/bodyparser": "^5.1.1", "@koa/router": "^13.1.0", - "koa": "^2.15.3", + "koa": "^2.16.1", "pg": "^8.13.1", "pg-hstore": "^2.3.4", "reflect-metadata": "^0.2.2",