From 158d616d6d2a04f34246019010077ced7dd253f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:17:39 +0200 Subject: [PATCH] build(deps): bump the fontsource group across 1 directory with 2 updates (#3197) Bumps the fontsource group with 2 updates in the /frontend directory: [@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.0.19 to 5.1.0 - [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/inconsolata/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inconsolata) Updates `@fontsource/inter` from 5.0.20 to 5.1.0 - [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/inter/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9be203059..a9683e431 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.0.19", - "@fontsource/inter": "^5.0.20", + "@fontsource/inconsolata": "^5.1.0", + "@fontsource/inter": "^5.1.0", "@radix-ui/react-collapsible": "1.0.3", "@radix-ui/react-dialog": "^1.0.5", "@tanstack/react-router": "^1.57.15", @@ -3206,14 +3206,14 @@ "integrity": "sha512-sTcG+QZ6fdEUObICavU+aB3Mp8HY4n14wYHdxK4fXjPmv3PXZZeY5RaguJmGyeH/CJQhX3fqKUtS4qc1LoHwhQ==" }, "node_modules/@fontsource/inconsolata": { - "version": "5.0.19", - "resolved": "https://registry.npmjs.org/@fontsource/inconsolata/-/inconsolata-5.0.19.tgz", - "integrity": "sha512-ic9jGe3z8ultxdu8P5t0Zr1VarqR//Wl3KrqXWvrgFNG3eEsOjnFLeZpdEO2UblFjifK0R/U3OdlLjQb2VzUiw==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@fontsource/inconsolata/-/inconsolata-5.1.0.tgz", + "integrity": "sha512-vYPdG3R46MhK+99De8e8MMyNad5BAb1oTnHMpojlctZyWJIcin8bKHFPUpQSNRhZ4HQL/+DCW+RTiG2RbnweTw==" }, "node_modules/@fontsource/inter": { - "version": "5.0.20", - "resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.0.20.tgz", - "integrity": "sha512-rtw2F7xfM7rJmmnncXnR4ADr5wXsp4GyN1O1jmQJ1PMjAK+bm620/ZkQkeOYOkGoa09OksGinOeMA+Mkt6K9PQ==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.1.0.tgz", + "integrity": "sha512-zKZR3kf1G0noIes1frLfOHP5EXVVm0M7sV/l9f/AaYf+M/DId35FO4LkigWjqWYjTJZGgplhdv4cB+ssvCqr5A==" }, "node_modules/@graphql-codegen/add": { "version": "5.0.3", diff --git a/frontend/package.json b/frontend/package.json index 36a892b0e..34498e931 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,8 +17,8 @@ "i18n": "i18next" }, "dependencies": { - "@fontsource/inconsolata": "^5.0.19", - "@fontsource/inter": "^5.0.20", + "@fontsource/inconsolata": "^5.1.0", + "@fontsource/inter": "^5.1.0", "@radix-ui/react-collapsible": "1.0.3", "@radix-ui/react-dialog": "^1.0.5", "@tanstack/react-router": "^1.57.15",