diff --git a/geneit_app/package-lock.json b/geneit_app/package-lock.json index 3b93072..218e6bd 100644 --- a/geneit_app/package-lock.json +++ b/geneit_app/package-lock.json @@ -27,7 +27,7 @@ "date-and-time": "^3.6.0", "dayjs": "^1.11.18", "email-validator": "^2.0.4", - "filesize": "^11.0.2", + "filesize": "^11.0.10", "jspdf": "^3.0.2", "mui-color-input": "^7.0.0", "react": "^19.1.1", @@ -3323,9 +3323,9 @@ } }, "node_modules/filesize": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.2.tgz", - "integrity": "sha512-s/iAeeWLk5BschUIpmdrF8RA8lhFZ/xDZgKw1Tan72oGws1/dFGB06nYEiyyssWUfjKNQTNRlrwMVjO9/hvXDw==", + "version": "11.0.10", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.10.tgz", + "integrity": "sha512-uasnz3C/UdPRVlmtkDz4SfaIm7IOT+UYpH8xbmn6EaXRBQ22hGoc64UtflHOqV+BlVDsTcz2pI94P/Zzzm5Rpw==", "license": "BSD-3-Clause", "engines": { "node": ">= 10.4.0" diff --git a/geneit_app/package.json b/geneit_app/package.json index 8fb3b2c..c24b7af 100644 --- a/geneit_app/package.json +++ b/geneit_app/package.json @@ -29,7 +29,7 @@ "date-and-time": "^3.6.0", "dayjs": "^1.11.18", "email-validator": "^2.0.4", - "filesize": "^11.0.2", + "filesize": "^11.0.10", "jspdf": "^3.0.2", "mui-color-input": "^7.0.0", "react": "^19.1.1",