From 9d6d420c3b0d90b47b8e4244da53fc360596e643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:35:29 +0000 Subject: [PATCH] chore(deps-dev): bump fs-extra from 11.3.0 to 11.3.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.0 to 11.3.1. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.0...11.3.1) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1889788a6..a1e6bfe2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-astro": "^1.3.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-unicorn": "^59.0.1", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.1", "lockfile-lint": "^4.14.1", "nodemon": "^3.1.10", "npm-run-all": "^4.1.5", @@ -7098,9 +7098,9 @@ } }, "node_modules/fs-extra": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", - "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz", + "integrity": "sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index eac6a010c..84bac50fe 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-plugin-astro": "^1.3.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-unicorn": "^59.0.1", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.1", "lockfile-lint": "^4.14.1", "nodemon": "^3.1.10", "npm-run-all": "^4.1.5",