diff --git a/action/package-lock.json b/action/package-lock.json index af0cb065..afd46739 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chalk": "^4.1.2", "fast-glob": "^3.2.7", - "filesize": "^8.0.3", + "filesize": "^10.0.5", "request": "^2.88.2" } }, @@ -256,11 +256,11 @@ } }, "node_modules/filesize": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.3.tgz", - "integrity": "sha512-UrhwVdUWmP0Jo9uLhVro8U36D4Yp3uT6pfXeNJHVRwyQrZjsqfnypOLthfnuB/bk1glUu7aIY947kyfoOfXuog==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.5.tgz", + "integrity": "sha512-qrzyt8gLh86nsyYiC3ibI5KyIYRCWg2yqIklYrWF4a0qNfekik4OQfn7AoPJG2hRrPMSlH6fET4VEITweZAzjA==", "engines": { - "node": ">= 0.4.0" + "node": ">= 14.0.0" } }, "node_modules/fill-range": { @@ -876,9 +876,9 @@ } }, "filesize": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.3.tgz", - "integrity": "sha512-UrhwVdUWmP0Jo9uLhVro8U36D4Yp3uT6pfXeNJHVRwyQrZjsqfnypOLthfnuB/bk1glUu7aIY947kyfoOfXuog==" + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.5.tgz", + "integrity": "sha512-qrzyt8gLh86nsyYiC3ibI5KyIYRCWg2yqIklYrWF4a0qNfekik4OQfn7AoPJG2hRrPMSlH6fET4VEITweZAzjA==" }, "fill-range": { "version": "7.0.1", diff --git a/action/package.json b/action/package.json index f945ea1d..abfbfbe2 100644 --- a/action/package.json +++ b/action/package.json @@ -12,7 +12,7 @@ "dependencies": { "chalk": "^4.1.2", "fast-glob": "^3.2.7", - "filesize": "^8.0.3", + "filesize": "^10.0.5", "request": "^2.88.2" } }