From 13886fd078ce204284e46b40bf025cea081fff67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:07:05 +0000 Subject: [PATCH] chore(deps): update dependency @tailwindcss/typography to v0.5.16 --- .ops/aws-setup/docker-compose.yml | 2 +- print/package-lock.json | 10 +++++----- print/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ops/aws-setup/docker-compose.yml b/.ops/aws-setup/docker-compose.yml index f990eea8db..6f8933a918 100644 --- a/.ops/aws-setup/docker-compose.yml +++ b/.ops/aws-setup/docker-compose.yml @@ -13,7 +13,7 @@ services: - AWS_DEFAULT_REGION=eu-west-3 aws-cli: - image: amazon/aws-cli:2.22.30 + image: amazon/aws-cli:2.22.29 container_name: 'ecamp3-aws-cli' volumes: - ./.aws:/root/.aws:delegated diff --git a/print/package-lock.json b/print/package-lock.json index 2a0d1d0ef3..c2b2ddc3f0 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -28,7 +28,7 @@ "@nuxt/eslint-config": "0.7.4", "@nuxtjs/i18n": "9.1.1", "@nuxtjs/tailwindcss": "6.12.2", - "@tailwindcss/typography": "0.5.15", + "@tailwindcss/typography": "0.5.16", "@typescript-eslint/eslint-plugin": "8.19.1", "@vitest/coverage-v8": "2.1.8", "@vue/compiler-dom": "3.5.13", @@ -4188,9 +4188,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.15", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.15.tgz", - "integrity": "sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", + "integrity": "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==", "dev": true, "license": "MIT", "dependencies": { @@ -4200,7 +4200,7 @@ "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20" + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" } }, "node_modules/@tootallnate/quickjs-emscripten": { diff --git a/print/package.json b/print/package.json index c8c82f1b75..b7c4c48a25 100644 --- a/print/package.json +++ b/print/package.json @@ -37,7 +37,7 @@ "@nuxt/eslint-config": "0.7.4", "@nuxtjs/i18n": "9.1.1", "@nuxtjs/tailwindcss": "6.12.2", - "@tailwindcss/typography": "0.5.15", + "@tailwindcss/typography": "0.5.16", "@typescript-eslint/eslint-plugin": "8.19.1", "@vitest/coverage-v8": "2.1.8", "@vue/compiler-dom": "3.5.13",