From 756e191658b043784695aaf0073f2ae1dccad52a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:20:54 +0000 Subject: [PATCH] Bump @next/third-parties from 15.1.7 to 15.3.0 Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 15.1.7 to 15.3.0. - [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.0/packages/third-parties) --- updated-dependencies: - dependency-name: "@next/third-parties" dependency-version: 15.3.0 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..2a55ff7 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.0", "@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.0", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.3.0.tgz", + "integrity": "sha512-fHgeIG5Pf/kW2Yi3man7r4y2f3uYA2sKIA9ylBvD/q9kg8sNWODBm4pYRatdIGosNkHZjVoNUlK85AQ0SP3Rkw==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" diff --git a/package.json b/package.json index b988346..3019dab 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.0", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dropdown-menu": "^2.1.6", "@radix-ui/react-label": "^2.1.2",