From fd41676092b2659b8d3b85efde69f4bbbe1f4b08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 08:34:19 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/aspect-ratio from 0.4.0 to 0.4.2 Snyk has created this PR to upgrade @tailwindcss/aspect-ratio from 0.4.0 to 0.4.2. See this package in npm: @tailwindcss/aspect-ratio See this project in Snyk: https://app.snyk.io/org/juneid19/project/acc0de3a-d306-44c0-93bf-4374f34ed7dc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0a59170..e409244e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@example/starter", "version": "0.0.1", "dependencies": { - "@tailwindcss/aspect-ratio": "^0.4.0", + "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/typography": "^0.5.4", "moment": "^2.29.4", "rehype-autolink-headings": "^6.1.1", @@ -682,9 +682,10 @@ } }, "node_modules/@tailwindcss/aspect-ratio": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.0.tgz", - "integrity": "sha512-WJu0I4PpqNPuutpaA9zDUq2JXR+lorZ7PbLcKNLmb6GL9/HLfC7w3CRsMhJF4BbYd/lkY6CfXOvkYpuGnZfkpQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.2.tgz", + "integrity": "sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==", + "license": "MIT", "peerDependencies": { "tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1" } @@ -7452,9 +7453,9 @@ } }, "@tailwindcss/aspect-ratio": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.0.tgz", - "integrity": "sha512-WJu0I4PpqNPuutpaA9zDUq2JXR+lorZ7PbLcKNLmb6GL9/HLfC7w3CRsMhJF4BbYd/lkY6CfXOvkYpuGnZfkpQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.2.tgz", + "integrity": "sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==", "requires": {} }, "@tailwindcss/typography": { diff --git a/package.json b/package.json index 17e6beb1..b5f2e67a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "tailwindcss": "^3.1.6" }, "dependencies": { - "@tailwindcss/aspect-ratio": "^0.4.0", + "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/typography": "^0.5.4", "moment": "^2.29.4", "rehype-autolink-headings": "^6.1.1",