Skip to content

Commit

Permalink
- updated dependencies
Browse files Browse the repository at this point in the history
- new version
- donating
  • Loading branch information
vzakharchenko committed Dec 14, 2020
1 parent 7ed6a46 commit 69e080d
Show file tree
Hide file tree
Showing 10 changed files with 148 additions and 148 deletions.
22 changes: 11 additions & 11 deletions example/keycloak-authorizer/serverless-jwks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.6",
"babel-loader": "^8.1.0",
"@babel/register": "^7.12.10",
"@babel/runtime": "^7.12.5",
"babel-loader": "^8.2.2",
"eslint": "*",
"eslint-config-airbnb": "*",
"eslint-plugin-import": "*",
"progress-bar-webpack-plugin": "^2.1.0",
"serverless": "*",
"serverless-offline": "*",
"serverless-webpack": "*",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"keycloak-lambda-authorizer": "*"
Expand Down
22 changes: 11 additions & 11 deletions example/keycloak-authorizer/serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-decorators": "^7.10.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-transform-async-to-generator": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/register": "^7.10.3",
"babel-loader": "^8.1.0",
"@babel/runtime": "^7.10.3",
"@babel/register": "^7.12.10",
"babel-loader": "^8.2.2",
"@babel/runtime": "^7.12.5",
"copy-webpack-plugin": "*",
"eslint": "*",
"eslint-config-airbnb": "*",
Expand All @@ -32,8 +32,8 @@
"serverless": "*",
"serverless-offline": "*",
"serverless-webpack": "*",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"keycloak-lambda-authorizer": "*"
Expand Down
Original file line number Diff line number Diff line change
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.78.0",
"@aws-cdk/aws-dynamodb": "^1.78.0",
"@aws-cdk/aws-lambda": "^1.78.0",
"@aws-cdk/aws-s3": "^1.78.0",
"@aws-cdk/aws-s3-deployment": "^1.78.0",
"@aws-cdk/core": "^1.78.0"
}
}
32 changes: 16 additions & 16 deletions example/keycloak-cloudfront-portal/lambda-edge-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/register": "^7.12.10",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"enzyme": "^3.11.0",
"jest": "^26.0.1",
"jest": "^26.6.3",
"jest-date-mock": "^1.0.8",
"progress-bar-webpack-plugin": "^2.1.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"axios": "^0.19.2",
"@babel/runtime": "^7.12.5",
"axios": "^0.21.0",
"cookie": "^0.4.1",
"crypto-js": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"jws": "^4.0.0",
"keycloak-lambda-authorizer": "../../../",
"node-cache": "^5.1.0",
"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",
"keycloak-cloudfront-dynamodb": "^0.1.4",
"uuid": "^8.1.0"
"uuid": "^8.3.2"
}
}
74 changes: 37 additions & 37 deletions example/keycloak-cloudfront-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,53 +13,53 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.3",
"@babel/plugin-proposal-do-expressions": "^7.10.1",
"@babel/plugin-proposal-export-default-from": "^7.10.1",
"@babel/plugin-proposal-function-sent": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/plugin-proposal-partial-application": "^7.10.1",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-do-expressions": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-function-sent": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-proposal-partial-application": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.10.3",
"@babel/plugin-transform-react-jsx": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-flow": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.10.3",
"@material-ui/styles": "^4.10.0",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.12.10",
"@material-ui/styles": "^4.11.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"css-loader": "^3.6.0",
"eslint": "^7.3.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"lambda-edge-example": "./lambda-edge-example",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"style-loader": "^2.0.0",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"browserify": "^16.5.1",
"@babel/polyfill": "^7.12.1",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.0",
"browserify": "^17.0.0",
"js-cookie": "^2.2.1",
"keycloak-lambda-cloudfront-ui": "^0.1.6",
"mobx-utils": "^5.6.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typeface-roboto": "0.0.75",
"mobx-utils": "^6.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typeface-roboto": "1.1.13",
"yallist": "^4.0.0"
}
}
12 changes: 6 additions & 6 deletions example/keycloak-cloudfront/keycloak-cloudfront-cdk/package.json
Original file line number Diff line number Diff line change
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.78.0",
"@aws-cdk/aws-dynamodb": "^1.78.0",
"@aws-cdk/aws-lambda": "^1.78.0",
"@aws-cdk/aws-s3": "^1.78.0",
"@aws-cdk/aws-s3-deployment": "^1.78.0",
"@aws-cdk/core": "^1.78.0"
}
}
34 changes: 17 additions & 17 deletions example/keycloak-cloudfront/lambda-edge-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"babel-jest": "^25.3.0",
"babel-loader": "^8.1.0",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/register": "^7.12.10",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"enzyme": "^3.11.0",
"jest": "^25.3.0",
"jest": "^26.6.3",
"jest-date-mock": "^1.0.8",
"progress-bar-webpack-plugin": "^2.1.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"axios": "^0.19.2",
"cookie": "^0.4.0",
"@babel/runtime": "^7.12.5",
"axios": "^0.21.0",
"cookie": "^0.4.1",
"crypto-js": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"jws": "^4.0.0",
"keycloak-lambda-authorizer": "../../../",
"node-cache": "^5.1.0",
"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",
"keycloak-cloudfront-dynamodb": "^0.1.4",
"uuid": "^7.0.3"
"uuid": "^8.3.2"
}
}
74 changes: 37 additions & 37 deletions example/keycloak-cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,53 +13,53 @@
"author": "vzakharchenko",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.3",
"@babel/plugin-proposal-do-expressions": "^7.10.1",
"@babel/plugin-proposal-export-default-from": "^7.10.1",
"@babel/plugin-proposal-function-sent": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/plugin-proposal-partial-application": "^7.10.1",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-do-expressions": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-function-sent": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-proposal-partial-application": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.10.3",
"@babel/plugin-transform-react-jsx": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-flow": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.10.3",
"@material-ui/styles": "^4.10.0",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.12.10",
"@material-ui/styles": "^4.11.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"css-loader": "^3.6.0",
"eslint": "^7.3.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"lambda-edge-example": "./lambda-edge-example",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"style-loader": "^2.0.0",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"browserify": "^16.5.1",
"@babel/polyfill": "^7.12.1",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.0",
"browserify": "^17.0.0",
"js-cookie": "^2.2.1",
"keycloak-lambda-cloudfront-ui": "^0.1.6",
"mobx-utils": "^5.6.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typeface-roboto": "0.0.75",
"mobx-utils": "^6.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typeface-roboto": "1.1.13",
"yallist": "^4.0.0"
}
}
Loading

0 comments on commit 69e080d

Please sign in to comment.