chore(deps): bump fs-extra from 11.2.0 to 11.3.5 (#21556)

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from
11.2.0 to 11.3.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md">fs-extra's
changelog</a>.</em></p>
<blockquote>
<h2>11.3.5 / 2026-05-06</h2>
<ul>
<li>Fix <code>ensureLink*</code>/<code>ensureSymlink*</code> identical
file detection on Windows (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1068">#1068</a>)</li>
<li>Fix error handling in timestamp preservation code (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1065">#1065</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1069">#1069</a>)</li>
<li>Fix potential file descriptor leak on error in synchronous timestamp
preservation code (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1066">#1066</a>)</li>
</ul>
<h2>11.3.4 / 2026-03-03</h2>
<ul>
<li>Fix bug where calling
<code>ensureSymlink</code>/<code>ensureSymlinkSync</code> with a
relative <code>srcPath</code> would fail if the symlink already existed
(<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1038">#1038</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1064">#1064</a>)</li>
</ul>
<h2>11.3.3 / 2025-12-18</h2>
<ul>
<li>Fix copying symlink when destination is a symlink to the same target
(<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1019">#1019</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1060">#1060</a>)</li>
</ul>
<h2>11.3.2 / 2025-09-15</h2>
<ul>
<li>Fix spurrious <code>UnhandledPromiseRejectionWarning</code> that
could occur when calling <code>.copy()</code> in some cases (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1056">#1056</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1058">#1058</a>)</li>
</ul>
<h2>11.3.1 / 2025-08-05</h2>
<ul>
<li>Fix case where <code>move</code>/<code>moveSync</code> could
incorrectly think files are identical on Windows (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1050">#1050</a>)</li>
</ul>
<h2>11.3.0 / 2025-01-15</h2>
<ul>
<li>Add promise support for newer <code>fs</code> methods (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1044">#1044</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1045">#1045</a>)</li>
<li>Use <code>fs.opendir</code> in
<code>copy()</code>/<code>copySync()</code> for better perf/scalability
(<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/972">#972</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1028">#1028</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/8a88f58e2cc38e3bbd0505b19e3a573a62e8c84b"><code>8a88f58</code></a>
11.3.5</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/81a1311ec86597e28f50fc8ab6a5e74706990c06"><code>81a1311</code></a>
Mirror all utimesMillis() tests for utimesMillisSync() (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1070">#1070</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/b7ab7f86a7a01b00e64a081a1df240e30b2e55af"><code>b7ab7f8</code></a>
Properly handle close errors in utimesMillis*() (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1069">#1069</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/1c248ed4b309072c5e1a14287db6b9e6de14d172"><code>1c248ed</code></a>
Fix file descriptor leak in <code>utimesMillisSync</code> (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1066">#1066</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/a4000d6c9dcd9db8c8f82f7bd966c68710a3d737"><code>a4000d6</code></a>
Ensure all usages of areIdentical receive bigint stats (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1068">#1068</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/1e9c57de9fc5e766d3c9938fc7289080c444a568"><code>1e9c57d</code></a>
Fix error handling in utimesMillis (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1065">#1065</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/353a29b18c883fa0f3997fd8be90a89077633af4"><code>353a29b</code></a>
11.3.4</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/3e65fbe81e565e2cd16a5f0ff1b3d8623610bb7a"><code>3e65fbe</code></a>
fix(ensureSymlink): resolve relative srcpath correctly when symlink
exists (#...</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/e2615e501e7b261b832170b3eb7e26c82668b215"><code>e2615e5</code></a>
Fix git URL in package.json (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1062">#1062</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/1de81e98a8ff3afb5cf4a6b4dc63a93216728dd3"><code>1de81e9</code></a>
11.3.3</li>
<li>Additional commits viewable in <a
href="https://github.com/jprichardson/node-fs-extra/compare/11.2.0...11.3.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fs-extra&package-manager=npm_and_yarn&previous-version=11.2.0&new-version=11.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/21556?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-14 21:26:06 +02:00
committed by GitHub
parent 965ff4337f
commit 0fe1ae205d
+5 -5
View File
@@ -35186,7 +35186,7 @@ __metadata:
languageName: node
linkType: hard
"fs-extra@npm:11.2.0, fs-extra@npm:^11.2.0":
"fs-extra@npm:11.2.0":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
dependencies:
@@ -35219,14 +35219,14 @@ __metadata:
languageName: node
linkType: hard
"fs-extra@npm:^11.1.0, fs-extra@npm:^11.1.1, fs-extra@npm:~11.3.0":
version: 11.3.2
resolution: "fs-extra@npm:11.3.2"
"fs-extra@npm:^11.1.0, fs-extra@npm:^11.1.1, fs-extra@npm:^11.2.0, fs-extra@npm:~11.3.0":
version: 11.3.5
resolution: "fs-extra@npm:11.3.5"
dependencies:
graceful-fs: "npm:^4.2.0"
jsonfile: "npm:^6.0.1"
universalify: "npm:^2.0.0"
checksum: 10c0/f5d629e1bb646d5dedb4d8b24c5aad3deb8cc1d5438979d6f237146cd10e113b49a949ae1b54212c2fbc98e2d0995f38009a9a1d0520f0287943335e65fe919b
checksum: 10c0/33e80bad6b5d17308faa197e5ede99ecba4b6f6cb4aa4645d52745476c75afc57665bdf39ec75b2ebb38b97b7110f634a8dcc0a546e248eb4de059275cf5ac90
languageName: node
linkType: hard