diff --git a/.github/workflows/higgs-shop-sample-app-pull-request.yml b/.github/workflows/higgs-shop-sample-app-pull-request.yml index 7b722d7c..96e67822 100644 --- a/.github/workflows/higgs-shop-sample-app-pull-request.yml +++ b/.github/workflows/higgs-shop-sample-app-pull-request.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - node-version: [16.x, 17.x] + node-version: [16.x, 17.x, 18.x] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/core-sdk-samples/higgs-shop-sample-app/package-lock.json b/core-sdk-samples/higgs-shop-sample-app/package-lock.json index 19a25cf1..0287a771 100644 --- a/core-sdk-samples/higgs-shop-sample-app/package-lock.json +++ b/core-sdk-samples/higgs-shop-sample-app/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", - "@fontsource/lato": "^4.5.10", + "@fontsource/lato": "^5.0.20", "@mparticle/web-sdk": "^2.20.0", "@mui/icons-material": "^5.11.11", "@mui/material": "^5.11.13", @@ -2277,8 +2277,9 @@ } }, "node_modules/@fontsource/lato": { - "version": "4.5.10", - "license": "MIT" + "version": "5.0.20", + "resolved": "https://registry.npmjs.org/@fontsource/lato/-/lato-5.0.20.tgz", + "integrity": "sha512-2ej7KDuTFoea6Q2hWjx3Png1+MdNcW4V6l7sw/vNauuxCv9xBIZCmpXnTz9eVdj/5Ui//jiWWiQk57mGwjCNwA==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.8", @@ -15834,7 +15835,9 @@ "version": "8.36.0" }, "@fontsource/lato": { - "version": "4.5.10" + "version": "5.0.20", + "resolved": "https://registry.npmjs.org/@fontsource/lato/-/lato-5.0.20.tgz", + "integrity": "sha512-2ej7KDuTFoea6Q2hWjx3Png1+MdNcW4V6l7sw/vNauuxCv9xBIZCmpXnTz9eVdj/5Ui//jiWWiQk57mGwjCNwA==" }, "@humanwhocodes/config-array": { "version": "0.11.8", diff --git a/core-sdk-samples/higgs-shop-sample-app/package.json b/core-sdk-samples/higgs-shop-sample-app/package.json index d8e0d039..a5edcc02 100644 --- a/core-sdk-samples/higgs-shop-sample-app/package.json +++ b/core-sdk-samples/higgs-shop-sample-app/package.json @@ -5,7 +5,7 @@ "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", - "@fontsource/lato": "^4.5.10", + "@fontsource/lato": "^5.0.20", "@mparticle/web-sdk": "^2.20.0", "@mui/icons-material": "^5.11.11", "@mui/material": "^5.11.13", diff --git a/core-sdk-samples/higgs-shop-sample-app/yarn.lock b/core-sdk-samples/higgs-shop-sample-app/yarn.lock index c7d3264d..f43f4529 100644 --- a/core-sdk-samples/higgs-shop-sample-app/yarn.lock +++ b/core-sdk-samples/higgs-shop-sample-app/yarn.lock @@ -1332,10 +1332,10 @@ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe" integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg== -"@fontsource/lato@^4.5.10": - version "4.5.10" - resolved "https://registry.yarnpkg.com/@fontsource/lato/-/lato-4.5.10.tgz#1ab3d33282e605886e4a8b4c32b1f230a4cb5ea6" - integrity sha512-2hYR6r661Cq9B8zugtu6yxuOKqrVhAgfOSaPSq8XoxbC4ebsl0KOTy/vPoP+9U7JuQVLfrmikirW4a9Z0nDUug== +"@fontsource/lato@^5.0.20": + version "5.0.20" + resolved "https://registry.yarnpkg.com/@fontsource/lato/-/lato-5.0.20.tgz#27721d42112da4da288447f8904e36c8ceef98ee" + integrity sha512-2ej7KDuTFoea6Q2hWjx3Png1+MdNcW4V6l7sw/vNauuxCv9xBIZCmpXnTz9eVdj/5Ui//jiWWiQk57mGwjCNwA== "@humanwhocodes/config-array@^0.11.8": version "0.11.8"