Skip to content

Commit

Permalink
deps(example): Bump the dependencies group in /examples/nestjs with 2…
Browse files Browse the repository at this point in the history
… updates (#2331)

Bumps the dependencies group in /examples/nestjs with 2 updates: [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express).

Updates `@nestjs/core` from 10.4.8 to 10.4.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nestjs/nest/releases"><code>@​nestjs/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v10.4.9 (2024-11-25)</h2>
<h4>Bug fixes</h4>
<ul>
<li><code>core</code>, <code>microservices</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/13923">#13923</a> fix(core): merge req context with tenant payload in the request instance (<a href="https://github.com/DylanVeldra"><code>@​DylanVeldra</code></a>)</li>
</ul>
</li>
<li><code>websockets</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14185">#14185</a> fix(websockets): Prevent HTTP server early close in Socket.IO shutdown (<a href="https://github.com/sapenlei"><code>@​sapenlei</code></a>)</li>
</ul>
</li>
<li><code>common</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14181">#14181</a> fix(common): fallback to empty string for enums when validating (swc builder) (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
</ul>
</li>
<li><code>core</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/13804">#13804</a> fix(core): dependencies not resolving for transient lazy providers (<a href="https://github.com/patrickacioli"><code>@​patrickacioli</code></a>)</li>
</ul>
</li>
<li><code>microservices</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14163">#14163</a> fix(microservices): grpc client streaming bugs (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
</ul>
</li>
</ul>
<h4>Enhancements</h4>
<ul>
<li><code>common</code>, <code>core</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14175">#14175</a> fix(common,core): align the logic of optional provider (<a href="https://github.com/micalevisk"><code>@​micalevisk</code></a>)</li>
</ul>
</li>
<li><code>microservices</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/12954">#12954</a> feat: emit batch (<a href="https://github.com/gunb0s"><code>@​gunb0s</code></a>)</li>
</ul>
</li>
</ul>
<h4>Dependencies</h4>
<ul>
<li>Other
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14192">#14192</a> chore(deps): update dependency webpack to v5.94.0 [security] (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14188">#14188</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/30-event-emitter (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14187">#14187</a> chore(deps): bump cookie and <code>@​nestjs/platform-express</code> in /sample/34-using-esm-packages (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14189">#14189</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/19-auth-jwt (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14186">#14186</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/31-graphql-federation-code-first/posts-application (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14183">#14183</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/32-graphql-federation-schema-first/posts-application (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14176">#14176</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/32-graphql-federation-schema-first/users-application (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14179">#14179</a> chore(deps-dev): bump <code>@​types/mocha</code> from 10.0.9 to 10.0.10 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14174">#14174</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/22-graphql-prisma (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14173">#14173</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/28-sse (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14165">#14165</a> chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from 8.14.0 to 8.15.0 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14171">#14171</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/11-swagger (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14172">#14172</a> chore(deps): bump cookie and <code>@​nestjs/platform-express</code> in /sample/35-use-esm-package-after-node22 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14170">#14170</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/24-serve-static (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14169">#14169</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/15-mvc (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14164">#14164</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/01-cats-app (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14167">#14167</a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 8.14.0 to 8.15.0 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14161">#14161</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/25-dynamic-modules (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14159">#14159</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/33-graphql-mercurius (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/13632">#13632</a> fix(deps): update dependency mysql2 to v3.9.8 [security] (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14151">#14151</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/27-scheduling (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14155">#14155</a> build(sample): replace cli-color with smaller and faster ansis (<a href="https://github.com/webdiscus"><code>@​webdiscus</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14146">#14146</a> chore(deps): bump cookie and <code>@​nestjs/platform-express</code> in /sample/28-sse (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14149">#14149</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/32-graphql-federation-schema-first/gateway (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/12995">#12995</a> chore(deps): update dependency supertest to v6.3.4 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/12815">#12815</a> chore(deps): update dependency <code>@​types/node</code> to v20.17.6 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14147">#14147</a> chore: upgrade deps (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14144">#14144</a> chore(deps): bump cookie, light-my-request and <code>@​nestjs/platform-fastify</code> in /sample/33-graphql-mercurius (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nestjs/nest/commit/416830c3924b37ec354d4e15c14119519e389afc"><code>416830c</code></a> chore(<a href="https://github.com/nestjs"><code>@​nestjs</code></a>) publish v10.4.9 release</li>
<li><a href="https://github.com/nestjs/nest/commit/81597f7ed98a72e724d565ec728ad9e92ff27232"><code>81597f7</code></a> Merge branch 'master' into fix-tenant-context-payload</li>
<li><a href="https://github.com/nestjs/nest/commit/25ad5b4b8038177ca986734e968d225796e50c32"><code>25ad5b4</code></a> refactor(core): tiny improvements</li>
<li><a href="https://github.com/nestjs/nest/commit/3324703b8891c012f6cc94dd1715ba07055d4094"><code>3324703</code></a> Merge pull request <a href="https://github.com/nestjs/nest/tree/HEAD/packages/core/issues/13804">#13804</a> from patrickacioli/fix-lazy-transient-provider</li>
<li><a href="https://github.com/nestjs/nest/commit/aabde1aadb9d8e609b3f0091bdea04b3312faba6"><code>aabde1a</code></a> fix(common,core): align the logic of optional provider</li>
<li><a href="https://github.com/nestjs/nest/commit/d35006a0d371e9e12016024070569a631e302fb7"><code>d35006a</code></a> chore: update readmes</li>
<li><a href="https://github.com/nestjs/nest/commit/6dba4debb9c4b41c7041cc6ac83559ba9afb8557"><code>6dba4de</code></a> fix(core): merge req context with tenant payload in the request instance</li>
<li>See full diff in <a href="https://github.com/nestjs/nest/commits/v10.4.9/packages/core">compare view</a></li>
</ul>
</details>
<br />

Updates `@nestjs/platform-express` from 10.4.8 to 10.4.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nestjs/nest/releases"><code>@​nestjs/platform-express</code>'s releases</a>.</em></p>
<blockquote>
<h2>v10.4.9 (2024-11-25)</h2>
<h4>Bug fixes</h4>
<ul>
<li><code>core</code>, <code>microservices</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/13923">#13923</a> fix(core): merge req context with tenant payload in the request instance (<a href="https://github.com/DylanVeldra"><code>@​DylanVeldra</code></a>)</li>
</ul>
</li>
<li><code>websockets</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14185">#14185</a> fix(websockets): Prevent HTTP server early close in Socket.IO shutdown (<a href="https://github.com/sapenlei"><code>@​sapenlei</code></a>)</li>
</ul>
</li>
<li><code>common</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14181">#14181</a> fix(common): fallback to empty string for enums when validating (swc builder) (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
</ul>
</li>
<li><code>core</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/13804">#13804</a> fix(core): dependencies not resolving for transient lazy providers (<a href="https://github.com/patrickacioli"><code>@​patrickacioli</code></a>)</li>
</ul>
</li>
<li><code>microservices</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14163">#14163</a> fix(microservices): grpc client streaming bugs (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
</ul>
</li>
</ul>
<h4>Enhancements</h4>
<ul>
<li><code>common</code>, <code>core</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14175">#14175</a> fix(common,core): align the logic of optional provider (<a href="https://github.com/micalevisk"><code>@​micalevisk</code></a>)</li>
</ul>
</li>
<li><code>microservices</code>
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/12954">#12954</a> feat: emit batch (<a href="https://github.com/gunb0s"><code>@​gunb0s</code></a>)</li>
</ul>
</li>
</ul>
<h4>Dependencies</h4>
<ul>
<li>Other
<ul>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14192">#14192</a> chore(deps): update dependency webpack to v5.94.0 [security] (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14188">#14188</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/30-event-emitter (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14187">#14187</a> chore(deps): bump cookie and <code>@​nestjs/platform-express</code> in /sample/34-using-esm-packages (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14189">#14189</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/19-auth-jwt (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14186">#14186</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/31-graphql-federation-code-first/posts-application (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14183">#14183</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/32-graphql-federation-schema-first/posts-application (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14176">#14176</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/32-graphql-federation-schema-first/users-application (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14179">#14179</a> chore(deps-dev): bump <code>@​types/mocha</code> from 10.0.9 to 10.0.10 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14174">#14174</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/22-graphql-prisma (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14173">#14173</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/28-sse (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14165">#14165</a> chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from 8.14.0 to 8.15.0 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14171">#14171</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/11-swagger (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14172">#14172</a> chore(deps): bump cookie and <code>@​nestjs/platform-express</code> in /sample/35-use-esm-package-after-node22 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14170">#14170</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/24-serve-static (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14169">#14169</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/15-mvc (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14164">#14164</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/01-cats-app (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14167">#14167</a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 8.14.0 to 8.15.0 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14161">#14161</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/25-dynamic-modules (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14159">#14159</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/33-graphql-mercurius (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/13632">#13632</a> fix(deps): update dependency mysql2 to v3.9.8 [security] (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14151">#14151</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/27-scheduling (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14155">#14155</a> build(sample): replace cli-color with smaller and faster ansis (<a href="https://github.com/webdiscus"><code>@​webdiscus</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14146">#14146</a> chore(deps): bump cookie and <code>@​nestjs/platform-express</code> in /sample/28-sse (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14149">#14149</a> chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/32-graphql-federation-schema-first/gateway (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/12995">#12995</a> chore(deps): update dependency supertest to v6.3.4 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/12815">#12815</a> chore(deps): update dependency <code>@​types/node</code> to v20.17.6 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14147">#14147</a> chore: upgrade deps (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li>
<li><a href="https://redirect.github.com/nestjs/nest/pull/14144">#14144</a> chore(deps): bump cookie, light-my-request and <code>@​nestjs/platform-fastify</code> in /sample/33-graphql-mercurius (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nestjs/nest/commit/416830c3924b37ec354d4e15c14119519e389afc"><code>416830c</code></a> chore(<a href="https://github.com/nestjs"><code>@​nestjs</code></a>) publish v10.4.9 release</li>
<li><a href="https://github.com/nestjs/nest/commit/d35006a0d371e9e12016024070569a631e302fb7"><code>d35006a</code></a> chore: update readmes</li>
<li>See full diff in <a href="https://github.com/nestjs/nest/commits/v10.4.9/packages/platform-express">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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


</details>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 4ea0ba5 commit e65ee93
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
44 changes: 23 additions & 21 deletions examples/nestjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@arcjet/nest": "file:../../arcjet-nest",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.8",
"@nestjs/platform-express": "^10.4.8",
"@nestjs/core": "^10.4.9",
"@nestjs/platform-express": "^10.4.9",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
Expand Down

0 comments on commit e65ee93

Please sign in to comment.