From 5d60650d55350d88b68cbfbaf3e8d2976c4964f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Mar 2025 07:11:38 +0000 Subject: [PATCH] fix: upgrade @next/font from 13.1.2 to 13.5.8 Snyk has created this PR to upgrade @next/font from 13.1.2 to 13.5.8. See this package in npm: @next/font See this project in Snyk: https://app.snyk.io/org/sumansaurabh/project/c87d3dae-a8f8-4049-9433-a77d400aed2f?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../client/package-lock.json | 15 ++++++++------- .../nextjs-with-flask-server/client/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/apps/file-q-and-a/nextjs-with-flask-server/client/package-lock.json b/apps/file-q-and-a/nextjs-with-flask-server/client/package-lock.json index 5f03816feb..f869f3cba0 100644 --- a/apps/file-q-and-a/nextjs-with-flask-server/client/package-lock.json +++ b/apps/file-q-and-a/nextjs-with-flask-server/client/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.13", - "@next/font": "13.1.2", + "@next/font": "^13.5.8", "@tailwindcss/line-clamp": "^0.4.2", "@tailwindcss/typography": "^0.5.9", "@types/formidable": "^2.0.5", @@ -141,9 +141,10 @@ } }, "node_modules/@next/font": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/@next/font/-/font-13.1.2.tgz", - "integrity": "sha512-NXGXGFGiOKEnvBIHq9cdFTKbHO2/4B3Zd9K27M7j1DioIQVar7oVRqZMYs0h3XMVEZLwjjkdAtqRPCzzd3RtXg==" + "version": "13.5.8", + "resolved": "https://registry.npmjs.org/@next/font/-/font-13.5.8.tgz", + "integrity": "sha512-ITORq3Sw95OWNxUxgLICXKmeKFh7K5d+w1v+vO4cOZz6i2taUer/77zVxTZExmk72bD9P5lahkgunjS8ej24DA==", + "license": "MIT" }, "node_modules/@next/swc-android-arm-eabi": { "version": "13.1.2", @@ -5427,9 +5428,9 @@ } }, "@next/font": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/@next/font/-/font-13.1.2.tgz", - "integrity": "sha512-NXGXGFGiOKEnvBIHq9cdFTKbHO2/4B3Zd9K27M7j1DioIQVar7oVRqZMYs0h3XMVEZLwjjkdAtqRPCzzd3RtXg==" + "version": "13.5.8", + "resolved": "https://registry.npmjs.org/@next/font/-/font-13.5.8.tgz", + "integrity": "sha512-ITORq3Sw95OWNxUxgLICXKmeKFh7K5d+w1v+vO4cOZz6i2taUer/77zVxTZExmk72bD9P5lahkgunjS8ej24DA==" }, "@next/swc-android-arm-eabi": { "version": "13.1.2", diff --git a/apps/file-q-and-a/nextjs-with-flask-server/client/package.json b/apps/file-q-and-a/nextjs-with-flask-server/client/package.json index 18a46d2f7a..6222d77baf 100644 --- a/apps/file-q-and-a/nextjs-with-flask-server/client/package.json +++ b/apps/file-q-and-a/nextjs-with-flask-server/client/package.json @@ -11,7 +11,7 @@ "dependencies": { "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.13", - "@next/font": "13.1.2", + "@next/font": "13.5.8", "@tailwindcss/line-clamp": "^0.4.2", "@tailwindcss/typography": "^0.5.9", "@types/formidable": "^2.0.5",