Skip to content

Commit 9169a79

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

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.3",
8+
"@flex-development/log": "5.0.0-alpha.4",
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].3", "", { "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.1.0", "string-width": "7.2.0" } }, "sha512-fG1gMxsF6uGuA8PVgfQExTbHH9suXYa2lPxZl2aN7wx01NR8C3rw8Wr37X5ugBfTT01OWulc8Z69Y8Yk3m5mMA=="],
413+
"@flex-development/log": ["@flex-development/[email protected].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=="],
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

@@ -1698,7 +1698,7 @@
16981698

16991699
"node-gyp-build": ["[email protected]", "", { "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", "node-gyp-build-test": "build-test.js" } }, "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ=="],
17001700

1701-
"node-inspect-extracted": ["node-inspect-extracted@3.1.0", "", {}, "sha512-TBwc+A3mo6exvSvYyxt7RmeL0PDMPaH+fHII3wwGnAxgGPTqTOABtBZIkFIp22L+SZssH/gIW1zFqEWv3xp15A=="],
1701+
"node-inspect-extracted": ["node-inspect-extracted@3.2.0", "", {}, "sha512-/n4TVgpL2w+3eiOdElLW1quuLq1JOQoCjrEth3EVux/jHCz5M/8BuofbWzYPOxUPtXZYp4LKNiJA9HhlLeyhZw=="],
17021702

17031703
"node-notifier": ["[email protected]", "", { "dependencies": { "growly": "^1.3.0", "is-wsl": "^2.2.0", "semver": "^7.3.5", "shellwords": "^0.1.1", "uuid": "^8.3.2", "which": "^2.0.2" } }, "sha512-YX7TSyDukOZ0g+gmzjB6abKu+hTGvO8+8+gIFDsRCU2t8fLV/P2unmt+LGFaIa4y64aX98Qksa97rgz4vMNeLQ=="],
17041704

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.3",
98+
"@flex-development/log": "5.0.0-alpha.4",
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)