diff --git a/package-lock.json b/package-lock.json index bf2d147..22429d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "compressible": "^2.0.18", - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.0", "k6": "0.0.0", "mime-types": "^2.1.35" }, @@ -4210,9 +4210,9 @@ } }, "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 858aa2d..1b3c5b2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "compressible": "^2.0.18", - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.0", "k6": "0.0.0", "mime-types": "^2.1.35" },