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",