From 197f493faf4ea189441542088a21c1d52c2c886e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:25:06 +0000 Subject: [PATCH] fix(deps): bump @tailwindcss/aspect-ratio from 0.3.0 to 0.4.2 Bumps [@tailwindcss/aspect-ratio](https://github.com/tailwindlabs/tailwindcss-aspect-ratio) from 0.3.0 to 0.4.2. - [Release notes](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/compare/v0.3.0...v0.4.2) --- updated-dependencies: - dependency-name: "@tailwindcss/aspect-ratio" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b279a4..5bae515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2491,9 +2491,9 @@ } }, "@tailwindcss/aspect-ratio": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.3.0.tgz", - "integrity": "sha512-DMgWskNJR6FNPLbQ8Xoq/PKV/9DfNKh5dvKB+SM8x7lVl4+pnxlZ3Ns4+yGmurA/ze708HrnCG1tXk85HolJmw==" + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.2.tgz", + "integrity": "sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==" }, "@tailwindcss/forms": { "version": "0.3.4", diff --git a/package.json b/package.json index bbac68a..2ebbf35 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@nuxtjs/pwa": "^3.3.5", - "@tailwindcss/aspect-ratio": "^0.3.0", + "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.3.4", "@tailwindcss/line-clamp": "^0.2.1", "@tailwindcss/typography": "^0.4.1",