diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index b2e87511..04c72586 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.1", + "@fontsource/open-sans": "^5.2.5", "@lingui/core": "^5.2.0", "@lingui/react": "^5.2.0", "@mantine/core": "^7.17.1", @@ -1301,9 +1301,9 @@ "license": "MIT" }, "node_modules/@fontsource/open-sans": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@fontsource/open-sans/-/open-sans-5.2.1.tgz", - "integrity": "sha512-q60M4DmQBwJQfGVyKeh/xQbrk1BkvEauFW9pokqMN03Wfdd6lsAHQM3wF4e76plD54YrOthz1pCStdCb9gtjhQ==", + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@fontsource/open-sans/-/open-sans-5.2.5.tgz", + "integrity": "sha512-f0Ww6H+LB6GXA8UCgqs90h4djVttu3quH/1+wkfUY8b09mG1ESn4ACRBHYY78bsoeDXpaCyZh7eoGROBWplvAQ==", "license": "OFL-1.1", "funding": { "url": "https://github.com/sponsors/ayuhito" diff --git a/commafeed-client/package.json b/commafeed-client/package.json index b98050cc..277b2298 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.1", + "@fontsource/open-sans": "^5.2.5", "@lingui/core": "^5.2.0", "@lingui/react": "^5.2.0", "@mantine/core": "^7.17.1",