fix: Missed dependency bump

This commit is contained in:
FoxxMD
2026-02-27 16:57:24 +00:00
parent cb803b1a24
commit 758038e278
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -22,7 +22,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@foxxmd/chromecast-client": "^1.0.4",
"@foxxmd/get-version": "^0.0.3",
"@foxxmd/logging": "^0.2.5",
"@foxxmd/logging": "^0.2.6",
"@foxxmd/redact-string": "^0.1.2",
"@foxxmd/regex-buddy-core": "^0.1.2",
"@foxxmd/string-sameness": "^0.4.0",
@@ -1799,9 +1799,9 @@
}
},
"node_modules/@foxxmd/logging": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/@foxxmd/logging/-/logging-0.2.5.tgz",
"integrity": "sha512-SI/hwkXkj0rrLzwiPrOlUOKs7+dxnVFeRjTbP/v4SWZNy1ZTYBxopCObKbVWBppjTtmDRlXUGHSQrNB/6bju0Q==",
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/@foxxmd/logging/-/logging-0.2.6.tgz",
"integrity": "sha512-x3+aAfU6fsfpMhCJbzHFXTzGZ8OqzbEUmZIHJsqimXNFuObSM/P439Si6b+20bDu6ftR2m/qrsvVDVONzT+XUg==",
"license": "MIT",
"dependencies": {
"pino": "^9.2.0",
+1 -1
View File
@@ -57,7 +57,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@foxxmd/chromecast-client": "^1.0.4",
"@foxxmd/get-version": "^0.0.3",
"@foxxmd/logging": "^0.2.5",
"@foxxmd/logging": "^0.2.6",
"@foxxmd/redact-string": "^0.1.2",
"@foxxmd/regex-buddy-core": "^0.1.2",
"@foxxmd/string-sameness": "^0.4.0",