From c3942cce4166ca75a44dc3e595792a5a6fd6034e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:30:31 +0000 Subject: [PATCH] chore(deps): bump @next/third-parties from 14.2.20 to 14.2.21 (#205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 14.2.20 to 14.2.21.
Release notes

Sourced from @​next/third-parties's releases.

v14.2.21

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

Misc Changes

Credits

Huge thanks to @​unstubbable, @​ztanner, and @​styfle for helping!

Commits

Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | @next/third-parties | [>= 15.a, < 16] |
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@next/third-parties&package-manager=npm_and_yarn&previous-version=14.2.20&new-version=14.2.21)](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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea8cb48..ad3a4f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@docsearch/react": "^3.8.2", "@giscus/react": "^3.0.0", - "@next/third-parties": "^14.2.20", + "@next/third-parties": "^14.2.21", "@vercel/analytics": "^1.4.1", "@vercel/speed-insights": "^1.1.0", "gray-matter": "^4.0.3", @@ -1276,9 +1276,9 @@ } }, "node_modules/@next/third-parties": { - "version": "14.2.20", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.20.tgz", - "integrity": "sha512-Fpoq6DK/IcblMri0PzLT4x/b8lljgm0D+FVcdbvqaV+JuUT1qJsFvo+2+a4adiabQsTOWP0h8Pq4IivBLUCJOQ==", + "version": "14.2.21", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.21.tgz", + "integrity": "sha512-Q45S8E3pABEoN3bN/s5eHGgcSNqB/ys7cstGaO9C5W5WB1z3iUVzs+eZ1iBIq2B1HbWmgKZzp1vLfvNbyJGAOA==", "dependencies": { "third-party-capital": "1.0.20" }, diff --git a/package.json b/package.json index 3f62ba5..7541513 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@docsearch/react": "^3.8.2", "@giscus/react": "^3.0.0", - "@next/third-parties": "^14.2.20", + "@next/third-parties": "^14.2.21", "@vercel/analytics": "^1.4.1", "@vercel/speed-insights": "^1.1.0", "gray-matter": "^4.0.3",