From 27bdc0aae915aaeff6854873569df0ae2f95cbd3 Mon Sep 17 00:00:00 2001 From: vzakharchenko Date: Thu, 19 Nov 2020 13:31:52 +0200 Subject: [PATCH] new release --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 5dcac7e..274b6e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloak-lambda-authorizer", - "version": "0.3.4", + "version": "0.3.5", "description": "Keycloak adapter for aws Lambda", "main": "index.js", "homepage": "https://github.com/vzakharchenko/keycloak-lambda-authorizer", @@ -55,28 +55,28 @@ "author": "vzakharchenko", "license": "Apache-2.0", "devDependencies": { - "@babel/plugin-transform-runtime": "^7.10.3", - "@babel/polyfill": "^7.10.1", - "@babel/runtime": "^7.10.3", + "@babel/plugin-transform-runtime": "^7.12.1", + "@babel/polyfill": "^7.12.1", + "@babel/runtime": "^7.12.5", "babel-eslint": "^10.1.0", "coveralls": "^3.1.0", - "eslint": "^7.3.1", - "eslint-config-airbnb": "^18.2.0", - "eslint-plugin-import": "^2.21.2", - "jest": "^26.1.0" + "eslint": "^7.13.0", + "eslint-config-airbnb": "^18.2.1", + "eslint-plugin-import": "^2.22.1", + "jest": "^26.6.3" }, "dependencies": { "aws-arn-parser": "^1.0.1", - "axios": "^0.19.2", + "axios": "^0.21.0", "cookie": "^0.4.1", - "copy-webpack-plugin": "^6.0.2", + "copy-webpack-plugin": "^6.3.1", "get-keycloak-public-key": "^1.0.3", "jsonwebtoken": "^8.5.1", "jws": "^4.0.0", - "node-cache": "^5.1.1", - "node-forge": "^0.9.1", + "node-cache": "^5.1.2", + "node-forge": "^0.10.0", "querystring": "^0.2.0", "rsa-pem-to-jwk": "^1.1.3", - "uuid": "^8.1.0" + "uuid": "^8.3.1" } }