From 44011a8a600520bc087ad59d1ac9ab2b309a3e78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:27:35 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20=E2=AC=86=EF=B8=8F=20update=20depe?= =?UTF-8?q?ndency=20fs-extra=20to=20v11.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/package.json | 2 +- example/yarn.lock | 10 +++++----- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/example/package.json b/example/package.json index 736e83a..8f30ad1 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "class-transformer": "^0.5.1", "class-validator": "^0.15.1", "express": "5.2.1", - "fs-extra": "11.3.6", + "fs-extra": "11.4.0", "node-dependency-injection": "3.8.0", "reflect-metadata": "^0.2.2", "routing-controllers": "^0.11.3" diff --git a/example/yarn.lock b/example/yarn.lock index ba39cbb..1369970 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -147,7 +147,7 @@ dependencies: "@haskou/flow" "2.0.1" dotenv "^17.4.2" - fs-extra "^11.3.6" + fs-extra "^11.4.0" node-dependency-injection "3.8.0" "@haskou/flow@2.0.1": @@ -887,10 +887,10 @@ fresh@~0.5.2: resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== -fs-extra@11.3.6, fs-extra@^11.3.6: - version "11.3.6" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.6.tgz#f7cb80e9df550cd1db6f537fa5cdd568d3e70d10" - integrity sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA== +fs-extra@11.4.0, fs-extra@^11.4.0: + version "11.4.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.4.0.tgz#f88ed6d180ac9e14b61b08e679468f0b1b6b4730" + integrity sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1" diff --git a/package.json b/package.json index 720afb6..0891ad7 100644 --- a/package.json +++ b/package.json @@ -257,7 +257,7 @@ "dependencies": { "@haskou/flow": "2.0.1", "dotenv": "^17.4.2", - "fs-extra": "^11.3.6", + "fs-extra": "^11.4.0", "node-dependency-injection": "3.8.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index df1eb43..b1b7ed3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2541,10 +2541,10 @@ fresh@~0.5.2: resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== -fs-extra@^11.3.6: - version "11.3.6" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.6.tgz#f7cb80e9df550cd1db6f537fa5cdd568d3e70d10" - integrity sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA== +fs-extra@^11.4.0: + version "11.4.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.4.0.tgz#f88ed6d180ac9e14b61b08e679468f0b1b6b4730" + integrity sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"