Skip to content

Commit

Permalink
build(deps): security updates etc. to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Oct 13, 2022
1 parent 6ca1bea commit 62c180e
Show file tree
Hide file tree
Showing 17 changed files with 229 additions and 264 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ services:

# Arango is the main backend where core data and graph is stored
arangodb:
image: arangodb:3.9.1
image: arangodb:3.9.3
restart: unless-stopped
networks:
arango_net: {}
Expand All @@ -208,7 +208,7 @@ services:

# Redpanda is API compatible with kafka.
redpanda:
image: vectorized/redpanda:v22.1.3
image: vectorized/redpanda:v22.2.5
restart: unless-stopped
networks:
kafka_net:
Expand Down
4 changes: 2 additions & 2 deletions oada/libs/lib-arangodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"@types/deep-equal": "^1.0.1",
"@types/flat": "^5.0.2",
"@types/json-pointer": "^1.0.31",
"@types/node": "^18.8.3",
"@types/node": "^18.8.5",
"ava": "4.3.3",
"type-fest": "^3.0.0"
"type-fest": "^3.1.0"
},
"volta": {
"node": "18.5.0"
Expand Down
4 changes: 2 additions & 2 deletions oada/libs/lib-kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cls-rtracer": "^2.6.2",
"debug": "^4.3.4",
"eventemitter3": "^4.0.7",
"kafkajs": "^2.2.0",
"kafkajs": "^2.2.1",
"ksuid": "^3.0.0",
"tslib": "^2.4.0",
"uuid": "^9.0.0"
Expand All @@ -44,7 +44,7 @@
"@ava/typescript": "^3.0.1",
"@types/convict": "^6.1.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.8.3",
"@types/node": "^18.8.5",
"@types/uuid": "^8.3.4",
"ava": "4.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/lib-prom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@types/convict": "^6.1.1",
"@types/node": "^18.8.3",
"@types/node": "^18.8.5",
"@types/ws": "^8.5.3",
"ava": "4.3.3",
"fastify-plugin": "^4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/pino-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.8.3"
"@types/node": "^18.8.5"
},
"peerDependencies": {
"debug": "*"
Expand Down
16 changes: 8 additions & 8 deletions oada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@tsconfig/node18": "^1.0.1",
"@types/eslint": "^8.4.6",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.3",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@yarnpkg/sdks": "^3.0.0-rc.22",
"eslint": "^8.24.0",
"@types/node": "^18.8.5",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@yarnpkg/sdks": "^3.0.0-rc.25",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-xo": "^0.42.0",
"eslint-config-xo-typescript": "^0.53.0",
Expand All @@ -32,7 +32,7 @@
"eslint-plugin-ava": "^13.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.3.7",
"eslint-plugin-github": "^4.4.0",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-constructor-bind": "^2.0.4",
Expand All @@ -42,10 +42,10 @@
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-promise": "^6.1.0",
"eslint-plugin-regexp": "^1.9.0",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.15.0",
"eslint-plugin-sonarjs": "^0.16.0",
"eslint-plugin-unicorn": "^44.0.2",
"prettier": "^2.7.1",
"typescript": "4.8.2"
Expand Down
10 changes: 5 additions & 5 deletions oada/services/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@
"arangojs": "^7.8.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"chalk": "^5.1.0",
"chalk": "^5.1.2",
"clone-deep": "^4.0.1",
"connect-arango": "^0.2.0",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.5",
"debug": "^4.3.4",
"ejs": "^3.1.8",
"es-main": "^1.2.0",
"express": "^4.18.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"got": "^12.5.1",
"got": "^12.5.2",
"helmet": "^6.0.0",
"jsonwebtoken": "^8.5.1",
"jwt-bearer-client-auth": "^2.0.2",
"minimist": "^1.2.6",
"minimist": "^1.2.7",
"morgan": "^1.10.0",
"oauth2orize": "^1.11.1",
"oauth2orize-openid": "^0.4.1",
Expand Down Expand Up @@ -101,7 +101,7 @@
"@types/urijs": "^1.19.19",
"@types/uuid": "^8.3.4",
"c8": "^7.12.0",
"type-fest": "^3.0.0"
"type-fest": "^3.1.0"
},
"volta": {
"node": "18.5.0"
Expand Down
6 changes: 3 additions & 3 deletions oada/services/http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"debug": "^4.3.4",
"es-main": "^1.2.0",
"eventemitter3": "^4.0.7",
"fastify": "4.7.0",
"fastify": "4.8.1",
"fastify-graceful-shutdown": "^3.4.0",
"fastify-healthcheck": "^4.2.0",
"json-ptr": "^3.1.1",
Expand All @@ -67,12 +67,12 @@
"@oada/write-handler": "^3.5.1",
"@types/cacache": "^15.0.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.8.3",
"@types/node": "^18.8.5",
"@types/type-is": "^1.6.3",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.3",
"connect": "^3.7.0",
"find-my-way": "^7.3.0",
"find-my-way": "^7.3.1",
"light-my-request": "^5.6.1"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion oada/services/permissions-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.8.3",
"@types/node": "^18.8.5",
"@types/type-is": "^1.6.3"
},
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions oada/services/rev-graph-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@oada/client": "^4.3.2",
"@oada/write-handler": "^3.5.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.8.3",
"@types/node": "^18.8.5",
"@types/randomstring": "^1.1.8",
"ava": "4.3.3",
"type-fest": "^3.0.0"
"type-fest": "^3.1.0"
},
"volta": {
"node": "18.5.0"
Expand Down
2 changes: 1 addition & 1 deletion oada/services/startup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.8.3"
"@types/node": "^18.8.5"
},
"volta": {
"node": "18.5.0"
Expand Down
4 changes: 2 additions & 2 deletions oada/services/sync-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@oada/lib-prom": "workspace:^",
"@oada/pino-debug": "^3.5.1",
"debug": "^4.3.4",
"got": "^12.5.1",
"got": "^12.5.2",
"tslib": "^2.4.0"
},
"devDependencies": {
"@oada/write-handler": "^3.5.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.8.3"
"@types/node": "^18.8.5"
},
"volta": {
"node": "18.5.0"
Expand Down
4 changes: 2 additions & 2 deletions oada/services/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@oada/lib-kafka": "^3.5.1",
"@oada/lib-prom": "workspace:^",
"@oada/pino-debug": "^3.5.1",
"chalk": "^5.1.0",
"chalk": "^5.1.2",
"clone-deep": "^4.0.1",
"debug": "^4.3.4",
"ksuid": "^3.0.0",
"minimist": "^1.2.6",
"minimist": "^1.2.7",
"promptly": "^3.2.0",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion oada/services/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@oada/lib-prom": "workspace:^",
"@oada/pino-debug": "^3.5.1",
"debug": "^4.3.4",
"got": "^12.5.1",
"got": "^12.5.2",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions oada/services/well-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@oada/pino-debug": "^3.5.1",
"@oada/well-known-json": "^4.0.0",
"debug": "^4.3.4",
"fastify": "^4.7.0",
"got": "^12.5.1",
"fastify": "^4.8.1",
"got": "^12.5.2",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion oada/services/write-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@oada/types": "^3.3.0",
"@types/debug": "^4.1.7",
"@types/json-pointer": "^1.0.31",
"@types/node": "^18.8.3",
"@types/node": "^18.8.5",
"@types/object-assign-deep": "^0.4.0",
"ava": "4.3.3"
},
Expand Down
Loading

0 comments on commit 62c180e

Please sign in to comment.