chore: bump byte-size to 9

deps
Amio 2025-06-03 12:08:51 +08:00
rodzic 880b160fd6
commit 6f6d0b985a
2 zmienionych plików z 13 dodań i 5 usunięć

16
package-lock.json wygenerowano
Wyświetl plik

@ -14,7 +14,7 @@
"@vercel/kv": "^3.0.0",
"badgen": "^3.2.2",
"badgen-icons": "^0.23.0",
"byte-size": "^8.1.0",
"byte-size": "^9.0.1",
"date-fns": "^4.1.0",
"eslint-config-next": "^14.1.0",
"got": "^12.5.3",
@ -5599,12 +5599,20 @@
}
},
"node_modules/byte-size": {
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-8.2.1.tgz",
"integrity": "sha512-pph2jjc3PxRLeB2nWfJy/tMiHnS6j7xhDlkglBp3KlchnJkILdZ2DmUyZ8svDJ5Z+q431vbhuoiuOvuGhY8fjw==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-9.0.1.tgz",
"integrity": "sha512-YLe9x3rabBrcI0cueCdLS2l5ONUKywcRpTs02B8KP9/Cimhj7o3ZccGrPnRvcbyHMbb7W79/3MUJl7iGgTXKEw==",
"license": "MIT",
"engines": {
"node": ">=12.17"
},
"peerDependencies": {
"@75lb/nature": "latest"
},
"peerDependenciesMeta": {
"@75lb/nature": {
"optional": true
}
}
},
"node_modules/bytes": {

Wyświetl plik

@ -24,7 +24,7 @@
"@vercel/kv": "^3.0.0",
"badgen": "^3.2.2",
"badgen-icons": "^0.23.0",
"byte-size": "^8.1.0",
"byte-size": "^9.0.1",
"date-fns": "^4.1.0",
"eslint-config-next": "^14.1.0",
"got": "^12.5.3",