From ae6531017e3658d035c06dc416e79327151075fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:30:43 +1100 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Actions:=20Bump=20azur?= =?UTF-8?q?e/login=20from=201=20to=202=20(#2257)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :arrow_up: Actions: Bump azure/login from 1 to 2 Bumps [azure/login](https://github.com/azure/login) from 1 to 2. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main-build-and-deploy.yml | 2 +- .github/workflows/main-infra.yml | 2 +- .github/workflows/pr-close-delete-env.yml | 2 +- .github/workflows/pr-main-infra-check.yml | 2 +- .github/workflows/template-build.yml | 2 +- .github/workflows/template-delete-acr-image.yml | 2 +- .github/workflows/weekly-acr-images-cleanup.yml | 2 +- .github/workflows/weekly-slots-cleanup.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main-build-and-deploy.yml b/.github/workflows/main-build-and-deploy.yml index 2fe003b6a5..f8551bb8ed 100644 --- a/.github/workflows/main-build-and-deploy.yml +++ b/.github/workflows/main-build-and-deploy.yml @@ -111,7 +111,7 @@ jobs: load-mode: strict - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/main-infra.yml b/.github/workflows/main-infra.yml index 02e65a4da2..4bfc287f03 100644 --- a/.github/workflows/main-infra.yml +++ b/.github/workflows/main-infra.yml @@ -37,7 +37,7 @@ jobs: az bicep build --file ${{ env.BICEP_PATH }} - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/pr-close-delete-env.yml b/.github/workflows/pr-close-delete-env.yml index 79129b7852..406ccc4042 100644 --- a/.github/workflows/pr-close-delete-env.yml +++ b/.github/workflows/pr-close-delete-env.yml @@ -62,7 +62,7 @@ jobs: path: ./.github - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/pr-main-infra-check.yml b/.github/workflows/pr-main-infra-check.yml index 84b234c34e..bcb1aee236 100644 --- a/.github/workflows/pr-main-infra-check.yml +++ b/.github/workflows/pr-main-infra-check.yml @@ -40,7 +40,7 @@ jobs: az bicep build --file ${{ env.BICEP_PATH }} - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/template-build.yml b/.github/workflows/template-build.yml index 2a12d09b89..2e04180c0a 100644 --- a/.github/workflows/template-build.yml +++ b/.github/workflows/template-build.yml @@ -48,7 +48,7 @@ jobs: echo "date=$(Get-Date -Format yyyy-MM-ddThh:mm:ssZ -AsUtc)" >> $env:GITHUB_OUTPUT - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/template-delete-acr-image.yml b/.github/workflows/template-delete-acr-image.yml index a547ebff33..704d419e32 100644 --- a/.github/workflows/template-delete-acr-image.yml +++ b/.github/workflows/template-delete-acr-image.yml @@ -59,7 +59,7 @@ jobs: path: ./.github - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/weekly-acr-images-cleanup.yml b/.github/workflows/weekly-acr-images-cleanup.yml index f28b49ff1c..2c4783ffd0 100644 --- a/.github/workflows/weekly-acr-images-cleanup.yml +++ b/.github/workflows/weekly-acr-images-cleanup.yml @@ -32,7 +32,7 @@ jobs: path: ./.github - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} diff --git a/.github/workflows/weekly-slots-cleanup.yml b/.github/workflows/weekly-slots-cleanup.yml index 1cb6033541..f0d555cd6b 100644 --- a/.github/workflows/weekly-slots-cleanup.yml +++ b/.github/workflows/weekly-slots-cleanup.yml @@ -33,7 +33,7 @@ jobs: path: ./.github - name: Azure CLI - Login - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} From 49001204d64f3c93d8f28b92a2000416f5b76271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:40:15 +1100 Subject: [PATCH 2/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20NPM:=20Bump=20classnam?= =?UTF-8?q?es=20from=202.3.2=20to=202.5.1=20(#2262)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :arrow_up: NPM: Bump classnames from 2.3.2 to 2.5.1 Bumps [classnames](https://github.com/JedWatson/classnames) from 2.3.2 to 2.5.1. - [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/compare/v2.3.2...v2.5.1) --- updated-dependencies: - dependency-name: classnames dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 462 ++++++++++++++++++++++++------------------------- 2 files changed, 231 insertions(+), 233 deletions(-) diff --git a/package.json b/package.json index 29d15164e1..dd65d1f65b 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "aos": "^2.3.4", "applicationinsights": "^2.9.1", "axios": "^1.6.7", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "dayjs": "^1.11.10", "dotenv": "^16.4.4", "eslint-config-next": "14.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index be1087e537..a7c7079850 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,233 +7,231 @@ settings: overrides: final-form: 4.20.1 -importers: - - .: - dependencies: - '@azure/msal-node': - specifier: ^2.3.0 - version: 2.3.0 - '@fortawesome/fontawesome-svg-core': - specifier: ^6.5.1 - version: 6.5.1 - '@headlessui/react': - specifier: ^1.7.17 - version: 1.7.17(react-dom@18.2.0)(react@18.2.0) - '@headlessui/tailwindcss': - specifier: ^0.2.0 - version: 0.2.0(tailwindcss@3.4.1) - '@heroicons/react': - specifier: ^2.1.1 - version: 2.1.1(react@18.2.0) - '@microsoft/applicationinsights-react-js': - specifier: 17.1.0 - version: 17.1.0(history@5.3.0)(react@18.2.0)(tslib@2.6.2) - '@microsoft/applicationinsights-web': - specifier: 3.1.0 - version: 3.1.0(tslib@2.6.2) - '@next/bundle-analyzer': - specifier: ^14.0.4 - version: 14.0.4 - '@tailwindcss/typography': - specifier: ^0.5.10 - version: 0.5.10(tailwindcss@3.4.1) - animate-css-grid: - specifier: ^1.5.1 - version: 1.5.1 - aos: - specifier: ^2.3.4 - version: 2.3.4 - applicationinsights: - specifier: ^2.9.1 - version: 2.9.1 - axios: - specifier: ^1.6.7 - version: 1.6.7 - classnames: - specifier: ^2.3.2 - version: 2.3.2 - dayjs: - specifier: ^1.11.10 - version: 1.11.10 - dotenv: - specifier: ^16.4.4 - version: 16.4.4 - eslint-config-next: - specifier: 14.1.2 - version: 14.1.2(eslint@8.56.0)(typescript@5.3.3) - formik: - specifier: ^2.4.5 - version: 2.4.5(react@18.2.0) - keyboardjs: - specifier: ^2.7.0 - version: 2.7.0 - next: - specifier: 14.1.2 - version: 14.1.2(@babel/core@7.23.2)(@opentelemetry/api@1.6.0)(react-dom@18.2.0)(react@18.2.0) - next-seo: - specifier: ^6.4.0 - version: 6.4.0(next@14.1.2)(react-dom@18.2.0)(react@18.2.0) - nextjs-breadcrumbs2: - specifier: ^2.0.4 - version: 2.0.4(next@14.1.2)(react@18.2.0) - node-cache: - specifier: ^5.1.2 - version: 5.1.2 - react: - specifier: 18.2.0 - version: 18.2.0 - react-device-detect: - specifier: ^2.2.3 - version: 2.2.3(react-dom@18.2.0)(react@18.2.0) - react-dom: - specifier: 18.2.0 - version: 18.2.0(react@18.2.0) - react-google-recaptcha: - specifier: ^3.1.0 - version: 3.1.0(react@18.2.0) - react-hotkeys-hook: - specifier: ^4.4.4 - version: 4.4.4(react-dom@18.2.0)(react@18.2.0) - react-icons: - specifier: ^5.0.1 - version: 5.0.1(react@18.2.0) - react-jotform: - specifier: ^1.0.2 - version: 1.0.2(react-dom@18.2.0)(react@18.2.0) - react-responsive-carousel: - specifier: ^3.2.23 - version: 3.2.23 - react-responsive-modal: - specifier: ^6.4.2 - version: 6.4.2(react-dom@18.2.0)(react@18.2.0) - react-toastify: - specifier: ^10.0.4 - version: 10.0.4(react-dom@18.2.0)(react@18.2.0) - react-tooltip: - specifier: ^5.26.3 - version: 5.26.3(react-dom@18.2.0)(react@18.2.0) - react-use: - specifier: ^17.5.0 - version: 17.5.0(react-dom@18.2.0)(react@18.2.0) - schema-dts: - specifier: ^1.1.2 - version: 1.1.2(typescript@5.3.3) - sharp: - specifier: ^0.33.2 - version: 0.33.2 - ssw.megamenu: - specifier: ^4.2.2 - version: 4.2.2(react-dom@18.2.0)(react@18.2.0) - tailwind-merge: - specifier: ^2.2.1 - version: 2.2.1 - tailwindcss: - specifier: 3.4.1 - version: 3.4.1(ts-node@10.9.2) - tailwindcss-gradients: - specifier: ^3.0.0 - version: 3.0.0 - tinacms: - specifier: ^1.5.28 - version: 1.5.28(@babel/core@7.23.2)(@types/react@18.2.55)(react-dom@18.2.0)(react@18.2.0) - typescript: - specifier: ^5.3.3 - version: 5.3.3 - usehooks-ts: - specifier: ^2.15.1 - version: 2.15.1(react@18.2.0) - xss: - specifier: ^1.0.14 - version: 1.0.14 - yup: - specifier: ^0.32.11 - version: 0.32.11 - devDependencies: - '@jest/globals': - specifier: ^29.7.0 - version: 29.7.0 - '@next/eslint-plugin-next': - specifier: 14.1.0 - version: 14.1.0 - '@playwright/test': - specifier: 1.42.1 - version: 1.42.1 - '@svgr/webpack': - specifier: ^8.1.0 - version: 8.1.0(typescript@5.3.3) - '@testing-library/jest-dom': - specifier: ^6.4.2 - version: 6.4.2(@jest/globals@29.7.0)(jest@29.7.0) - '@testing-library/react': - specifier: ^14.2.1 - version: 14.2.1(react-dom@18.2.0)(react@18.2.0) - '@tinacms/cli': - specifier: ^1.5.39 - version: 1.5.39(@babel/core@7.23.2)(@types/node@20.8.7)(@types/react@18.2.55)(react-dom@18.2.0)(react@18.2.0)(ts-node@10.9.2) - '@types/js-cookie': - specifier: ^3.0.6 - version: 3.0.6 - '@types/node': - specifier: ^20.8.7 - version: 20.8.7 - '@types/react': - specifier: ^18.2.55 - version: 18.2.55 - '@typescript-eslint/eslint-plugin': - specifier: ^7.0.0 - version: 7.1.0(@typescript-eslint/parser@7.1.1)(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/parser': - specifier: ^7.1.0 - version: 7.1.1(eslint@8.56.0)(typescript@5.3.3) - autoprefixer: - specifier: ^10.4.18 - version: 10.4.18(postcss@8.4.35) - eslint: - specifier: ^8.56.0 - version: 8.56.0 - eslint-config-prettier: - specifier: ^9.1.0 - version: 9.1.0(eslint@8.56.0) - eslint-plugin-prettier: - specifier: ^5.1.3 - version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.2.5) - eslint-plugin-tailwindcss: - specifier: ^3.14.2 - version: 3.14.2(tailwindcss@3.4.1) - jest: - specifier: ^29.7.0 - version: 29.7.0(@types/node@20.8.7)(ts-node@10.9.2) - jest-environment-jsdom: - specifier: ^29.7.0 - version: 29.7.0 - next-sitemap: - specifier: ^4.2.3 - version: 4.2.3(next@14.1.2) - playwright: - specifier: 1.42.1 - version: 1.42.1 - postcss: - specifier: ^8.4.35 - version: 8.4.35 - postcss-import: - specifier: ^15.1.0 - version: 15.1.0(postcss@8.4.35) - postcss-nesting: - specifier: ^12.0.2 - version: 12.0.2(postcss@8.4.35) - prettier: - specifier: 3.2.5 - version: 3.2.5 - prettier-plugin-tailwindcss: - specifier: ^0.5.11 - version: 0.5.11(prettier@3.2.5) - source-map-explorer: - specifier: ^2.5.3 - version: 2.5.3 - ts-node: - specifier: ^10.9.2 - version: 10.9.2(@types/node@20.8.7)(typescript@5.3.3) +dependencies: + '@azure/msal-node': + specifier: ^2.3.0 + version: 2.3.0 + '@fortawesome/fontawesome-svg-core': + specifier: ^6.5.1 + version: 6.5.1 + '@headlessui/react': + specifier: ^1.7.17 + version: 1.7.17(react-dom@18.2.0)(react@18.2.0) + '@headlessui/tailwindcss': + specifier: ^0.2.0 + version: 0.2.0(tailwindcss@3.4.1) + '@heroicons/react': + specifier: ^2.1.1 + version: 2.1.1(react@18.2.0) + '@microsoft/applicationinsights-react-js': + specifier: 17.1.0 + version: 17.1.0(history@5.3.0)(react@18.2.0)(tslib@2.6.2) + '@microsoft/applicationinsights-web': + specifier: 3.1.0 + version: 3.1.0(tslib@2.6.2) + '@next/bundle-analyzer': + specifier: ^14.0.4 + version: 14.0.4 + '@tailwindcss/typography': + specifier: ^0.5.10 + version: 0.5.10(tailwindcss@3.4.1) + animate-css-grid: + specifier: ^1.5.1 + version: 1.5.1 + aos: + specifier: ^2.3.4 + version: 2.3.4 + applicationinsights: + specifier: ^2.9.1 + version: 2.9.1 + axios: + specifier: ^1.6.7 + version: 1.6.7 + classnames: + specifier: ^2.5.1 + version: 2.5.1 + dayjs: + specifier: ^1.11.10 + version: 1.11.10 + dotenv: + specifier: ^16.4.4 + version: 16.4.4 + eslint-config-next: + specifier: 14.1.2 + version: 14.1.2(eslint@8.56.0)(typescript@5.3.3) + formik: + specifier: ^2.4.5 + version: 2.4.5(react@18.2.0) + keyboardjs: + specifier: ^2.7.0 + version: 2.7.0 + next: + specifier: 14.1.2 + version: 14.1.2(@babel/core@7.23.2)(@opentelemetry/api@1.6.0)(react-dom@18.2.0)(react@18.2.0) + next-seo: + specifier: ^6.4.0 + version: 6.4.0(next@14.1.2)(react-dom@18.2.0)(react@18.2.0) + nextjs-breadcrumbs2: + specifier: ^2.0.4 + version: 2.0.4(next@14.1.2)(react@18.2.0) + node-cache: + specifier: ^5.1.2 + version: 5.1.2 + react: + specifier: 18.2.0 + version: 18.2.0 + react-device-detect: + specifier: ^2.2.3 + version: 2.2.3(react-dom@18.2.0)(react@18.2.0) + react-dom: + specifier: 18.2.0 + version: 18.2.0(react@18.2.0) + react-google-recaptcha: + specifier: ^3.1.0 + version: 3.1.0(react@18.2.0) + react-hotkeys-hook: + specifier: ^4.4.4 + version: 4.4.4(react-dom@18.2.0)(react@18.2.0) + react-icons: + specifier: ^5.0.1 + version: 5.0.1(react@18.2.0) + react-jotform: + specifier: ^1.0.2 + version: 1.0.2(react-dom@18.2.0)(react@18.2.0) + react-responsive-carousel: + specifier: ^3.2.23 + version: 3.2.23 + react-responsive-modal: + specifier: ^6.4.2 + version: 6.4.2(react-dom@18.2.0)(react@18.2.0) + react-toastify: + specifier: ^10.0.4 + version: 10.0.4(react-dom@18.2.0)(react@18.2.0) + react-tooltip: + specifier: ^5.26.3 + version: 5.26.3(react-dom@18.2.0)(react@18.2.0) + react-use: + specifier: ^17.5.0 + version: 17.5.0(react-dom@18.2.0)(react@18.2.0) + schema-dts: + specifier: ^1.1.2 + version: 1.1.2(typescript@5.3.3) + sharp: + specifier: ^0.33.2 + version: 0.33.2 + ssw.megamenu: + specifier: ^4.2.2 + version: 4.2.2(react-dom@18.2.0)(react@18.2.0) + tailwind-merge: + specifier: ^2.2.1 + version: 2.2.1 + tailwindcss: + specifier: 3.4.1 + version: 3.4.1(ts-node@10.9.2) + tailwindcss-gradients: + specifier: ^3.0.0 + version: 3.0.0 + tinacms: + specifier: ^1.5.28 + version: 1.5.28(@babel/core@7.23.2)(@types/react@18.2.55)(react-dom@18.2.0)(react@18.2.0) + typescript: + specifier: ^5.3.3 + version: 5.3.3 + usehooks-ts: + specifier: ^2.15.1 + version: 2.15.1(react@18.2.0) + xss: + specifier: ^1.0.14 + version: 1.0.14 + yup: + specifier: ^0.32.11 + version: 0.32.11 + +devDependencies: + '@jest/globals': + specifier: ^29.7.0 + version: 29.7.0 + '@next/eslint-plugin-next': + specifier: 14.1.0 + version: 14.1.0 + '@playwright/test': + specifier: 1.42.1 + version: 1.42.1 + '@svgr/webpack': + specifier: ^8.1.0 + version: 8.1.0(typescript@5.3.3) + '@testing-library/jest-dom': + specifier: ^6.4.2 + version: 6.4.2(@jest/globals@29.7.0)(jest@29.7.0) + '@testing-library/react': + specifier: ^14.2.1 + version: 14.2.1(react-dom@18.2.0)(react@18.2.0) + '@tinacms/cli': + specifier: ^1.5.39 + version: 1.5.39(@babel/core@7.23.2)(@types/node@20.8.7)(@types/react@18.2.55)(react-dom@18.2.0)(react@18.2.0)(ts-node@10.9.2) + '@types/js-cookie': + specifier: ^3.0.6 + version: 3.0.6 + '@types/node': + specifier: ^20.8.7 + version: 20.8.7 + '@types/react': + specifier: ^18.2.55 + version: 18.2.55 + '@typescript-eslint/eslint-plugin': + specifier: ^7.0.0 + version: 7.1.0(@typescript-eslint/parser@7.1.1)(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/parser': + specifier: ^7.1.0 + version: 7.1.1(eslint@8.56.0)(typescript@5.3.3) + autoprefixer: + specifier: ^10.4.18 + version: 10.4.18(postcss@8.4.35) + eslint: + specifier: ^8.56.0 + version: 8.56.0 + eslint-config-prettier: + specifier: ^9.1.0 + version: 9.1.0(eslint@8.56.0) + eslint-plugin-prettier: + specifier: ^5.1.3 + version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.2.5) + eslint-plugin-tailwindcss: + specifier: ^3.14.2 + version: 3.14.2(tailwindcss@3.4.1) + jest: + specifier: ^29.7.0 + version: 29.7.0(@types/node@20.8.7)(ts-node@10.9.2) + jest-environment-jsdom: + specifier: ^29.7.0 + version: 29.7.0 + next-sitemap: + specifier: ^4.2.3 + version: 4.2.3(next@14.1.2) + playwright: + specifier: 1.42.1 + version: 1.42.1 + postcss: + specifier: ^8.4.35 + version: 8.4.35 + postcss-import: + specifier: ^15.1.0 + version: 15.1.0(postcss@8.4.35) + postcss-nesting: + specifier: ^12.0.2 + version: 12.0.2(postcss@8.4.35) + prettier: + specifier: 3.2.5 + version: 3.2.5 + prettier-plugin-tailwindcss: + specifier: ^0.5.11 + version: 0.5.11(prettier@3.2.5) + source-map-explorer: + specifier: ^2.5.3 + version: 2.5.3 + ts-node: + specifier: ^10.9.2 + version: 10.9.2(@types/node@20.8.7)(typescript@5.3.3) packages: @@ -10231,8 +10229,8 @@ packages: resolution: {integrity: sha512-GzIjNdcEtH4ieA2S8NmrSxv7DfEV5fmixQeyTmqmRmRJPGpRBaSnA2a0VrCjyT8iW8JjEdMbKzDotAJf+ajgaQ==} dev: false - /classnames@2.3.2: - resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} + /classnames@2.5.1: + resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==} dev: false /clean-git-ref@2.0.1: @@ -15970,7 +15968,7 @@ packages: /react-responsive-carousel@3.2.23: resolution: {integrity: sha512-pqJLsBaKHWJhw/ItODgbVoziR2z4lpcJg+YwmRlSk4rKH32VE633mAtZZ9kDXjy4wFO+pgUZmDKPsPe1fPmHCg==} dependencies: - classnames: 2.3.2 + classnames: 2.5.1 prop-types: 15.8.1 react-easy-swipe: 0.0.21 dev: false @@ -15983,7 +15981,7 @@ packages: dependencies: '@bedrock-layout/use-forwarded-ref': 1.6.1(react@18.2.0) body-scroll-lock: 3.1.5 - classnames: 2.3.2 + classnames: 2.5.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -16133,7 +16131,7 @@ packages: react-dom: '>=16.14.0' dependencies: '@floating-ui/dom': 1.6.3 - classnames: 2.3.2 + classnames: 2.5.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false From 8059a8776c68aff39ade192c156b3dec262a084d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:41:49 +0000 Subject: [PATCH 3/3] :arrow_up: NPM: Bump @next/eslint-plugin-next from 14.1.0 to 14.1.3 Bumps [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) from 14.1.0 to 14.1.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.1.3/packages/eslint-plugin-next) --- updated-dependencies: - dependency-name: "@next/eslint-plugin-next" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index dd65d1f65b..f1d46fb7ea 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@jest/globals": "^29.7.0", - "@next/eslint-plugin-next": "14.1.0", + "@next/eslint-plugin-next": "14.1.3", "@playwright/test": "1.42.1", "@svgr/webpack": "^8.1.0", "@testing-library/jest-dom": "^6.4.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a7c7079850..019f46e2cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -152,8 +152,8 @@ devDependencies: specifier: ^29.7.0 version: 29.7.0 '@next/eslint-plugin-next': - specifier: 14.1.0 - version: 14.1.0 + specifier: 14.1.3 + version: 14.1.3 '@playwright/test': specifier: 1.42.1 version: 1.42.1 @@ -3518,18 +3518,18 @@ packages: /@next/env@14.1.2: resolution: {integrity: sha512-U0iEG+JF86j6qyu330sfPgsMmDVH8vWVmzZadl+an5EU3o5HqdNytOpM+HsFpl58PmhGBTKx3UmM9c+eoLK0mA==} - /@next/eslint-plugin-next@14.1.0: - resolution: {integrity: sha512-x4FavbNEeXx/baD/zC/SdrvkjSby8nBn8KcCREqk6UuwvwoAPZmaV8TFCAuo/cpovBRTIY67mHhe86MQQm/68Q==} - dependencies: - glob: 10.3.10 - dev: true - /@next/eslint-plugin-next@14.1.2: resolution: {integrity: sha512-k9h9NfR1joJI48uwdQd/DuOV1mBgcjlmWaX45eAXCFGT96oc+/6SMjO3s7naVtTXqSKjFAgk2GDlW6Hv41ROXQ==} dependencies: glob: 10.3.10 dev: false + /@next/eslint-plugin-next@14.1.3: + resolution: {integrity: sha512-VCnZI2cy77Yaj3L7Uhs3+44ikMM1VD/fBMwvTBb3hIaTIuqa+DmG4dhUDq+MASu3yx97KhgsVJbsas0XuiKyww==} + dependencies: + glob: 10.3.10 + dev: true + /@next/swc-darwin-arm64@14.1.2: resolution: {integrity: sha512-E4/clgk0ZrYMo9eMRwP/4IO/cvXF1yEYSnGcdGfH+NYTR8bNFy76TSlc1Vb2rK3oaQY4BVHRpx8f/sMN/D5gNw==} engines: {node: '>= 10'}