From ff38727bb01b83acf9afb0f8c6d2ae47111343f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 16:14:43 +0300 Subject: [PATCH] Bump rtlcss from 3.1.2 to 3.2.0 (#34105) Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/MohammadYounes/rtlcss/releases) - [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/MohammadYounes/rtlcss/compare/3.1.2...3.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7a2c7be1e8..f4ba7051e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9023,9 +9023,9 @@ } }, "rtlcss": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.1.2.tgz", - "integrity": "sha512-b04YSX37siupPOWUEguEBReWX2w4QT89C0PI9g2JzZycbq7zrgPmTr1DA1pizSWpKRFdCjjnrx/SSvU4fOHmGg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.2.0.tgz", + "integrity": "sha512-nV3UmaTmA5TkP2dYOR16ULu6FkMOqZRbiXbFZnmWIN9coPfx3gin31VGOPV7vrVMPjNds7pCS2UYy0mwQUdFCQ==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index faefc8c669..f890a93cf8 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "postcss-cli": "^8.3.1", "rollup": "^2.48.0", "rollup-plugin-istanbul": "^3.0.0", - "rtlcss": "^3.1.2", + "rtlcss": "^3.2.0", "sass": "^1.32.13", "shelljs": "^0.8.4", "stylelint": "^13.13.1",