From 270d242f5ae89949cb5741348b5e3fae21193615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:38:33 +0530 Subject: [PATCH] chore(deps-dev): bump rtlcss from 4.0.0 to 4.1.0 (#5048) Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 4.0.0 to 4.1.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/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: rtlcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6873c5fa1..a72d6b39e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "postcss": "^8.4.6", "postcss-cli": "^10.1.0", "rollup": "^3.20.2", - "rtlcss": "^4.0.0", + "rtlcss": "^4.1.0", "sass": "^1.60.0", "stylelint": "^15.4.0", "stylelint-config-twbs-bootstrap": "^8.0.0", @@ -8263,14 +8263,14 @@ } }, "node_modules/rtlcss": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.0.0.tgz", - "integrity": "sha512-j6oypPP+mgFwDXL1JkLCtm6U/DQntMUqlv5SOhpgHhdIE+PmBcjrtAHIpXfbIup47kD5Sgja9JDsDF1NNOsBwQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.0.tgz", + "integrity": "sha512-W+N4hh0nVqVrrn3mRkHakxpB+c9cQ4CRT67O39kgA+1DjyhrdsqyCqIuHXyvWaXn4/835n+oX3fYJCi4+G/06A==", "dev": true, "dependencies": { "escalade": "^3.1.1", "picocolors": "^1.0.0", - "postcss": "^8.4.6", + "postcss": "^8.4.21", "strip-json-comments": "^3.1.1" }, "bin": { @@ -16008,14 +16008,14 @@ } }, "rtlcss": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.0.0.tgz", - "integrity": "sha512-j6oypPP+mgFwDXL1JkLCtm6U/DQntMUqlv5SOhpgHhdIE+PmBcjrtAHIpXfbIup47kD5Sgja9JDsDF1NNOsBwQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.0.tgz", + "integrity": "sha512-W+N4hh0nVqVrrn3mRkHakxpB+c9cQ4CRT67O39kgA+1DjyhrdsqyCqIuHXyvWaXn4/835n+oX3fYJCi4+G/06A==", "dev": true, "requires": { "escalade": "^3.1.1", "picocolors": "^1.0.0", - "postcss": "^8.4.6", + "postcss": "^8.4.21", "strip-json-comments": "^3.1.1" } }, diff --git a/package.json b/package.json index 6ec848530..3e9aea8e6 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "postcss": "^8.4.6", "postcss-cli": "^10.1.0", "rollup": "^3.20.2", - "rtlcss": "^4.0.0", + "rtlcss": "^4.1.0", "sass": "^1.60.0", "stylelint": "^15.4.0", "stylelint-config-twbs-bootstrap": "^8.0.0",