Skip to content

Commit d6ce0f9

Browse files
Bump pino from 9.7.0 to 9.8.0 in the utilities group (#2887)
* Bump pino from 9.7.0 to 9.8.0 in the utilities group Bumps the utilities group with 1 update: [pino](https://github.com/pinojs/pino). Updates `pino` from 9.7.0 to 9.8.0 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v9.7.0...v9.8.0) --- updated-dependencies: - dependency-name: pino dependency-version: 9.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: utilities ... Signed-off-by: dependabot[bot] <[email protected]> * update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amine E. <[email protected]> Co-authored-by: aelmanaa <[email protected]>
1 parent 33907b9 commit d6ce0f9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"lodash": "^4.17.21",
7575
"marked": "^15.0.12",
7676
"nanostores": "^0.11.4",
77-
"pino": "^9.7.0",
77+
"pino": "^9.8.0",
7878
"preact": "^10.26.9",
7979
"react-instantsearch": "^7.16.2",
8080
"rehype-autolink-headings": "^7.1.0",

src/scripts/ccip/detect-new-tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// cSpell:ignore delisted Delisted lookback LOOKBACK Lookback
2323
import fs from "fs"
2424
import { execFileSync } from "child_process"
25-
import { pino } from "pino"
25+
import pino from "pino"
2626
import type { TokensConfig, LanesConfig, ChainsConfig } from "../../config/data/ccip/types.ts"
2727
import { Environment, Version } from "../../config/data/ccip/types.ts"
2828
import { loadReferenceData } from "../../config/data/ccip/data.ts"

src/scripts/ccip/generate-token-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import fs from "fs"
1111
import path from "path"
1212
import { execFileSync } from "child_process"
13-
import { pino } from "pino"
13+
import pino from "pino"
1414
import { TokensConfig, LanesConfig, Environment, Version } from "../../config/data/ccip/types.js"
1515
import { loadReferenceData } from "../../config/data/ccip/data.js"
1616

0 commit comments

Comments
 (0)