From a06ed14de147ee48a89ed1208ef7b3e31a6ab2e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 02:47:19 +0000 Subject: [PATCH] Update all non-major dependencies (#96) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6aff1d7..d35d2c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,12 +19,12 @@ }, "devDependencies": { "@astrojs/react": "1.2.2", - "@astrojs/tailwind": "2.1.2", + "@astrojs/tailwind": "2.1.3", "@types/react": "18.0.25", "@types/react-dom": "18.0.9", "@typescript-eslint/eslint-plugin": "5.44.0", "@typescript-eslint/parser": "5.44.0", - "astro": "1.6.10", + "astro": "1.6.11", "eslint": "8.28.0", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "17.0.0", @@ -205,9 +205,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.2.tgz", - "integrity": "sha512-nIrlT+WWp/Wv2VQ29Nvncq608E+j3qB9k1f7yiAjY2ijxizZo4OnQzdRPQcIjIZHL5YxPtzbcoSP2u3v+Domqw==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.3.tgz", + "integrity": "sha512-W7UUUBJ3itDGcvJPvk+M/eNKFlLBYGODIzPsJ3zuehNzcJDhv/Ues+TzrpSvd0FaKfmV9Zlq3ZtToy96xxJU6Q==", "dev": true, "dependencies": { "@proload/core": "^0.3.2", @@ -1678,9 +1678,9 @@ "dev": true }, "node_modules/astro": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.10.tgz", - "integrity": "sha512-W/ZGROkCKsDicpiXB82n8EkY6I0/12wdXS80NGaBdIUR1jZZxdN+0YMmdz+C2kYbjlo45KUsXpC/Tej+5KQYSQ==", + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.11.tgz", + "integrity": "sha512-T0xb0U0FOrqXxl87x4mjpufhf0b47RMPIu8WWK+2ODrRZkPj1sr24alh3Y/PLSyiWSqoGZF7xzQ6hzt0jDCyVQ==", "dev": true, "dependencies": { "@astrojs/compiler": "^0.29.15", @@ -10711,9 +10711,9 @@ } }, "@astrojs/tailwind": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.2.tgz", - "integrity": "sha512-nIrlT+WWp/Wv2VQ29Nvncq608E+j3qB9k1f7yiAjY2ijxizZo4OnQzdRPQcIjIZHL5YxPtzbcoSP2u3v+Domqw==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.3.tgz", + "integrity": "sha512-W7UUUBJ3itDGcvJPvk+M/eNKFlLBYGODIzPsJ3zuehNzcJDhv/Ues+TzrpSvd0FaKfmV9Zlq3ZtToy96xxJU6Q==", "dev": true, "requires": { "@proload/core": "^0.3.2", @@ -11833,9 +11833,9 @@ "dev": true }, "astro": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.10.tgz", - "integrity": "sha512-W/ZGROkCKsDicpiXB82n8EkY6I0/12wdXS80NGaBdIUR1jZZxdN+0YMmdz+C2kYbjlo45KUsXpC/Tej+5KQYSQ==", + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.11.tgz", + "integrity": "sha512-T0xb0U0FOrqXxl87x4mjpufhf0b47RMPIu8WWK+2ODrRZkPj1sr24alh3Y/PLSyiWSqoGZF7xzQ6hzt0jDCyVQ==", "dev": true, "requires": { "@astrojs/compiler": "^0.29.15", diff --git a/package.json b/package.json index dc0b4fb..14093f0 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ }, "devDependencies": { "@astrojs/react": "1.2.2", - "@astrojs/tailwind": "2.1.2", + "@astrojs/tailwind": "2.1.3", "@types/react": "18.0.25", "@types/react-dom": "18.0.9", "@typescript-eslint/eslint-plugin": "5.44.0", "@typescript-eslint/parser": "5.44.0", - "astro": "1.6.10", + "astro": "1.6.11", "eslint": "8.28.0", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "17.0.0",