Skip to content

Commit 7eef402

Browse files
build(deps): Bump @flex-development/log from 5.0.0-alpha.4 to 5.0.0 in the flex-development group (#297)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 438d82b commit 7eef402

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "@glyphink/api",
66
"dependencies": {
77
"@fastify/static": "8.1.1",
8-
"@flex-development/log": "5.0.0-alpha.4",
8+
"@flex-development/log": "5.0.0",
99
"@flex-development/tutils": "6.0.0-alpha.25",
1010
"@nestjs/common": "11.1.0",
1111
"@nestjs/config": "4.0.2",
@@ -410,7 +410,7 @@
410410

411411
"@flex-development/is-unicode-supported": ["@flex-development/[email protected]", "", {}, "sha512-8pSVQNy+/wwkFSVS4sJ2ab2vmpNuaan8e0uWiV39lb8DshuvB0Tzkt9xYzcaa8pf3NyXRR41/y7+2pHoDZ1Wsg=="],
412412

413-
"@flex-development/log": ["@flex-development/[email protected]-alpha.4", "", { "dependencies": { "@flex-development/colors": "1.0.2", "@flex-development/is-unicode-supported": "1.0.1", "@flex-development/pathe": "4.0.2", "@flex-development/tutils": "6.0.0-alpha.25", "devlop": "1.1.0", "node-inspect-extracted": "3.2.0", "string-width": "7.2.0" } }, "sha512-msV7eU4rySbH+1+U92oOXNNzVqpQ2rnopxe0G4Tnsw8r5t0NLtOAW47fioW1GBwQ9O3TZbwgzxrg04hyExPCJA=="],
413+
"@flex-development/log": ["@flex-development/[email protected]", "", { "dependencies": { "@flex-development/colors": "1.0.2", "@flex-development/is-unicode-supported": "1.0.1", "@flex-development/pathe": "4.0.2", "@flex-development/tutils": "6.0.0-alpha.25", "devlop": "1.1.0", "node-inspect-extracted": "3.2.0", "string-width": "8.0.0" } }, "sha512-Oru5o0NFYlTaQh+yZwNjSwPdaiZQ5UK0d5zc+Gb6/KHLxPzGJxvxl0ycCDC3ozWciRCqEeNuA2Dj189WCyYNPg=="],
414414

415415
"@flex-development/mkbuild": ["@flex-development/[email protected]", "", { "dependencies": { "@flex-development/decorator-regex": "2.0.0", "@flex-development/errnode": "2.0.0", "@flex-development/ext-regex": "2.0.0", "@flex-development/mlly": "1.0.0-alpha.18", "@flex-development/pathe": "2.0.0", "@flex-development/pkg-types": "3.0.0", "@flex-development/toggle-pkg-type": "2.0.1", "@flex-development/tsconfig-utils": "2.0.2", "@flex-development/tutils": "6.0.0-alpha.22", "consola": "3.2.3", "cosmiconfig": "8.2.0", "exit-hook": "3.2.0", "fast-glob": "3.3.1", "pretty-bytes": "6.1.1", "tinyrainbow": "1.1.1" }, "peerDependencies": { "@types/node": ">=16.18.23", "esbuild": ">=0.19.0", "typescript": ">=5.0.4" }, "optionalPeers": ["@types/node", "typescript"], "bin": { "mkbuild": "dist/cli.mjs" } }, "sha512-mIfOIOfrc0T5uclEnNnDiTNW5AnI2HyGmXPmsh+gLX8/mauoeWT/BjEGKmdtc0fUOxQdyg/N3RCpMn2T/1Ii0g=="],
416416

@@ -2432,7 +2432,7 @@
24322432

24332433
"@flex-development/is-builtin/@flex-development/tutils": ["@flex-development/[email protected]", "", { "dependencies": { "dequal": "2.0.3" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-sI2/W0a1vH+0KKD4YH1VP6FqCG5JpLrQO/GzK4MmfKzLO6fcR3cH7XWzElxcvQ2jz8oATb7yEF5VPNcaZuZlng=="],
24342434

2435-
"@flex-development/log/string-width": ["string-width@7.2.0", "", { "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", "strip-ansi": "^7.1.0" } }, "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ=="],
2435+
"@flex-development/log/string-width": ["string-width@8.0.0", "", { "dependencies": { "get-east-asian-width": "^1.3.0", "strip-ansi": "^7.1.0" } }, "sha512-k6IAvw5ubuVp/NNXUXFoOZFUGa+GY369bYTwG55AEq6s1XLurtpjdookJ+vI8TdxFS/X7oz2xI1giGh6nK6mog=="],
24362436

24372437
"@flex-development/mkbuild/@flex-development/pathe": ["@flex-development/[email protected]", "", { "dependencies": { "@flex-development/errnode": "2.0.0", "@flex-development/tutils": "6.0.0-alpha.12" } }, "sha512-yBOXOh+JiZc8hGePXxiJRY1oNpRrjb9tZXe2bPdgl9TYVmwHPfr5kj5TsZYmurEEd4HYbvQRj4oHBZat/6SyDQ=="],
24382438

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"dependencies": {
9797
"@fastify/static": "8.1.1",
98-
"@flex-development/log": "5.0.0-alpha.4",
98+
"@flex-development/log": "5.0.0",
9999
"@flex-development/tutils": "6.0.0-alpha.25",
100100
"@nestjs/common": "11.1.0",
101101
"@nestjs/config": "4.0.2",

0 commit comments

Comments
 (0)