From ca5bb242091d466cf3f6785125ddc854f14b4b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 04:02:31 +0000 Subject: [PATCH] build(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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 555dfcf..b318093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", "@rollup/plugin-terser": "^0.4.4", "file-type": "^21.0.0", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.1", "jsdom": "^26.1.0", "luxon": "^3.6.1", "markdown-it": "^14.1.0", @@ -2928,10 +2928,11 @@ } }, "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": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 24744c1..f960e80 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", "@rollup/plugin-terser": "^0.4.4", "file-type": "^21.0.0", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.1", "jsdom": "^26.1.0", "luxon": "^3.6.1", "markdown-it": "^14.1.0",