cli: bump bfj dependency from ^8.0.0 to ^9.0.2
The only usage of bfj in @backstage/cli is `bfj.write(path, data)` in bundle.ts for writing bundle-stats.json. The write API is unchanged in v9 and v9.0.0/v9.0.1 are deprecated, so the range starts at ^9.0.2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
"@typescript-eslint/parser": "^8.16.0",
|
||||
"@yarnpkg/lockfile": "^1.1.0",
|
||||
"@yarnpkg/parsers": "^3.0.0",
|
||||
"bfj": "^8.0.0",
|
||||
"bfj": "^9.0.2",
|
||||
"buffer": "^6.0.3",
|
||||
"chalk": "^4.0.0",
|
||||
"chokidar": "^3.3.1",
|
||||
|
||||
Reference in New Issue
Block a user