From 6ba712feced5f2895bb00a389ec2fd3b46549cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:36:23 +0000 Subject: [PATCH] build(deps): bump the fontsource group in /frontend with 2 updates Bumps the fontsource group in /frontend with 2 updates: [@fontsource/inconsolata](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/inconsolata) and [@fontsource/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/inter). Updates `@fontsource/inconsolata` from 5.1.1 to 5.2.5 - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inconsolata) Updates `@fontsource/inter` from 5.1.1 to 5.2.5 - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inter) --- updated-dependencies: - dependency-name: "@fontsource/inconsolata" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fontsource - dependency-name: "@fontsource/inter" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fontsource ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 26 ++++++++++++++++---------- frontend/package.json | 4 ++-- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 44e87338e..7c6427cb3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,8 +8,8 @@ "name": "mas-frontend", "version": "0.0.0", "dependencies": { - "@fontsource/inconsolata": "^5.1.1", - "@fontsource/inter": "^5.1.1", + "@fontsource/inconsolata": "^5.2.5", + "@fontsource/inter": "^5.2.5", "@radix-ui/react-collapsible": "^1.1.3", "@radix-ui/react-dialog": "^1.1.6", "@tanstack/react-query": "^5.66.9", @@ -1883,16 +1883,22 @@ "license": "MIT" }, "node_modules/@fontsource/inconsolata": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@fontsource/inconsolata/-/inconsolata-5.1.1.tgz", - "integrity": "sha512-jLLMagEJURTae5J30gehIsXRv96vjQ0XlALGxZC7DERWPqsJTa0oSsZR8k6IJfizU4ZeRl/aKWpZca2Lo3TvSg==", - "license": "OFL-1.1" + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@fontsource/inconsolata/-/inconsolata-5.2.5.tgz", + "integrity": "sha512-OvzkZY5qYghv/jEV6cfGZzFhdFTvSnU+ExPC7WcZ7w8PdRhtiu/SpcBWOBt+3LXgS0n9qyepgq4zZmxlDTlGGQ==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } }, "node_modules/@fontsource/inter": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.1.1.tgz", - "integrity": "sha512-weN3E+rq0Xb3Z93VHJ+Rc7WOQX9ETJPTAJ+gDcaMHtjft67L58sfS65rAjC5tZUXQ2FdZ/V1/sSzCwZ6v05kJw==", - "license": "OFL-1.1" + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.2.5.tgz", + "integrity": "sha512-kbsPKj0S4p44JdYRFiW78Td8Ge2sBVxi/PIBwmih+RpSXUdvS9nbs1HIiuUSPtRMi14CqLEZ/fbk7dj7vni1Sg==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } }, "node_modules/@graphql-codegen/add": { "version": "5.0.3", diff --git a/frontend/package.json b/frontend/package.json index fe1c5811e..837fcdc22 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,8 +18,8 @@ "knip": "knip" }, "dependencies": { - "@fontsource/inconsolata": "^5.1.1", - "@fontsource/inter": "^5.1.1", + "@fontsource/inconsolata": "^5.2.5", + "@fontsource/inter": "^5.2.5", "@radix-ui/react-collapsible": "^1.1.3", "@radix-ui/react-dialog": "^1.1.6", "@tanstack/react-query": "^5.66.9",