Skip to content

Commit

Permalink
dedupe deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Feb 22, 2021
1 parent 2c7311f commit f1ea3d3
Show file tree
Hide file tree
Showing 18 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion oada/libs/oada-lib-arangodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"clone-deep": "^4.0.1",
"debug": "^4.3.2",
"debug": "^4.3.1",
"deep-equal": "^2.0.5",
"flat": "^5.0.2",
"json-pointer": "^0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/oada-lib-kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@oada/lib-config": "^0.0.1",
"bluebird": "^3.7.2",
"debug": "^4.3.2",
"debug": "^4.3.1",
"ksuid": "^2.0.0",
"node-rdkafka": "^2.10.1",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/oada-pino-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^14.14.30",
"@types/node": "^14.14.31",
"@types/pino": "^6.3.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions oada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/debug": "^4.1.5",
"@types/json-pointer": "^1.0.30",
"@types/nconf": "^0.10.0",
"@types/node": "^14.14.29",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.8",
"axios-debug": "0.0.4",
"babel-register": "^6.26.0",
Expand All @@ -27,7 +27,7 @@
"kafka-please": "^1.0.1",
"keypair": "^1.0.2",
"lerna": "^3.22.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"mocha": "^8.3.0",
"mocha-steps": "^1.3.0",
"mock-require": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion oada/services/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"connect-arango": "github:antioxidanz/connect-arango",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.5",
"debug": "^4.3.2",
"debug": "^4.3.1",
"debug-logger": "^0.4.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
Expand Down
2 changes: 1 addition & 1 deletion oada/services/graph-lookup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@oada/lib-kafka": "^1.0.0",
"@oada/pino-debug": "workspace:libs/oada-pino-debug",
"bluebird": "^3.7.2",
"debug": "^4.3.2"
"debug": "^4.3.1"
}
}
4 changes: 2 additions & 2 deletions oada/services/http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cacache": "^15.0.5",
"clone-deep": "^4.0.1",
"cors": "^2.8.5",
"debug": "^4.3.2",
"debug": "^4.3.1",
"express": "^4.17.1",
"express-promise": "^0.4.0",
"json-pointer": "^0.6.1",
Expand All @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^14.14.29",
"@types/node": "^14.14.31",
"@types/ws": "^7.4.0"
}
}
2 changes: 1 addition & 1 deletion oada/services/permissions-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@oada/lib-config": "^0.0.1",
"@oada/lib-kafka": "^1.0.0",
"@oada/pino-debug": "workspace:libs/oada-pino-debug",
"debug": "^4.3.2",
"debug": "^4.3.1",
"randomstring": "^1.1.5",
"type-is": "^1.6.18"
},
Expand Down
2 changes: 1 addition & 1 deletion oada/services/rev-graph-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@oada/lib-kafka": "^1.0.0",
"@oada/pino-debug": "workspace:libs/oada-pino-debug",
"bluebird": "^3.7.2",
"debug": "^4.3.2",
"debug": "^4.3.1",
"p-queue": "^6.6.2",
"randomstring": "^1.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion oada/services/shares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@oada/lib-kafka": "^1.0.0",
"@oada/pino-debug": "workspace:libs/oada-pino-debug",
"bluebird": "^3.7.2",
"debug": "^4.3.2",
"debug": "^4.3.1",
"randomstring": "^1.1.5"
}
}
2 changes: 1 addition & 1 deletion oada/services/startup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@oada/lib-arangodb": "^0.0.2",
"@oada/pino-debug": "workspace:libs/oada-pino-debug",
"debug": "^4.3.2",
"debug": "^4.3.1",
"express": "^4.17.1"
}
}
2 changes: 1 addition & 1 deletion oada/services/sync-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@oada/pino-debug": "workspace:libs/oada-pino-debug",
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"debug": "^4.3.2"
"debug": "^4.3.1"
}
}
2 changes: 1 addition & 1 deletion oada/services/token-lookup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@oada/lib-kafka": "^1.0.0",
"@oada/pino-debug": "workspace:libs/oada-pino-debug",
"bluebird": "^3.7.2",
"debug": "^4.3.2",
"debug": "^4.3.1",
"randomstring": "^1.1.5"
}
}
2 changes: 1 addition & 1 deletion oada/services/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"clone-deep": "^4.0.1",
"debug": "^4.3.2",
"debug": "^4.3.1",
"ksuid": "^2.0.0",
"minimist": "^1.2.5",
"promptly": "^3.2.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 @@ -16,7 +16,7 @@
"@oada/pino-debug": "workspace:libs/oada-pino-debug",
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"debug": "^4.3.2",
"debug": "^4.3.1",
"object.omit": "^3.0.0",
"randomstring": "^1.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion oada/services/well-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@oada/well-known-json": "^1.0.1",
"bluebird": "^3.7.2",
"cors": "^2.8.5",
"debug": "^4.3.2",
"debug": "^4.3.1",
"express": "^4.17.1",
"express-promise": "^0.4.0",
"oada-error": "^1.1.1",
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 @@ -23,7 +23,7 @@
"@oada/lib-kafka": "^1.0.0",
"@oada/pino-debug": "workspace:libs/oada-pino-debug",
"bluebird": "^3.7.2",
"debug": "^4.3.2",
"debug": "^4.3.1",
"json-pointer": "^0.6.1",
"object-assign-deep": "^0.4.0",
"timed-cache": "^1.1.4"
Expand Down
56 changes: 28 additions & 28 deletions oada/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ __metadata:
connect-arango: "github:antioxidanz/connect-arango"
connect-ensure-login: ^0.1.1
cors: ^2.8.5
debug: ^4.3.2
debug: ^4.3.1
debug-logger: ^0.4.1
express: ^4.17.1
express-session: ^1.17.1
Expand Down Expand Up @@ -1022,7 +1022,7 @@ __metadata:
"@oada/lib-kafka": ^1.0.0
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
bluebird: ^3.7.2
debug: ^4.3.2
debug: ^4.3.1
languageName: unknown
linkType: soft

Expand All @@ -1036,15 +1036,15 @@ __metadata:
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
"@oada/types": ^1.3.0
"@types/debug": ^4.1.5
"@types/node": ^14.14.29
"@types/node": ^14.14.31
"@types/ws": ^7.4.0
axios: ^0.21.1
bluebird: ^3.7.2
body-parser: ^1.19.0
cacache: ^15.0.5
clone-deep: ^4.0.1
cors: ^2.8.5
debug: ^4.3.2
debug: ^4.3.1
express: ^4.17.1
express-promise: ^0.4.0
json-pointer: ^0.6.1
Expand All @@ -1068,7 +1068,7 @@ __metadata:
bcryptjs: ^2.4.3
bluebird: ^3.7.2
clone-deep: ^4.0.1
debug: ^4.3.2
debug: ^4.3.1
deep-equal: ^2.0.5
flat: ^5.0.2
json-pointer: ^0.6.1
Expand All @@ -1089,7 +1089,7 @@ __metadata:
dependencies:
"@oada/lib-config": ^0.0.1
bluebird: ^3.7.2
debug: ^4.3.2
debug: ^4.3.1
ksuid: ^2.0.0
node-rdkafka: ^2.10.1
uuid: ^8.3.2
Expand Down Expand Up @@ -1152,7 +1152,7 @@ __metadata:
"@oada/lib-config": ^0.0.1
"@oada/lib-kafka": ^1.0.0
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
debug: ^4.3.2
debug: ^4.3.1
randomstring: ^1.1.5
type-is: ^1.6.18
languageName: unknown
Expand All @@ -1163,7 +1163,7 @@ __metadata:
resolution: "@oada/pino-debug@workspace:libs/oada-pino-debug"
dependencies:
"@types/debug": ^4.1.5
"@types/node": ^14.14.30
"@types/node": ^14.14.31
"@types/pino": ^6.3.6
pino: ^6.11.1
pino-debug: ^2.0.0
Expand All @@ -1181,7 +1181,7 @@ __metadata:
"@oada/lib-kafka": ^1.0.0
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
bluebird: ^3.7.2
debug: ^4.3.2
debug: ^4.3.1
p-queue: ^6.6.2
randomstring: ^1.1.5
languageName: unknown
Expand All @@ -1196,7 +1196,7 @@ __metadata:
"@oada/lib-kafka": ^1.0.0
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
bluebird: ^3.7.2
debug: ^4.3.2
debug: ^4.3.1
randomstring: ^1.1.5
languageName: unknown
linkType: soft
Expand All @@ -1207,7 +1207,7 @@ __metadata:
dependencies:
"@oada/lib-arangodb": ^0.0.2
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
debug: ^4.3.2
debug: ^4.3.1
express: ^4.17.1
languageName: unknown
linkType: soft
Expand All @@ -1222,7 +1222,7 @@ __metadata:
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
axios: ^0.21.1
bluebird: ^3.7.2
debug: ^4.3.2
debug: ^4.3.1
languageName: unknown
linkType: soft

Expand All @@ -1235,7 +1235,7 @@ __metadata:
"@oada/lib-kafka": ^1.0.0
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
bluebird: ^3.7.2
debug: ^4.3.2
debug: ^4.3.1
randomstring: ^1.1.5
languageName: unknown
linkType: soft
Expand All @@ -1262,7 +1262,7 @@ __metadata:
bluebird: ^3.7.2
chalk: ^4.1.0
clone-deep: ^4.0.1
debug: ^4.3.2
debug: ^4.3.1
ksuid: ^2.0.0
minimist: ^1.2.5
promptly: ^3.2.0
Expand All @@ -1281,7 +1281,7 @@ __metadata:
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
axios: ^0.21.1
bluebird: ^3.7.2
debug: ^4.3.2
debug: ^4.3.1
object.omit: ^3.0.0
randomstring: ^1.1.5
languageName: unknown
Expand All @@ -1308,7 +1308,7 @@ __metadata:
"@oada/well-known-json": ^1.0.1
bluebird: ^3.7.2
cors: ^2.8.5
debug: ^4.3.2
debug: ^4.3.1
express: ^4.17.1
express-promise: ^0.4.0
oada-error: ^1.1.1
Expand All @@ -1325,7 +1325,7 @@ __metadata:
"@oada/lib-kafka": ^1.0.0
"@oada/pino-debug": "workspace:libs/oada-pino-debug"
bluebird: ^3.7.2
debug: ^4.3.2
debug: ^4.3.1
json-pointer: ^0.6.1
object-assign-deep: ^0.4.0
timed-cache: ^1.1.4
Expand Down Expand Up @@ -1544,10 +1544,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>= 8, @types/node@npm:>=13.13.4, @types/node@npm:^14.14.29, @types/node@npm:^14.14.30":
version: 14.14.30
resolution: "@types/node@npm:14.14.30"
checksum: 9283bf3233cb1508a06df34d078107b014bf737efd14f656769608e9b4190d118c045ff6172ab04fc1e2c61ff10712df92ac0403542886e063f5500b5f654538
"@types/node@npm:*, @types/node@npm:>= 8, @types/node@npm:>=13.13.4, @types/node@npm:^14.14.31":
version: 14.14.31
resolution: "@types/node@npm:14.14.31"
checksum: 635dc8a0898a923621e02ca179e17baa39fdfa44f0096fcc1b7046c9b32317e74a99956a7b45ca0e8069874f51f4e7873a418239a318a4b6e7936f6510ac5992
languageName: node
linkType: hard

Expand Down Expand Up @@ -3374,7 +3374,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:>= 0.7.0, debug@npm:^4.1.1, debug@npm:^4.3.2":
"debug@npm:>= 0.7.0, debug@npm:^4.1.1, debug@npm:^4.3.1":
version: 4.3.2
resolution: "debug@npm:4.3.2"
dependencies:
Expand Down Expand Up @@ -6276,10 +6276,10 @@ fsevents@~2.3.1:
languageName: node
linkType: hard

"lodash@npm:^4.17.12, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.20, lodash@npm:^4.17.4, lodash@npm:^4.2.1":
version: 4.17.20
resolution: "lodash@npm:4.17.20"
checksum: c62101d2500c383b5f174a7e9e6fe8098149ddd6e9ccfa85f36d4789446195f5c4afd3cfba433026bcaf3da271256566b04a2bf2618e5a39f6e67f8c12030cb6
"lodash@npm:^4.17.12, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.2.1":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: 4983720b9abca930a4a46f18db163d7dad8dd00dbed6db0cc7b499b33b717cce69f80928b27bbb1ff2cbd3b19d251ee90669a8b5ea466072ca81c2ebe91e7468
languageName: node
linkType: hard

Expand Down Expand Up @@ -7324,7 +7324,7 @@ fsevents@~2.3.1:
"@types/debug": ^4.1.5
"@types/json-pointer": ^1.0.30
"@types/nconf": ^0.10.0
"@types/node": ^14.14.29
"@types/node": ^14.14.31
"@types/node-fetch": ^2.5.8
axios-debug: 0.0.4
babel-register: ^6.26.0
Expand All @@ -7335,7 +7335,7 @@ fsevents@~2.3.1:
kafka-please: ^1.0.1
keypair: ^1.0.2
lerna: ^3.22.1
lodash: ^4.17.20
lodash: ^4.17.21
mocha: ^8.3.0
mocha-steps: ^1.3.0
mock-require: ^3.0.3
Expand Down

0 comments on commit f1ea3d3

Please sign in to comment.