From 0e7fe8221f1f7ee6d3e1868013fd4b1d1dc2b93b Mon Sep 17 00:00:00 2001 From: SHAES Farm <60716043+shaes-farm@users.noreply.github.com> Date: Wed, 30 Aug 2023 06:02:32 -0400 Subject: [PATCH] fix: upgrade @fontsource/roboto from 5.0.7 to 5.0.8 (#48) Snyk has created this PR to upgrade @fontsource/roboto from 5.0.7 to 5.0.8. See this package in npm: https://www.npmjs.com/package/@fontsource/roboto See this project in Snyk: https://app.snyk.io/org/shaes-farm/project/7d5a512f-f0e7-4032-b369-1e85907000ce?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot Co-authored-by: Ted Byrd <118465412+ted-byrd@users.noreply.github.com> --- example/package-lock.json | 8 ++++---- example/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index de115fb..6d346a5 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@faker-js/faker": "^8.0.2", - "@fontsource/roboto": "^5.0.7", + "@fontsource/roboto": "^5.0.8", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.3", "@shaes-farm/mui-mas": "file:..", @@ -22111,9 +22111,9 @@ } }, "node_modules/@fontsource/roboto": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.7.tgz", - "integrity": "sha512-Hcl5xloy9PH+hCGnKTl9Xg7SOXbvSFIg+AW2JZ5qrsAZBI9IEC4kwma6D/aTl9ywvsdEp+7TeVT2fmFImXyHTw==" + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.8.tgz", + "integrity": "sha512-XxPltXs5R31D6UZeLIV1td3wTXU3jzd3f2DLsXI8tytMGBkIsGcc9sIyiupRtA8y73HAhuSCeweOoBqf6DbWCA==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.10", diff --git a/example/package.json b/example/package.json index 71bdfd5..47d1221 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@faker-js/faker": "^8.0.2", - "@fontsource/roboto": "^5.0.7", + "@fontsource/roboto": "^5.0.8", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.3", "@shaes-farm/mui-mas": "file:..",