Skip to content

Commit

Permalink
fix(well-known): add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Oct 4, 2023
1 parent 3906f24 commit 8f96588
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 2 additions & 0 deletions oada/services/well-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"@oada/lib-prom": "workspace:^",
"@oada/pino-debug": "^3.7.0",
"@oada/well-known-json": "^4.0.2",
"allow-methods": "^6.0.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"fastify": "^4.23.2",
"got": "^13.0.0",
Expand Down
28 changes: 27 additions & 1 deletion oada/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,8 @@ __metadata:
"@oada/well-known-json": ^4.0.2
"@types/cors": ^2.8.14
"@types/debug": ^4.1.9
allow-methods: ^6.0.0
cors: ^2.8.5
debug: ^4.3.4
fastify: ^4.23.2
fastify-plugin: ^4.5.1
Expand Down Expand Up @@ -2488,6 +2490,13 @@ __metadata:
languageName: node
linkType: hard

"allow-methods@npm:^6.0.0":
version: 6.0.0
resolution: "allow-methods@npm:6.0.0"
checksum: 477d233729169d85fd41f952ff9a8ea6ad8b5785881cacab3c8538821eee97fc623de06407536d2bafb33e9a899204990c08d0679babc1daff059de3eded7363
languageName: node
linkType: hard

"already@npm:^2.2.1":
version: 2.2.1
resolution: "already@npm:2.2.1"
Expand Down Expand Up @@ -3741,6 +3750,16 @@ __metadata:
languageName: node
linkType: hard

"cors@npm:^2.8.5":
version: 2.8.5
resolution: "cors@npm:2.8.5"
dependencies:
object-assign: ^4
vary: ^1
checksum: ced838404ccd184f61ab4fdc5847035b681c90db7ac17e428f3d81d69e2989d2b680cc254da0e2554f5ed4f8a341820a1ce3d1c16b499f6e2f47a1b9b07b5006
languageName: node
linkType: hard

"cosmiconfig-typescript-loader@npm:^4.0.0":
version: 4.3.0
resolution: "cosmiconfig-typescript-loader@npm:4.3.0"
Expand Down Expand Up @@ -8098,6 +8117,13 @@ __metadata:
languageName: node
linkType: hard

"object-assign@npm:^4":
version: 4.1.1
resolution: "object-assign@npm:4.1.1"
checksum: fcc6e4ea8c7fe48abfbb552578b1c53e0d194086e2e6bbbf59e0a536381a292f39943c6e9628af05b5528aa5e3318bb30d6b2e53cadaf5b8fe9e12c4b69af23f
languageName: node
linkType: hard

"object-inspect@npm:^1.12.3, object-inspect@npm:^1.9.0":
version: 1.12.3
resolution: "object-inspect@npm:1.12.3"
Expand Down Expand Up @@ -10702,7 +10728,7 @@ __metadata:
languageName: node
linkType: hard

"vary@npm:^1.1.2":
"vary@npm:^1, vary@npm:^1.1.2":
version: 1.1.2
resolution: "vary@npm:1.1.2"
checksum: ae0123222c6df65b437669d63dfa8c36cee20a504101b2fcd97b8bf76f91259c17f9f2b4d70a1e3c6bbcee7f51b28392833adb6b2770b23b01abec84e369660b
Expand Down

0 comments on commit 8f96588

Please sign in to comment.