diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 96992cf2..bc05ff23 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.0", + "@fontsource/open-sans": "^5.2.1", "@lingui/core": "^5.2.0", "@lingui/react": "^5.2.0", "@mantine/core": "^7.17.1", @@ -1302,10 +1302,13 @@ "license": "MIT" }, "node_modules/@fontsource/open-sans": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@fontsource/open-sans/-/open-sans-5.2.0.tgz", - "integrity": "sha512-VBulRIELfeXCZknVvU5XXdBnG7G3RalD4Sp5+6Llk6Uzm8xa1Fct9kI8F0d7ROjtg2bB7gY4zjhc/DQwSXETmQ==", - "license": "OFL-1.1" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@fontsource/open-sans/-/open-sans-5.2.1.tgz", + "integrity": "sha512-q60M4DmQBwJQfGVyKeh/xQbrk1BkvEauFW9pokqMN03Wfdd6lsAHQM3wF4e76plD54YrOthz1pCStdCb9gtjhQ==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } }, "node_modules/@isaacs/cliui": { "version": "8.0.2", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 15830970..bf443545 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.0", + "@fontsource/open-sans": "^5.2.1", "@lingui/core": "^5.2.0", "@lingui/react": "^5.2.0", "@mantine/core": "^7.17.1",