From 1e55bea809261d7b0642919dbd4ab538c259ab07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:36:57 +0000 Subject: [PATCH] Bump @next/third-parties from 15.1.7 to 15.3.1 Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 15.1.7 to 15.3.1. - [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/v15.3.1/packages/third-parties) --- updated-dependencies: - dependency-name: "@next/third-parties" dependency-version: 15.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 de497ee..867793c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@mapbox/mapbox-gl-draw": "^1.5.0", - "@next/third-parties": "^15.1.7", + "@next/third-parties": "^15.3.1", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dropdown-menu": "^2.1.6", "@radix-ui/react-label": "^2.1.2", @@ -1012,9 +1012,9 @@ } }, "node_modules/@next/third-parties": { - "version": "15.1.7", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.1.7.tgz", - "integrity": "sha512-wDAh/gW+WFT7jPYmGEGtNeLC74D8+hu3S6YJOpcfC/6uBMSC7yjh0QW1/RPYKziVnjqe6O4jR0AhbN0uuS8CZw==", + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.3.1.tgz", + "integrity": "sha512-8v1pAtRjcaCbs80qcYLLCrSsECgeSb0WMU0J3pMBYNavG3Y3yQOgFog18nVgiNrNB20HkyrScquWsy8gcdiGRA==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" diff --git a/package.json b/package.json index b988346..b57d34c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@mapbox/mapbox-gl-draw": "^1.5.0", - "@next/third-parties": "^15.1.7", + "@next/third-parties": "^15.3.1", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dropdown-menu": "^2.1.6", "@radix-ui/react-label": "^2.1.2",