From 57d10a5d4c704ee71c0579c21fbac67ea46e7daa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 20:34:26 +0000 Subject: [PATCH] Bump rtlcss-webpack-plugin from 4.0.4 to 4.0.6 Bumps [rtlcss-webpack-plugin](https://github.com/wix/rtlcss-webpack-plugin) from 4.0.4 to 4.0.6. - [Release notes](https://github.com/wix/rtlcss-webpack-plugin/releases) - [Commits](https://github.com/wix/rtlcss-webpack-plugin/commits) Signed-off-by: dependabot-preview[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 0e6b9e98ba5..5bc185f010b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24119,9 +24119,9 @@ } }, "rtlcss-webpack-plugin": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/rtlcss-webpack-plugin/-/rtlcss-webpack-plugin-4.0.4.tgz", - "integrity": "sha512-gcNt3V65qw4nf1fRfbDuiL8A+LADXr7tLX08JbFiY//dCLsu0RNgyklgVzF6plnetzBO8OQornbyHCdTyKLQ4A==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/rtlcss-webpack-plugin/-/rtlcss-webpack-plugin-4.0.6.tgz", + "integrity": "sha512-sWWr/SPVGckqniXpTXWZqh1tDh9LghlUygtnAeNKMrHEiq6xoPDWQo+/0NCZ8KPsju0hovWtvI+jS1kYjTDZwQ==", "dev": true, "requires": { "babel-runtime": "~6.25.0", diff --git a/package.json b/package.json index a99fe982780..f43e2e7a9a0 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "postcss-nested": "5.0.1", "postcss-preset-env": "6.7.0", "react-test-renderer": "16.14.0", - "rtlcss-webpack-plugin": "4.0.4", + "rtlcss-webpack-plugin": "4.0.6", "terser-webpack-plugin": "4.2.3", "webpackbar": "4.0.0" },