diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 2e9857b..ec352e2 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -1407,9 +1407,9 @@ } }, "mock-fs": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.4.0.tgz", - "integrity": "sha512-3ROPnEMgBOkusBMYQUW2rnT3wZwsgfOKzJDLvx/TZ7FL1WmWvwSwn3j4aDR5fLDGtgcc1WF0Z1y0di7c9L4FKw==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.4.1.tgz", + "integrity": "sha512-sz/Q8K1gXXXHR+qr0GZg2ysxCRr323kuN10O7CtQjraJsFDJ4SJ+0I5MzALz7aRp9lHk8Cc/YdsT95h9Ka1aFw==", "dev": true }, "mri": { diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 1c2b8af..547aaef 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -16,7 +16,7 @@ "license": "MIT", "devDependencies": { "mocha": "^10.8.2", - "mock-fs": "^5.4.0", + "mock-fs": "^5.4.1", "nock": "^13.5.6", "nyc": "^17.1.0", "uvu": "^0.5.6"