diff --git a/geneit_app/package-lock.json b/geneit_app/package-lock.json index 3b93072..324349c 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.13", "jspdf": "^3.0.2", "mui-color-input": "^7.0.0", "react": "^19.1.1", @@ -3323,12 +3323,12 @@ } }, "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.13", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.13.tgz", + "integrity": "sha512-mYJ/qXKvREuO0uH8LTQJ6v7GsUvVOguqxg2VTwQUkyTPXXRRWPdjuUPVqdBrJQhvci48OHlNGRnux+Slr2Rnvw==", "license": "BSD-3-Clause", "engines": { - "node": ">= 10.4.0" + "node": ">= 10.8.0" } }, "node_modules/fill-range": { diff --git a/geneit_app/package.json b/geneit_app/package.json index 8fb3b2c..89edf81 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.13", "jspdf": "^3.0.2", "mui-color-input": "^7.0.0", "react": "^19.1.1",