From 8568a294613d6c89e4cd2f033476a5ed159b47ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:44:18 +0000 Subject: [PATCH] fix(deps): update dependency @fontsource/open-sans to ^5.2.7 --- commafeed-client/package-lock.json | 8 ++++---- commafeed-client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index b437ad2b..cbd9b35a 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@emotion/react": "^11.14.0", - "@fontsource/open-sans": "^5.2.6", + "@fontsource/open-sans": "^5.2.7", "@lingui/core": "^5.5.0", "@lingui/react": "^5.5.0", "@mantine/core": "^8.3.1", @@ -1331,9 +1331,9 @@ "license": "MIT" }, "node_modules/@fontsource/open-sans": { - "version": "5.2.6", - "resolved": "https://registry.npmjs.org/@fontsource/open-sans/-/open-sans-5.2.6.tgz", - "integrity": "sha512-mnfnUmBWQ+J220gqbibbzmKcc1kawV+lb3/Pspzu+Opnxza12oUffIg0ufG8g+3j1fnSznEWgyNV40MjtmJj6g==", + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/@fontsource/open-sans/-/open-sans-5.2.7.tgz", + "integrity": "sha512-8yfgDYjE5O0vmTPdrcjV35y4yMnctsokmi9gN49Gcsr0sjzkMkR97AnKDe6OqZh2SFkYlR28fxOvi21bYEgMSw==", "license": "OFL-1.1", "funding": { "url": "https://github.com/sponsors/ayuhito" diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 2b6e18b2..f146ecb1 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@emotion/react": "^11.14.0", - "@fontsource/open-sans": "^5.2.6", + "@fontsource/open-sans": "^5.2.7", "@lingui/core": "^5.5.0", "@lingui/react": "^5.5.0", "@mantine/core": "^8.3.1",