From 9bcdbc358e0e2603beac1c6a72561cdb45f31910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 09:04:59 +0000 Subject: [PATCH 1/2] build(deps): bump @fontsource/roboto in /services/idp Bumps [@fontsource/roboto](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto) from 5.1.0 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/roboto) --- updated-dependencies: - dependency-name: "@fontsource/roboto" dependency-version: 5.2.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/idp/package.json | 2 +- services/idp/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/services/idp/package.json b/services/idp/package.json index 457a6866e5..1edf0f9d34 100644 --- a/services/idp/package.json +++ b/services/idp/package.json @@ -71,7 +71,7 @@ ] }, "dependencies": { - "@fontsource/roboto": "^5.1.0", + "@fontsource/roboto": "^5.2.5", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@testing-library/jest-dom": "^6.6.3", diff --git a/services/idp/pnpm-lock.yaml b/services/idp/pnpm-lock.yaml index a60cb1bd9a..4e9cbfd323 100644 --- a/services/idp/pnpm-lock.yaml +++ b/services/idp/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: .: dependencies: '@fontsource/roboto': - specifier: ^5.1.0 - version: 5.1.0 + specifier: ^5.2.5 + version: 5.2.5 '@material-ui/core': specifier: ^4.12.4 version: 4.12.4(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) @@ -1427,8 +1427,8 @@ packages: resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} engines: {node: ^10.12.0 || >=12.0.0} - '@fontsource/roboto@5.1.0': - resolution: {integrity: sha512-cFRRC1s6RqPygeZ8Uw/acwVHqih8Czjt6Q0MwoUoDe9U3m4dH1HmNDRBZyqlMSFwgNAUKgFImncKdmDHyKpwdg==} + '@fontsource/roboto@5.2.5': + resolution: {integrity: sha512-70r2UZ0raqLn5W+sPeKhqlf8wGvUXFWlofaDlcbt/S3d06+17gXKr3VNqDODB0I1ASme3dGT5OJj9NABt7OTZQ==} '@gluejs/glue@0.3.0': resolution: {integrity: sha512-byvFoZCbZW+A3Pg8JUU+8FjoPuF5l1v7mDeLJQP/YSeEcEDiD/YdUKLBUapPrcuyxclrtS8+peX4cxkh6awwTw==} @@ -7682,7 +7682,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@fontsource/roboto@5.1.0': {} + '@fontsource/roboto@5.2.5': {} '@gluejs/glue@0.3.0': {} From 448755d14949f04d67ddf467e6482ecc179f5f0b Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 4 Jun 2025 16:23:30 +0200 Subject: [PATCH 2/2] idp license-checker: Add OFL (SIL Open Font License) to the accept list --- services/idp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/idp/package.json b/services/idp/package.json index 1edf0f9d34..60b7207bc8 100644 --- a/services/idp/package.json +++ b/services/idp/package.json @@ -7,7 +7,7 @@ "analyze": "source-map-explorer 'build/static/js/*.js'", "build": "node --openssl-legacy-provider scripts/build.js && rm -f build/service-worker.js", "licenses": "NODE_PATH=./node_modules node ../scripts/js-license-ranger.js", - "licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;Public Domain;Unicode-TOU;Unlicense;WTFPL;ODC-By-1.0;BlueOak-1.0.0' --excludePackages 'identifier;kpop;unicoderegexp' --clarificationsFile license-checker-clarifications.json", + "licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;Public Domain;Unicode-TOU;Unlicense;WTFPL;ODC-By-1.0;BlueOak-1.0.0;OFL-1.1' --excludePackages 'identifier;kpop;unicoderegexp' --clarificationsFile license-checker-clarifications.json", "licenses:csv": "license-checker-rseidelsohn --relativeLicensePath --csv --out ../../third-party-licenses/node/idp/third-party-licenses.csv", "licenses:save": "license-checker-rseidelsohn --relativeLicensePath --out /dev/null --files ../../third-party-licenses/node/idp/third-party-licenses", "lint": "eslint ./**/*.{tsx,ts,jsx,js}",