Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jul 8, 2022
1 parent b3bf5e7 commit b85978f
Show file tree
Hide file tree
Showing 12 changed files with 148 additions and 202 deletions.
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,8 +69,8 @@
"@types/deep-equal": "^1.0.1",
"@types/flat": "^5.0.2",
"@types/json-pointer": "^1.0.31",
"@types/node": "^18.0.0",
"@types/node": "^18.0.3",
"ava": "4.0.0-rc.1",
"type-fest": "^2.15.1"
"type-fest": "^2.16.0"
}
}
4 changes: 2 additions & 2 deletions oada/libs/lib-kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@oada/lib-config": "^3.0.1",
"bluebird": "^3.7.2",
"cls-rtracer": "^2.6.0",
"cls-rtracer": "^2.6.2",
"debug": "^4.3.4",
"kafkajs": "^2.1.0",
"ksuid": "^3.0.0",
Expand All @@ -45,7 +45,7 @@
"@types/bluebird": "^3.5.36",
"@types/convict": "^6.1.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.0.0",
"@types/node": "^18.0.3",
"@types/uuid": "^8.3.4",
"ava": "4.0.0-rc.1"
}
Expand Down
4 changes: 2 additions & 2 deletions oada/libs/pino-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"author": "Alex Layton <alex@layton.in>",
"license": "ISC",
"dependencies": {
"cls-rtracer": "^2.6.0",
"cls-rtracer": "^2.6.2",
"pino": "^8.1.0",
"pino-caller": "^3.2.0",
"pino-debug": "^2.0.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.0.0"
"@types/node": "^18.0.3"
},
"peerDependencies": {
"debug": "*"
Expand Down
12 changes: 6 additions & 6 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.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.1",
"@typescript-eslint/parser": "^5.30.2",
"@yarnpkg/sdks": "^3.0.0-rc.10",
"eslint": "^8.18.0",
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@yarnpkg/sdks": "^3.0.0-rc.11",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-xo": "^0.41.0",
"eslint-config-xo-typescript": "^0.51.1",
Expand All @@ -46,7 +46,7 @@
"eslint-plugin-regexp": "^1.7.0",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^43.0.0",
"eslint-plugin-unicorn": "^43.0.1",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
Expand Down
4 changes: 2 additions & 2 deletions oada/services/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/express-session": "^1.17.5",
"@types/jsonwebtoken": "^8.5.8",
"@types/minimist": "^1.2.2",
"@types/morgan": "^1.9.3",
Expand All @@ -100,6 +100,6 @@
"@types/urijs": "^1.19.19",
"@types/uuid": "^8.3.4",
"c8": "^7.11.3",
"type-fest": "^2.15.1"
"type-fest": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion oada/services/http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@oada/write-handler": "^3.0.1",
"@types/cacache": "^15.0.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.0.0",
"@types/node": "^18.0.3",
"@types/type-is": "^1.6.3",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.3",
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.0.0",
"@types/node": "^18.0.3",
"@types/type-is": "^1.6.3",
"typescript": "^4.7.4"
}
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 @@ -46,10 +46,10 @@
"@oada/client": "^4.1.2",
"@oada/write-handler": "^3.0.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.0.0",
"@types/node": "^18.0.3",
"@types/randomstring": "^1.1.8",
"ava": "4.0.0-rc.1",
"type-fest": "^2.15.1",
"type-fest": "^2.16.0",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion oada/services/startup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.0.0"
"@types/node": "^18.0.3"
}
}
2 changes: 1 addition & 1 deletion oada/services/sync-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"devDependencies": {
"@oada/write-handler": "^3.0.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.0.0"
"@types/node": "^18.0.3"
}
}
2 changes: 1 addition & 1 deletion oada/services/write-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@oada/types": "^3.0.2",
"@types/debug": "^4.1.7",
"@types/json-pointer": "^1.0.31",
"@types/node": "^18.0.0",
"@types/node": "^18.0.3",
"@types/object-assign-deep": "^0.4.0",
"ava": "4.0.0-rc.1",
"typescript": "^4.7.4"
Expand Down
Loading

0 comments on commit b85978f

Please sign in to comment.