From a0becca5d145e5b61cda07cb4acced1708bf28c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:29:00 +0000 Subject: [PATCH] chore(deps): bump @next/third-parties from 14.2.18 to 14.2.19 (#181) Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 14.2.18 to 14.2.19. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.19/packages/third-parties) --- updated-dependencies: - dependency-name: "@next/third-parties" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e0685b..2215c8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@docsearch/react": "^3.8.0", "@giscus/react": "^3.0.0", - "@next/third-parties": "^14.2.18", + "@next/third-parties": "^14.2.19", "@vercel/analytics": "^1.4.1", "@vercel/speed-insights": "^1.1.0", "gray-matter": "^4.0.3", @@ -1304,9 +1304,10 @@ } }, "node_modules/@next/third-parties": { - "version": "14.2.18", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.18.tgz", - "integrity": "sha512-GMKDCbef/qQ3wTg37w85vARtR9JRxDq4ft+MSu1QZTZK/fzxkmGfLwQZN6k72umZZSNAtn3mTBcmbqWYS06xmQ==", + "version": "14.2.19", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.19.tgz", + "integrity": "sha512-NH+4iNDfDHADok3t72lzHyd7dqAg5OceCGrNmyx9Xz3yKLi2pGBmQORb8vTznsIqO5cL0yB6kAfYlunFc+197g==", + "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" }, diff --git a/package.json b/package.json index 866d7b3..d4da177 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@docsearch/react": "^3.8.0", "@giscus/react": "^3.0.0", - "@next/third-parties": "^14.2.18", + "@next/third-parties": "^14.2.19", "@vercel/analytics": "^1.4.1", "@vercel/speed-insights": "^1.1.0", "gray-matter": "^4.0.3",