From 469cbfac3f44db7ab0e4510aeee874c9841deab2 Mon Sep 17 00:00:00 2001 From: vzakharchenko Date: Tue, 15 Mar 2022 16:18:49 +0200 Subject: [PATCH] update dependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 9e1329c..3558318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloak-lambda-authorizer", - "version": "1.0.9", + "version": "1.0.10", "description": "Keycloak Cloud Adapter", "main": "index.js", "homepage": "https://github.com/vzakharchenko/keycloak-lambda-authorizer", @@ -42,17 +42,17 @@ "devDependencies": { "@babel/plugin-transform-runtime": "^7.17.0", "@babel/polyfill": "^7.12.1", - "@babel/runtime": "^7.17.2", + "@babel/runtime": "^7.17.7", "@shopify/eslint-plugin": "40.4.0", "@types/cookie": "^0.4.1", "@types/cookie-parser": "^1.4.2", - "@types/jest": "^27.4.0", + "@types/jest": "^27.4.1", "@types/jsonwebtoken": "^8.5.8", "@types/jws": "^3.2.4", - "@types/node-forge": "^1.0.0", + "@types/node-forge": "^1.0.1", "@types/uuid": "^8.3.4", - "@typescript-eslint/eslint-plugin": "^5.11.0", - "@typescript-eslint/parser": "^5.11.0", + "@typescript-eslint/eslint-plugin": "^5.15.0", + "@typescript-eslint/parser": "^5.15.0", "babel-eslint": "^10.1.0", "coveralls": "^3.1.1", "eslint": "7.32.0", @@ -61,11 +61,11 @@ "eslint-plugin-no-loops": "^0.3.0", "jest": "^27.5.1", "ts-jest": "^27.1.3", - "typescript": "^4.5.5" + "typescript": "^4.6.2" }, "dependencies": { "aws-arn-parser": "^1.0.1", - "axios": "^0.25.0", + "axios": "^0.26.1", "cookie": "^0.4.2", "get-keycloak-public-key": "^1.0.3", "jsonwebtoken": "^8.5.1",