From cf924bb996b7e7a6bec6b56edd43b62fb25250a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 14:07:28 +0000 Subject: [PATCH] Bump postcss-focus-visible from 5.0.0 to 6.0.1 Bumps [postcss-focus-visible](https://github.com/csstools/postcss-focus-visible) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/csstools/postcss-focus-visible/releases) - [Changelog](https://github.com/csstools/postcss-focus-visible/blob/master/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-focus-visible/compare/5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: postcss-focus-visible dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6fb1d9..c65c8c9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cross-env": "^7.0.3", "laravel-mix": "^6.0.19", "postcss": "^8.3.0", - "postcss-focus-visible": "^5.0.0", + "postcss-focus-visible": "^6.0.1", "postcss-import": "^14.0.2", "postcss-nested": "^5.0.5", "resolve-url-loader": "^4.0.0",