diff --git a/package.json b/package.json index 0c77892..9e1329c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloak-lambda-authorizer", - "version": "1.0.8", + "version": "1.0.9", "description": "Keycloak Cloud Adapter", "main": "index.js", "homepage": "https://github.com/vzakharchenko/keycloak-lambda-authorizer", @@ -40,9 +40,9 @@ "author": "vzakharchenko", "license": "Apache-2.0", "devDependencies": { - "@babel/plugin-transform-runtime": "^7.16.10", + "@babel/plugin-transform-runtime": "^7.17.0", "@babel/polyfill": "^7.12.1", - "@babel/runtime": "^7.16.7", + "@babel/runtime": "^7.17.2", "@shopify/eslint-plugin": "40.4.0", "@types/cookie": "^0.4.1", "@types/cookie-parser": "^1.4.2", @@ -51,22 +51,22 @@ "@types/jws": "^3.2.4", "@types/node-forge": "^1.0.0", "@types/uuid": "^8.3.4", - "@typescript-eslint/eslint-plugin": "^5.10.0", - "@typescript-eslint/parser": "^5.10.0", + "@typescript-eslint/eslint-plugin": "^5.11.0", + "@typescript-eslint/parser": "^5.11.0", "babel-eslint": "^10.1.0", "coveralls": "^3.1.1", "eslint": "7.32.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.25.4", "eslint-plugin-no-loops": "^0.3.0", - "jest": "^27.4.7", + "jest": "^27.5.1", "ts-jest": "^27.1.3", - "typescript": "^4.5.4" + "typescript": "^4.5.5" }, "dependencies": { "aws-arn-parser": "^1.0.1", "axios": "^0.25.0", - "cookie": "^0.4.1", + "cookie": "^0.4.2", "get-keycloak-public-key": "^1.0.3", "jsonwebtoken": "^8.5.1", "jws": "^4.0.0",