Skip to content

Commit 7b0d9e4

Browse files
committed
chore: upgrade filesize from v9.0.11 to v10.0.7
1 parent 6fa0fbb commit 7b0d9e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint-plugin-react": "7.31.11",
7676
"eslint-plugin-react-hooks": "4.6.0",
7777
"fastest-validator": "1.15.0",
78-
"filesize": "9.0.11",
78+
"filesize": "10.0.7",
7979
"formik": "2.2.9",
8080
"html-webpack-plugin": "5.5.0",
8181
"jest": "29.4.1",

src/renderer-process/common/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const dayjs = require('dayjs');
2-
const filesize = require('filesize');
2+
const {filesize} = require('filesize');
33

44
/**
55
* Convert the fastest-validator validate function for Formik.

0 commit comments

Comments
 (0)