From 43f3f0012b297893d70c75ac13c2d39a98126cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 21:06:52 +0000 Subject: [PATCH] Bump @next/font from 13.5.4 to 14.0.1 Bumps [@next/font](https://github.com/vercel/next.js/tree/HEAD/packages/font) from 13.5.4 to 14.0.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/v14.0.1/packages/font) --- updated-dependencies: - dependency-name: "@next/font" dependency-type: direct:production update-type: version-update:semver-major ... 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 bed5b5e..bfb72ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@mantine/hooks": "^7.0.2", - "@next/font": "^13.5.4", + "@next/font": "^14.0.1", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-slot": "^1.0.2", @@ -288,9 +288,9 @@ } }, "node_modules/@next/font": { - "version": "13.5.4", - "resolved": "https://registry.npmjs.org/@next/font/-/font-13.5.4.tgz", - "integrity": "sha512-rOMki1/9BP9N93RZABiiF0EidMGgyCvNVSKvLLAnMkVh/IYk4Z827+NRuxCyRQCeT3vv/AeCiP5SFPAP10SPrQ==" + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@next/font/-/font-14.0.1.tgz", + "integrity": "sha512-Kbhhjn7Fj/YoZcRtUb6RuLm/2JffH76fbLiFnV4EGkq6wRUAVA5bwbpI1D9KgmvSyaC2taWnmIuMFpTWl9Q92Q==" }, "node_modules/@next/swc-darwin-arm64": { "version": "13.5.4", diff --git a/package.json b/package.json index 717425f..bf8983c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@mantine/hooks": "^7.0.2", - "@next/font": "^13.5.4", + "@next/font": "^14.0.1", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-slot": "^1.0.2",