Skip to content

Commit

Permalink
Merge pull request #13 from vzakharchenko/new_release
Browse files Browse the repository at this point in the history
new release
  • Loading branch information
vzakharchenko committed Nov 19, 2020
2 parents 262cd18 + 27bdc0a commit 7e03459
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 7e03459

Please sign in to comment.