Skip to content

Commit

Permalink
release 0.3.8
Browse files Browse the repository at this point in the history
- updated dependencies
  • Loading branch information
vzakharchenko committed Apr 22, 2021
1 parent e4e6d6d commit fcfd7dd
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 86 deletions.
16 changes: 8 additions & 8 deletions example/keycloak-authorizer/serverless-jwks/package.json
Expand Up @@ -16,14 +16,14 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/register": "^7.13.8",
"@babel/runtime": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.13.17",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "*",
"eslint": "*",
Expand All @@ -33,8 +33,8 @@
"serverless": "*",
"serverless-offline": "*",
"serverless-webpack": "*",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0"
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"keycloak-lambda-authorizer": "*"
Expand Down
16 changes: 8 additions & 8 deletions example/keycloak-authorizer/serverless/package.json
Expand Up @@ -14,14 +14,14 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/register": "^7.13.8",
"@babel/runtime": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.13.17",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "*",
"eslint": "*",
Expand All @@ -31,8 +31,8 @@
"serverless": "*",
"serverless-offline": "*",
"serverless-webpack": "*",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0"
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"keycloak-lambda-authorizer": "*"
Expand Down
Expand Up @@ -10,11 +10,11 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-cloudfront": "^1.42.1",
"@aws-cdk/aws-dynamodb": "^1.42.1",
"@aws-cdk/aws-lambda": "^1.42.1",
"@aws-cdk/aws-s3": "^1.42.1",
"@aws-cdk/aws-s3-deployment": "^1.42.1",
"@aws-cdk/core": "^1.42.1"
"@aws-cdk/aws-cloudfront": "^1.100.0",
"@aws-cdk/aws-dynamodb": "^1.100.0",
"@aws-cdk/aws-lambda": "^1.100.0",
"@aws-cdk/aws-s3": "^1.100.0",
"@aws-cdk/aws-s3-deployment": "^1.100.0",
"@aws-cdk/core": "^1.100.0"
}
}
Expand Up @@ -11,23 +11,23 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/register": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/register": "^7.13.16",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"enzyme": "^3.11.0",
"jest": "^26.6.3",
"jest-date-mock": "^1.0.8",
"progress-bar-webpack-plugin": "^2.1.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0"
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@babel/runtime": "^7.13.8",
"@babel/runtime": "^7.13.17",
"axios": "^0.21.1",
"cookie": "^0.4.1",
"crypto-js": "^4.0.0",
Expand Down
36 changes: 18 additions & 18 deletions example/keycloak-cloudfront-portal/package.json
Expand Up @@ -16,39 +16,39 @@
"crypto": false
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-do-expressions": "^7.12.13",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-function-sent": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-proposal-partial-application": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@babel/plugin-transform-runtime": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/preset-flow": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@babel/register": "^7.13.8",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-flow": "^7.13.13",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.16",
"@material-ui/styles": "^4.11.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"css-loader": "^5.1.0",
"eslint": "^7.20.0",
"css-loader": "^5.2.4",
"eslint": "^7.24.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react": "^7.23.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"html-webpack-plugin": "^5.3.1",
"lambda-edge-example": "./lambda-edge-example",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^2.0.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
Expand All @@ -60,9 +60,9 @@
"crypto-js": "^4.0.0",
"js-cookie": "^2.2.1",
"keycloak-lambda-cloudfront-ui": "^0.1.6",
"mobx-utils": "^6.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"mobx-utils": "^6.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stream": "*",
"typeface-roboto": "1.1.13",
"yallist": "^4.0.0"
Expand Down
12 changes: 6 additions & 6 deletions example/keycloak-cloudfront/keycloak-cloudfront-cdk/package.json
Expand Up @@ -10,11 +10,11 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-cloudfront": "^1.32.2",
"@aws-cdk/aws-dynamodb": "^1.32.2",
"@aws-cdk/aws-lambda": "^1.32.2",
"@aws-cdk/aws-s3": "^1.32.2",
"@aws-cdk/aws-s3-deployment": "^1.32.2",
"@aws-cdk/core": "^1.32.2"
"@aws-cdk/aws-cloudfront": "^1.100.0",
"@aws-cdk/aws-dynamodb": "^1.100.0",
"@aws-cdk/aws-lambda": "^1.100.0",
"@aws-cdk/aws-s3": "^1.100.0",
"@aws-cdk/aws-s3-deployment": "^1.100.0",
"@aws-cdk/core": "^1.100.0"
}
}
16 changes: 8 additions & 8 deletions example/keycloak-cloudfront/lambda-edge-example/package.json
Expand Up @@ -11,23 +11,23 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/register": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/register": "^7.13.16",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"enzyme": "^3.11.0",
"jest": "^26.6.3",
"jest-date-mock": "^1.0.8",
"progress-bar-webpack-plugin": "^2.1.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0"
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@babel/runtime": "^7.13.8",
"@babel/runtime": "^7.13.17",
"axios": "^0.21.1",
"cookie": "^0.4.1",
"crypto-js": "^4.0.0",
Expand Down
36 changes: 18 additions & 18 deletions example/keycloak-cloudfront/package.json
Expand Up @@ -13,40 +13,40 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-do-expressions": "^7.12.13",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-function-sent": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-proposal-partial-application": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@babel/plugin-transform-runtime": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/preset-flow": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@babel/register": "^7.13.8",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-flow": "^7.13.13",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.16",
"@material-ui/styles": "^4.11.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.1.0",
"eslint": "^7.20.0",
"css-loader": "^5.2.4",
"eslint": "^7.24.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react": "^7.23.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"html-webpack-plugin": "^5.3.1",
"lambda-edge-example": "./lambda-edge-example",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^2.0.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
Expand All @@ -59,9 +59,9 @@
"crypto-js": "^4.0.0",
"js-cookie": "^2.2.1",
"keycloak-lambda-cloudfront-ui": "^0.1.6",
"mobx-utils": "^6.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"mobx-utils": "^6.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stream": "*",
"typeface-roboto": "1.1.13",
"yallist": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions keycloak-cloudfront-dynamodb/package.json
@@ -1,6 +1,6 @@
{
"name": "keycloak-cloudfront-dynamodb",
"version": "0.1.4",
"version": "0.1.5",
"description": "dynamodb module for keycloak-lambda-authorizer",
"main": "DynamoDbSessionStorage.js",
"scripts": {
Expand All @@ -21,6 +21,6 @@
},
"homepage": "https://github.com/vzakharchenko/keycloak-lambda-authorizer#readme",
"dependencies": {
"aws-sdk": "^2.809.0"
"aws-sdk": "^2.890.0"
}
}
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "keycloak-lambda-authorizer",
"version": "0.3.7",
"version": "0.3.8",
"description": "Keycloak adapter for aws Lambda",
"main": "index.js",
"homepage": "https://github.com/vzakharchenko/keycloak-lambda-authorizer",
Expand Down Expand Up @@ -55,12 +55,12 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.13.8",
"@babel/runtime": "^7.13.17",
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.0",
"eslint": "^7.20.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3"
Expand Down

0 comments on commit fcfd7dd

Please sign in to comment.