From 54218ed11478ca1bf38ed8549a8e97d2eba14fa6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 09:45:29 +0000 Subject: [PATCH] fix: upgrade @fontsource-variable/roboto-mono from 5.1.1 to 5.2.5 Snyk has created this PR to upgrade @fontsource-variable/roboto-mono from 5.1.1 to 5.2.5. See this package in npm: @fontsource-variable/roboto-mono See this project in Snyk: https://app.snyk.io/org/josecelano/project/2e0ba13c-7992-4050-8237-1bcee5839d90?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5d5cf3..39538cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "torrust-website", "version": "1.0.0", "dependencies": { - "@fontsource-variable/roboto-mono": "^5.1.0", + "@fontsource-variable/roboto-mono": "^5.2.5", "@fontsource-variable/roboto-slab": "^5.1.1", "@iconify/svelte": "^4.2.0", "@tailwindcss/container-queries": "^0.1.1", @@ -794,10 +794,13 @@ "license": "MIT" }, "node_modules/@fontsource-variable/roboto-mono": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@fontsource-variable/roboto-mono/-/roboto-mono-5.1.1.tgz", - "integrity": "sha512-5oZ4r3khknJVqooNtgi8QKRROJtbFhSptnpqBfbST0VGP1iIOcfmU1FIxoQFpCDjwPpx6oHQcTBF02JuI9094A==", - "license": "Apache-2.0" + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@fontsource-variable/roboto-mono/-/roboto-mono-5.2.5.tgz", + "integrity": "sha512-JsvF7AvjgqGBKCtVuBE5rdYrTdx8yY61Ralo0n6wnlWLCtYAHnj7NjHmpWWvSq9ROKByRfropM7VyeO0a66M3Q==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } }, "node_modules/@fontsource-variable/roboto-slab": { "version": "5.1.1", diff --git a/package.json b/package.json index f3a8368..df03ea1 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "vite-plugin-imagemin": "^0.6.1" }, "dependencies": { - "@fontsource-variable/roboto-mono": "^5.1.0", + "@fontsource-variable/roboto-mono": "^5.2.5", "@fontsource-variable/roboto-slab": "^5.1.1", "@iconify/svelte": "^4.2.0", "@tailwindcss/container-queries": "^0.1.1",