Skip to content

Commit

Permalink
Merge pull request #1246 from openintegrationhub/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
heggert committed May 21, 2021
2 parents e710b7f + 13fc9af commit a7d2f19
Show file tree
Hide file tree
Showing 21 changed files with 89 additions and 124 deletions.
2 changes: 1 addition & 1 deletion dev-tools/docker-compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"node-fetch": "2.6.1",
"yaml": "1.10.0",
"lodash": "4.17.20",
"lodash": "4.17.21",
"@openintegrationhub/iam-utils": "*",
"uuid": "8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/docker-compose/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path')
const { homedir } = require('os')

const nodeImage = 'node:12-stretch'
const kubernetesVersion = 'v1.21.0-beta.1'
const kubernetesVersion = 'v1.21.0'

const adminUsername = 'admin@openintegrationhub.com'
const adminPassword = 'somestring'
Expand Down
6 changes: 3 additions & 3 deletions lib/attachment-storage-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/koa-bodyparser": "4.3.0",
"@types/koa-bunyan-logger": "2.1.2",
"@types/koa-router": "7.4.0",
"@types/lodash": "4.14.135",
"@types/lodash": "4.14.169",
"@types/node": "13.7.7",
"@types/uuid-validate": "0.0.1",
"@typescript-eslint/eslint-plugin": "2.21.0",
Expand All @@ -38,8 +38,8 @@
"koa-bunyan-logger": "2.1.0",
"koa-jwt": "3.5.1",
"koa-router": "7.4.0",
"koa2-swagger-ui": "2.14.0",
"lodash": "4.17.11",
"koa2-swagger-ui": "5.1.0",
"lodash": "4.17.21",
"nconf": "0.10.0",
"uuid-validate": "0.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/attachment-storage-service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import healthcheck from './routes/healthcheck';
import objects from './routes/objects';
import batch from './routes/batch';
import koaBunyanLogger from 'koa-bunyan-logger';
import koaSwagger from 'koa2-swagger-ui';
import { koaSwagger } from 'koa2-swagger-ui';
import errorResponder from './middleware/error-responder';
import Healthcheckable from './healthcheckable';
import StorageDriver, {
Expand Down
4 changes: 2 additions & 2 deletions lib/backend-commons-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"author": "Open Integration Hub",
"license": "APL-2.0",
"dependencies": {
"amqplib": "0.5.2",
"amqplib": "0.8.0",
"awilix": "4.1.0",
"bunyan": "1.8.12",
"kubernetes-client": "9.0.0",
"lodash": "4.17.11",
"lodash": "4.17.21",
"nconf": "0.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/component-orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@openintegrationhub/event-bus": "*",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.20",
"lodash": "4.17.21",
"uuid": "8.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/component-repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cors": "2.8.5",
"express": "4.17.1",
"express-async-handler": "1.1.4",
"lodash": "4.17.20",
"lodash": "4.17.21",
"mongoose": "5.11.8",
"swagger-ui-express": "4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions lib/event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"author": "Open Integration Hub",
"license": "APL-2.0",
"dependencies": {
"amqplib": "0.6.0",
"amqplib": "0.8.0",
"assert": "1.4.1",
"bunyan": "1.8.12",
"lodash": "^4.17.21"
"lodash": "4.17.21"
},
"devDependencies": {
"eslint": "4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions lib/ferryman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"node": ">=12.13.0"
},
"dependencies": {
"amqplib": "0.6.0",
"amqplib": "0.8.0",
"bunyan": "1.8.10",
"co": "4.6.0",
"debug": "3.1.0",
"jsonata": "^1.8.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"lodash": "4.17.21",
"p-throttle": "2.1.0",
"promise-toolbox": "0.16.0",
"q": "1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"express": "4.16.2",
"express-async-handler": "1.1.4",
"express-xml-bodyparser": "0.3.0",
"lodash": "4.17.11",
"lodash": "4.17.21",
"mime-types": "2.1.13",
"multiparty": "4.1.2",
"on-finished": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion services/attachment-storage-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/koa": "2.0.48",
"@types/koa-bunyan-logger": "2.1.0",
"@types/koa-router": "7.0.40",
"@types/lodash": "4.14.149",
"@types/lodash": "4.14.169",
"@types/mocha": "5.2.6",
"@types/mocha-steps": "1.1.1",
"@types/nconf": "0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion services/audit-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@openintegrationhub/event-bus": "*",
"@openintegrationhub/iam-utils": "*",
"amqplib": "^0.5.2",
"amqplib": "0.8.0",
"body-parser": "^1.18.2",
"bunyan": "^1.8.12",
"bunyan-format": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion services/component-orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"basic-auth": "2.0.1",
"express": "4.17.1",
"isomorphic-fetch": "3.0.0",
"lodash": "4.17.20",
"lodash": "4.17.21",
"lru-cache": "6.0.0",
"mongoose": "5.11.8",
"rabbitmq-stats": "1.2.3",
Expand Down
6 changes: 3 additions & 3 deletions services/data-hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/koa-bunyan-logger": "2.1.3",
"@types/koa-qs": "2.0.0",
"@types/koa-router": "7.0.42",
"@types/lodash": "4.14.135",
"@types/lodash": "4.14.169",
"@types/mocha": "5.2.7",
"@types/nock": "10.0.3",
"@types/supertest": "2.0.8",
Expand All @@ -54,8 +54,8 @@
"koa-bunyan-logger": "2.1.0",
"koa-qs": "3.0.0",
"koa-router": "10.0.0",
"koa2-swagger-ui": "5.0.5",
"lodash": "4.17.20",
"koa2-swagger-ui": "5.1.0",
"lodash": "4.17.21",
"mongoose": "5.11.8"
}
}
4 changes: 2 additions & 2 deletions services/dispatcher-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"dependencies": {
"@openintegrationhub/event-bus": "*",
"@openintegrationhub/iam-utils": "*",
"amqplib": "^0.5.2",
"amqplib": "0.8.0",
"body-parser": "^1.18.2",
"bunyan": "^1.8.12",
"bunyan-format": "^0.2.1",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.3",
"lodash": "^4.17.20",
"lodash": "4.17.21",
"mongoose": "5.11.8",
"request": "^2.87.0",
"request-promise": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion services/iam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"express": "4.17.1",
"express-session": "1.17.1",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.20",
"lodash": "4.17.21",
"moment": "2.28.0",
"mongodb": "3.6.2",
"mongoose": "5.11.8",
Expand Down
6 changes: 3 additions & 3 deletions services/snapshots-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/koa-bunyan-logger": "2.1.1",
"@types/koa-qs": "2.0.0",
"@types/koa-router": "7.0.42",
"@types/lodash": "4.14.135",
"@types/lodash": "4.14.169",
"@types/mocha": "5.2.7",
"@types/nock": "10.0.3",
"@types/supertest": "2.0.8",
Expand All @@ -51,8 +51,8 @@
"koa-bunyan-logger": "2.1.0",
"koa-qs": "2.0.0",
"koa-router": "7.4.0",
"koa2-swagger-ui": "2.14.0",
"lodash": "4.17.11",
"koa2-swagger-ui": "5.1.0",
"lodash": "4.17.21",
"mongoose": "5.11.8"
}
}
2 changes: 1 addition & 1 deletion services/snapshots-service/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Logger, ConfigStore } from 'backend-commons-lib';
import healthcheck from './routes/healthcheck';
import snapshots from './routes/snapshots';
import koaBunyanLogger from 'koa-bunyan-logger';
import koaSwagger from 'koa2-swagger-ui';
import { koaSwagger } from 'koa2-swagger-ui';
import errorResponder from './middleware/error-responder';
import * as path from 'path';
import koaQs from 'koa-qs';
Expand Down
2 changes: 1 addition & 1 deletion services/template-repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"cors": "^2.8.5",
"cronstrue": "^1.94.0",
"express": "^4.17.1",
"lodash": "^4.17.20",
"lodash": "4.17.21",
"mongoose": "5.11.8",
"request": "^2.87.0",
"request-promise": "^4.2.5",
Expand Down
2 changes: 1 addition & 1 deletion services/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"immutability-helper": "3.0.0",
"eslint-config-airbnb-base": "13.1.0",
"jest": "26.6.0",
"lodash": "^4.17.21",
"lodash": "4.17.21",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-app-rewire-hot-loader": "2.0.1",
Expand Down

0 comments on commit a7d2f19

Please sign in to comment.