From 37b2b061cc41d7f86718fb31309d9f83064f94e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 08:49:20 +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/codetheist/project/7857c6d8-f901-42c3-a015-20d179784391?utm_source=github&utm_medium=referral&page=upgrade-pr --- Template/Web Dev/package-lock.json | 17 +++++++++-------- Template/Web Dev/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Template/Web Dev/package-lock.json b/Template/Web Dev/package-lock.json index 4adf89d8..16ebd629 100644 --- a/Template/Web Dev/package-lock.json +++ b/Template/Web Dev/package-lock.json @@ -1,11 +1,11 @@ { - "name": "Web Dev", + "name": "relock-npm-lock-v2-Cugnup", "lockfileVersion": 2, "requires": true, "packages": { "": { "dependencies": { - "@tailwindcss/aspect-ratio": "^0.4.0", + "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.2", "@tailwindcss/line-clamp": "^0.4.0", "@tailwindcss/typography": "^0.5.4" @@ -47,9 +47,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" } @@ -885,9 +886,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/forms": { diff --git a/Template/Web Dev/package.json b/Template/Web Dev/package.json index 91b85d04..4e6cbeca 100644 --- a/Template/Web Dev/package.json +++ b/Template/Web Dev/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@tailwindcss/aspect-ratio": "^0.4.0", + "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.2", "@tailwindcss/line-clamp": "^0.4.0", "@tailwindcss/typography": "^0.5.4"