Skip to content

Commit 04dc125

Browse files
Bump the npm-security group across 1 directory with 3 updates (#2387)
Bumps the npm-security group with 3 updates in the / directory: [fastify](https://github.com/fastify/fastify), [lodash](https://github.com/lodash/lodash) and [webpack](https://github.com/webpack/webpack). Updates `fastify` from 5.6.2 to 5.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastify/fastify/releases">fastify's releases</a>.</em></p> <blockquote> <h2>v5.7.3</h2> <h2>⚠️ Security Release</h2> <ul> <li>Fix <a href="https://github.com/fastify/fastify/security/advisories/GHSA-mrq3-vjjr-p77c">https://github.com/fastify/fastify/security/advisories/GHSA-mrq3-vjjr-p77c</a> <code>CVE-2026-25224</code>.</li> </ul> <h2>What's Changed</h2> <ul> <li>docs: update Reply.send() documentation for string serialization by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6466">fastify/fastify#6466</a></li> <li>chore: ignore agents config files by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6474">fastify/fastify#6474</a></li> <li>docs: update vulnerability reporting to use GitHub Security by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6475">fastify/fastify#6475</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v5.7.2...v5.7.3">https://github.com/fastify/fastify/compare/v5.7.2...v5.7.3</a></p> <h2>v5.7.2</h2> <h2>⚠️ Notice ⚠️</h2> <p>Parsing of the <code>content-type</code> header has been improved to a strict parser in PR <a href="https://redirect.github.com/fastify/fastify/issues/6414">#6414</a>. This means only header values in the form described in <a href="https://httpwg.org/specs/rfc9110.html#field.content-type">RFC 9110</a> are accepted.</p> <h2>What's Changed</h2> <ul> <li>chore: npm ignore AI related files by <a href="https://github.com/climba03003"><code>@​climba03003</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6447">fastify/fastify#6447</a></li> <li>chore: update sponsor url by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6450">fastify/fastify#6450</a></li> <li>docs: add fastify-http-exceptions to Ecosystem.md by <a href="https://github.com/bhouston"><code>@​bhouston</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6442">fastify/fastify#6442</a></li> <li>docs: fix invalid shorten form schema example by <a href="https://github.com/climba03003"><code>@​climba03003</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6448">fastify/fastify#6448</a></li> <li>docs: Simplify and tighten decorators example by <a href="https://github.com/smith558"><code>@​smith558</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6451">fastify/fastify#6451</a></li> <li>docs: Fix incorrect variable use by <a href="https://github.com/smith558"><code>@​smith558</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6455">fastify/fastify#6455</a></li> <li>chore: update sponsor link by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6460">fastify/fastify#6460</a></li> <li>fix: Fix MIT Licence file to conform to standard by <a href="https://github.com/smith558"><code>@​smith558</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6464">fastify/fastify#6464</a></li> <li>docs: move querystringParser option under routerOptions by <a href="https://github.com/inyourtime"><code>@​inyourtime</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6463">fastify/fastify#6463</a></li> <li>chore: Updated content-type header parsing by <a href="https://github.com/jsumners"><code>@​jsumners</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6414">fastify/fastify#6414</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bhouston"><code>@​bhouston</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/6442">fastify/fastify#6442</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v5.7.1...v5.7.2">https://github.com/fastify/fastify/compare/v5.7.1...v5.7.2</a></p> <h2>v5.7.1</h2> <h2>What's Changed</h2> <ul> <li>chore: Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/fastify/fastify/pull/6434">fastify/fastify#6434</a></li> <li>chore: updated version in the fastify.js by <a href="https://github.com/Tony133"><code>@​Tony133</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6446">fastify/fastify#6446</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v5.7.0...v5.7.1">https://github.com/fastify/fastify/compare/v5.7.0...v5.7.1</a></p> <h2>v5.7.0</h2> <h2>What's Changed</h2> <ul> <li>docs: Improved firebase serverless guide about process remaining stuck by <a href="https://github.com/alexandercerutti"><code>@​alexandercerutti</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6380">fastify/fastify#6380</a></li> <li>docs: update migration guide with date-time breaking change by <a href="https://github.com/craftsman01"><code>@​craftsman01</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6110">fastify/fastify#6110</a></li> <li>chore: remove test file by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6384">fastify/fastify#6384</a></li> <li>feat: speed up loading with custom compiler by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6383">fastify/fastify#6383</a></li> <li>docs: replace all instances of twitter.com with x.com by <a href="https://github.com/cseas"><code>@​cseas</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6355">fastify/fastify#6355</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastify/fastify/commit/49468eddb7c59e07fb95183afbf03498fccac99e"><code>49468ed</code></a> Bumped v5.7.3</li> <li><a href="https://github.com/fastify/fastify/commit/eb11156396f6a5fedaceed0140aed2b7f026be37"><code>eb11156</code></a> Merge commit from fork</li> <li><a href="https://github.com/fastify/fastify/commit/d98ce2a0c030e18d27d93ed000788f95944ed910"><code>d98ce2a</code></a> docs: update vulnerability reporting to use GitHub Security (<a href="https://redirect.github.com/fastify/fastify/issues/6475">#6475</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/17172c40506604fd15f8e5f17299b671d4b58686"><code>17172c4</code></a> Ignore agents config files (<a href="https://redirect.github.com/fastify/fastify/issues/6474">#6474</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/b48826f07beaa925809c5e347d67a7e2502eb156"><code>b48826f</code></a> docs: update Reply.send() documentation for string serialization (<a href="https://redirect.github.com/fastify/fastify/issues/6466">#6466</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/e1e4fe75910c36e1b9ebb87026ca16c053a9c1f2"><code>e1e4fe7</code></a> v5.7.2</li> <li><a href="https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821"><code>32d7b6a</code></a> chore: Updated content-type header parsing (<a href="https://redirect.github.com/fastify/fastify/issues/6414">#6414</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/f4a6ac1d0321e9f1757c165a2d423ccbefe7c9c9"><code>f4a6ac1</code></a> docs: move querystringParser example under routerOptions (<a href="https://redirect.github.com/fastify/fastify/issues/6463">#6463</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/2af83d64b53a0a786141d93edb9ffefac8b6446a"><code>2af83d6</code></a> fix: Fix MIT Licence file to conform to standard (<a href="https://redirect.github.com/fastify/fastify/issues/6464">#6464</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/5c14e05670c80455b99286ee0b6eac05eabec831"><code>5c14e05</code></a> chore: update sponsor link (<a href="https://redirect.github.com/fastify/fastify/issues/6460">#6460</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fastify/fastify/compare/v5.6.2...v5.7.3">compare view</a></li> </ul> </details> <br /> Updates `lodash` from 4.17.21 to 4.17.23 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/dec55b7a3b382da075e2eac90089b4cd00a26cbb"><code>dec55b7</code></a> Bump main to v4.17.23 (<a href="https://redirect.github.com/lodash/lodash/issues/6088">#6088</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/19c9251b3631d7cf220b43bc757eb33f1084f117"><code>19c9251</code></a> fix: setCacheHas JSDoc return type should be boolean (<a href="https://redirect.github.com/lodash/lodash/issues/6071">#6071</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/b5e672995ae26929d111a6e94589f8d03fb8e578"><code>b5e6729</code></a> jsdoc: Add -0 and BigInt zeros to _.compact falsey values list (<a href="https://redirect.github.com/lodash/lodash/issues/6062">#6062</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/edadd452146f7e4bad4ea684e955708931d84d81"><code>edadd45</code></a> Prevent prototype pollution on baseUnset function</li> <li><a href="https://github.com/lodash/lodash/commit/4879a7a7d0a4494b0e83c7fa21bcc9fc6e7f1a6d"><code>4879a7a</code></a> doc: fix autoLink function, conversion of source links (<a href="https://redirect.github.com/lodash/lodash/issues/6056">#6056</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/9648f692b0fc7c2f6a7a763d754377200126c2e8"><code>9648f69</code></a> chore: remove <code>yarn.lock</code> file (<a href="https://redirect.github.com/lodash/lodash/issues/6053">#6053</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/dfa407db0bf5b200f2c7a9e4f06830ceaf074be9"><code>dfa407d</code></a> ci: remove legacy configuration files (<a href="https://redirect.github.com/lodash/lodash/issues/6052">#6052</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/156e1965ae78b121a88f81178ab81632304e8d64"><code>156e196</code></a> feat: add renovate setup (<a href="https://redirect.github.com/lodash/lodash/issues/6039">#6039</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/933e1061b8c344d3fc742cdc400175d5ffc99bce"><code>933e106</code></a> ci: add pipeline for Bun (<a href="https://redirect.github.com/lodash/lodash/issues/6023">#6023</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/072a807ff7ad8ffc7c1d2c3097266e815d138e20"><code>072a807</code></a> docs: update links related to Open JS Foundation (<a href="https://redirect.github.com/lodash/lodash/issues/5968">#5968</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.21...4.17.23">compare view</a></li> </ul> </details> <br /> Updates `webpack` from 5.103.0 to 5.104.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.104.1</h2> <h2>5.104.1</h2> <h3>Patch Changes</h3> <ul> <li>2efd21b: Reexports runtime calculation should not accessing <strong>WEBPACK_IMPORT_KEY</strong> decl with var.</li> <li>c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.</li> </ul> <h2>v5.104.0</h2> <h2>5.104.0</h2> <h3>Minor Changes</h3> <ul> <li>d3dd841: Use method shorthand to render module content in <code>__webpack_modules__</code> object.</li> <li>d3dd841: Enhance <code>import.meta.env</code> to support object access.</li> <li>4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.</li> <li>04cd530: Handle more at-rules for CSS modules.</li> <li>cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.</li> <li>d3dd841: Added <code>base64url</code>, <code>base62</code>, <code>base58</code>, <code>base52</code>, <code>base49</code>, <code>base36</code>, <code>base32</code> and <code>base25</code> digests.</li> <li>5983843: Provide a stable runtime function variable <code>__webpack_global__</code>.</li> <li>d3dd841: Improved <code>localIdentName</code> hashing for CSS.</li> </ul> <h3>Patch Changes</h3> <ul> <li>22c48fb: Added module existence check for informative error message in development mode.</li> <li>50689e1: Use the fully qualified class name (or export name) for <code>[fullhash]</code> placeholder in CSS modules.</li> <li>d3dd841: Support universal lazy compilation.</li> <li>d3dd841: Fixed module library export definitions when multiple runtimes.</li> <li>d3dd841: Fixed CSS nesting and CSS custom properties parsing.</li> <li>d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.</li> <li>aab1da9: Fixed bugs for <code>css/global</code> type.</li> <li>d3dd841: Compatibility <code>import.meta.filename</code> and <code>import.meta.dirname</code> with <code>eval</code> devtools.</li> <li>d3dd841: Handle nested <code>__webpack_require__</code>.</li> <li>728ddb7: The speed of identifier parsing has been improved.</li> <li>0f8b31b: Improve types.</li> <li>d3dd841: Don't corrupt <code>debugId</code> injection when <code>hidden-source-map</code> is used.</li> <li>2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.</li> <li>d3dd841: Serialize <code>HookWebpackError</code>.</li> <li>d3dd841: Added ability to use built-in properties in dotenv and define plugin.</li> <li>3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.</li> <li>d3dd841: Reduce collision for local indent name in CSS.</li> <li>d3dd841: Remove CSS link tags when CSS imports are removed.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.104.1</h2> <h3>Patch Changes</h3> <ul> <li>2efd21b: Reexports runtime calculation should not accessing <strong>WEBPACK_IMPORT_KEY</strong> decl with var.</li> <li>c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.</li> </ul> <h2>5.104.0</h2> <h3>Minor Changes</h3> <ul> <li>d3dd841: Use method shorthand to render module content in <code>__webpack_modules__</code> object.</li> <li>d3dd841: Enhance <code>import.meta.env</code> to support object access.</li> <li>4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.</li> <li>04cd530: Handle more at-rules for CSS modules.</li> <li>cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.</li> <li>d3dd841: Added <code>base64url</code>, <code>base62</code>, <code>base58</code>, <code>base52</code>, <code>base49</code>, <code>base36</code>, <code>base32</code> and <code>base25</code> digests.</li> <li>5983843: Provide a stable runtime function variable <code>__webpack_global__</code>.</li> <li>d3dd841: Improved <code>localIdentName</code> hashing for CSS.</li> </ul> <h3>Patch Changes</h3> <ul> <li>22c48fb: Added module existence check for informative error message in development mode.</li> <li>50689e1: Use the fully qualified class name (or export name) for <code>[fullhash]</code> placeholder in CSS modules.</li> <li>d3dd841: Support universal lazy compilation.</li> <li>d3dd841: Fixed module library export definitions when multiple runtimes.</li> <li>d3dd841: Fixed CSS nesting and CSS custom properties parsing.</li> <li>d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.</li> <li>aab1da9: Fixed bugs for <code>css/global</code> type.</li> <li>d3dd841: Compatibility <code>import.meta.filename</code> and <code>import.meta.dirname</code> with <code>eval</code> devtools.</li> <li>d3dd841: Handle nested <code>__webpack_require__</code>.</li> <li>728ddb7: The speed of identifier parsing has been improved.</li> <li>0f8b31b: Improve types.</li> <li>d3dd841: Don't corrupt <code>debugId</code> injection when <code>hidden-source-map</code> is used.</li> <li>2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.</li> <li>d3dd841: Serialize <code>HookWebpackError</code>.</li> <li>d3dd841: Added ability to use built-in properties in dotenv and define plugin.</li> <li>3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.</li> <li>d3dd841: Reduce collision for local indent name in CSS.</li> <li>d3dd841: Remove CSS link tags when CSS imports are removed.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/24e3c2d2c9f8c6d60810302b2ea70ed86e2863dc"><code>24e3c2d</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20253">#20253</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/2efd21b0b06baa9b1a7f009b336379dcef24c1a5"><code>2efd21b</code></a> fix(re-exports): reexports runtime calculation should not accessing `__WEBPAC...</li> <li><a href="https://github.com/webpack/webpack/commit/c5100702335a9cdcb75558ccd80def2329bd4abf"><code>c510070</code></a> fix(security): userinfo bypass vulnerability in HttpUriPlugin allowedUris</li> <li><a href="https://github.com/webpack/webpack/commit/4b0501c69700963bad1285b56f9cfa74704cb963"><code>4b0501c</code></a> ci: fix release (<a href="https://redirect.github.com/webpack/webpack/issues/20252">#20252</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/0c213cecf2906bc41102c3a4cfdd1ad3522d0171"><code>0c213ce</code></a> ci: use <code>\&lt;@&amp;1450591255485743204&gt;</code> over <code>@here</code> for discord notificationw</li> <li><a href="https://github.com/webpack/webpack/commit/5bf8bc51bcfb49d25b73aae450b246cd8b8b423a"><code>5bf8bc5</code></a> refactor: types for benchmarks and tests</li> <li><a href="https://github.com/webpack/webpack/commit/505a5e744fbcf4471ddb534bf1d4aebea9643c1b"><code>505a5e7</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20188">#20188</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/0c066808d59e4f9406e11bab4ffa2e0feacbd0e2"><code>0c06680</code></a> refactor: update eslint configuration</li> <li><a href="https://github.com/webpack/webpack/commit/2eb0d6a410513960bd7d65bf15baf15704a612eb"><code>2eb0d6a</code></a> ci: release announcement (<a href="https://redirect.github.com/webpack/webpack/issues/20238">#20238</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/b2b24590a08755b706d2009ca97a226addf9e83b"><code>b2b2459</code></a> ci: cancel in progress (<a href="https://redirect.github.com/webpack/webpack/issues/20239">#20239</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.103.0...v5.104.1">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/shakacode/react_on_rails/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b882c1a commit 04dc125

File tree

4 files changed

+609
-268
lines changed

4 files changed

+609
-268
lines changed

packages/react-on-rails-pro-node-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@fastify/formbody": "^7.4.0 || ^8.0.2",
3131
"@fastify/multipart": "^8.3.1 || ^9.0.3",
32-
"fastify": "^4.29.0 || ^5.2.1",
32+
"fastify": "^5.7.3",
3333
"fs-extra": "^11.2.0",
3434
"jsonwebtoken": "^9.0.3",
3535
"lockfile": "^1.0.4",

0 commit comments

Comments
 (0)