chore: bump byte-size to 8.1.0

pull/554/head
Amio 2022-03-27 12:36:59 +08:00 zatwierdzone przez Amio Jin
rodzic 8f5b6c8f4f
commit 1e93df7bfd
2 zmienionych plików z 9 dodań i 9 usunięć

16
package-lock.json wygenerowano
Wyświetl plik

@ -11,7 +11,7 @@
"@sentry/node": "^6.6.0",
"badgen": "^3.2.2",
"badgen-icons": "^0.22.0",
"byte-size": "^6.2.0",
"byte-size": "^8.1.0",
"date-fns": "^2.21.1",
"got": "^10.7.0",
"haxe-rpc-client": "^1.0.0",
@ -3871,11 +3871,11 @@
"dev": true
},
"node_modules/byte-size": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-6.2.0.tgz",
"integrity": "sha512-6EspYUCAPMc7E2rltBgKwhG+Cmk0pDm9zDtF1Awe2dczNUL3YpZ8mTs/dueOTS1hqGWBOatqef4jYMGjln7WmA==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-8.1.0.tgz",
"integrity": "sha512-FkgMTAg44I0JtEaUAvuZTtU2a2YDmBRbQxdsQNSMtLCjhG0hMcF5b1IMN9UjSCJaU4nvlj/GER7B9sI4nKdCgA==",
"engines": {
"node": ">=8"
"node": ">=12.17"
}
},
"node_modules/bytes": {
@ -16486,9 +16486,9 @@
"dev": true
},
"byte-size": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-6.2.0.tgz",
"integrity": "sha512-6EspYUCAPMc7E2rltBgKwhG+Cmk0pDm9zDtF1Awe2dczNUL3YpZ8mTs/dueOTS1hqGWBOatqef4jYMGjln7WmA=="
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/byte-size/-/byte-size-8.1.0.tgz",
"integrity": "sha512-FkgMTAg44I0JtEaUAvuZTtU2a2YDmBRbQxdsQNSMtLCjhG0hMcF5b1IMN9UjSCJaU4nvlj/GER7B9sI4nKdCgA=="
},
"bytes": {
"version": "3.0.0",

Wyświetl plik

@ -26,7 +26,7 @@
"@sentry/node": "^6.6.0",
"badgen": "^3.2.2",
"badgen-icons": "^0.22.0",
"byte-size": "^6.2.0",
"byte-size": "^8.1.0",
"date-fns": "^2.21.1",
"got": "^10.7.0",
"haxe-rpc-client": "^1.0.0",