From c7ea84acc7d4b34de0d92392186f870d3683fae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 08:01:22 +0000 Subject: [PATCH] Bump postcss-modules from 4.3.0 to 5.0.0 Bumps [postcss-modules](https://github.com/css-modules/postcss-modules) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/css-modules/postcss-modules/releases) - [Changelog](https://github.com/madyankin/postcss-modules/blob/master/CHANGELOG.md) - [Commits](https://github.com/css-modules/postcss-modules/commits) --- updated-dependencies: - dependency-name: postcss-modules dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9e33880..a45eb31 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "parcel": "^2.6.1", "postcss": "^8.4.0", "postcss-cli": "^9.0.2", - "postcss-modules": "^4.2.2", + "postcss-modules": "^5.0.0", "postcss-partial-import": "^4.1.0", "prettier": "^2.4.1", "react": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index 541d41d..be48da8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2387,10 +2387,10 @@ postcss-modules-values@^4.0.0: dependencies: icss-utils "^5.0.0" -postcss-modules@^4.2.2: - version "4.3.0" - resolved "https://registry.yarnpkg.com/postcss-modules/-/postcss-modules-4.3.0.tgz#1cb32f16a8cfffe2b989598f8135eb6427106ec7" - integrity sha512-zoUttLDSsbWDinJM9jH37o7hulLRyEgH6fZm2PchxN7AZ8rkdWiALyNhnQ7+jg7cX9f10m6y5VhHsrjO0Mf/DA== +postcss-modules@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules/-/postcss-modules-5.0.0.tgz#4a02bc58ecaa7394f8e9a34b7e21cb6c725f15df" + integrity sha512-rGvpTDOM3//3Ysn3Xtvhzaj8ab984wKCpP02TEF559tLbUjNay3RQDpPxb7BREmfBtJm3/1WbQOZ7fSXwYLZ/w== dependencies: generic-names "^4.0.0" icss-replace-symbols "^1.1.0"