From b4672f6f7db56123ec74b82baa22aa24adbc3a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:50:56 +0000 Subject: [PATCH] [skip ci] Bump postcss-normalize from 9.0.0 to 10.0.1 Bumps [postcss-normalize](https://github.com/csstools/postcss-normalize) from 9.0.0 to 10.0.1. - [Release notes](https://github.com/csstools/postcss-normalize/releases) - [Changelog](https://github.com/csstools/postcss-normalize/blob/main/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-normalize/compare/9.0.0...10.0.1) --- updated-dependencies: - dependency-name: postcss-normalize 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 cc8b910..47c16e1 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "nyc": "^15.1.0", "postcss": "^8.1.2", "postcss-fixes": "^2.0.1", - "postcss-normalize": "^9.0.0", + "postcss-normalize": "^10.0.1", "postcss-preset-env": "^6.7.0", "postcss-will-change": "3.0.0", "postcss-will-change-transition": "^1.2.0",