From b85357d9b73c162aea7e417540372751782aeee1 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Tue, 14 Jul 2020 15:06:40 +0200 Subject: [PATCH] chore: update dependencies --- package.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 6b38e4681..0f08da1cf 100644 --- a/package.json +++ b/package.json @@ -48,48 +48,48 @@ "test": "node ./test/run" }, "dependencies": { - "@koa/cors": "^3.0.0", - "@types/koa": "^2.11.0", + "@koa/cors": "^3.1.0", + "@types/koa": "^2.11.3", "debug": "^4.1.1", - "ejs": "^3.0.1", + "ejs": "^3.1.3", "got": "^9.6.0", - "jose": "^1.27.1", + "jose": "^1.27.2", "jsesc": "^3.0.1", - "koa": "^2.11.0", + "koa": "^2.13.0", "koa-compose": "^4.1.0", - "lru-cache": "^5.1.1", - "nanoid": "^3.1.3", - "object-hash": "^2.0.1", + "lru-cache": "^6.0.0", + "nanoid": "^3.1.10", + "object-hash": "^2.0.3", "oidc-token-hash": "^5.0.0", "raw-body": "^2.4.1" }, "devDependencies": { - "@commitlint/cli": "^8.3.5", - "@commitlint/config-conventional": "^8.3.4", - "@hapi/hapi": "^18.4.0", + "@commitlint/cli": "^9.1.1", + "@commitlint/config-conventional": "^9.1.1", + "@hapi/hapi": "^18.4.1", "base64url": "^3.0.1", "chai": "^4.2.0", - "clear-module": "^4.0.0", + "clear-module": "^4.1.1", "connect": "^3.7.0", - "eslint": "^7.2.0", + "eslint": "^7.4.0", "eslint-config-airbnb-base": "^14.2.0", - "eslint-plugin-import": "^2.21.2", + "eslint-plugin-import": "^2.22.0", "express": "^4.17.1", - "fastify": "^2.12.0", + "fastify": "^2.15.2", "https-pem": "^2.0.0", - "husky": "^4.2.1", - "koa-body": "^4.1.1", + "husky": "^4.2.5", + "koa-body": "^4.2.0", "koa-ejs": "^4.3.0", "koa-helmet": "^5.2.0", "koa-mount": "^4.0.0", "koa-router": "^7.4.0", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "mocha": "^8.0.1", - "moment": "^2.24.0", - "nock": "^12.0.1", - "nyc": "^15.0.0", - "paseto": "^1.0.5", - "sinon": "^9.0.0", + "moment": "^2.27.0", + "nock": "^12.0.3", + "nyc": "^15.1.0", + "paseto": "^1.0.7", + "sinon": "^9.0.2", "supertest": "^4.0.2", "timekeeper": "^2.2.0" },