Skip to content

Commit

Permalink
Reinstall pino to fix missing on-exit-leak-free in @pedalboard/relay (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype authored Nov 7, 2023
1 parent 3dc0d2b commit 73e7572
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 8 deletions.
83 changes: 77 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/commands/test/common-setup.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

_common_setup() {
load '../node_modules/bats-support/load'
load '../../../node_modules/bats-support/load'
load '../../../node_modules/bats-assert/load'

PROJECT_ROOT="$(cd "$(dirname "$BATS_TEST_FILENAME")/.." >/dev/null 2>&1 && pwd)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"http-status-codes": "^2.2.0",
"knex": "^2.4.2",
"morgan": "^1.10.0",
"pino": "^8.14.1",
"pino": "^8.16.1",
"rate-limiter-flexible": "^2.4.1",
"uuid": "^9.0.0"
},
Expand Down

0 comments on commit 73e7572

Please sign in to comment.