diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-02 21:00:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-02 21:00:15 +0200 |
| commit | 14cfb7af93e75e3e03e487bff897edca371d1695 (patch) | |
| tree | 97ac3bb044f865dc25dd2276e4a3f980ab73c0c9 | |
| parent | 1383f542c2abf94e67aaf4e2528d96fdc9b5352e (diff) | |
| download | bootstrap-14cfb7af93e75e3e03e487bff897edca371d1695.tar.xz bootstrap-14cfb7af93e75e3e03e487bff897edca371d1695.zip | |
Bump rtlcss from 3.0.0 to 3.1.1 (#32972)
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 3.0.0 to 3.1.1.
- [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.0.0...3.1.1)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 8 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 0da44420b..dae7c69d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8793,15 +8793,15 @@ } }, "rtlcss": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.0.0.tgz", - "integrity": "sha512-loscJGYHzENxRo6ZT9q9bmHw2P0c8LcC4J4GQitWX2AJFii5il+qfnEWLXy7RkWez7yBOrAsnbD7frBsjnaZJw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.1.1.tgz", + "integrity": "sha512-G1AegWj7PRmVJrVY+nSv7OfEIgAMa7LiHN3KoVyRfa+FjZUugaDD8Nf6I2L+ppXtS52Mxlq6BHJrvcxZGC8ahQ==", "dev": true, "requires": { "chalk": "^4.1.0", "find-up": "^5.0.0", "mkdirp": "^1.0.4", - "postcss": "^8.2.1", + "postcss": "^8.2.4", "strip-json-comments": "^3.1.1" }, "dependencies": { diff --git a/package.json b/package.json index 0064280b4..05925330d 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "postcss-cli": "^8.3.1", "rollup": "^2.38.4", "rollup-plugin-istanbul": "^3.0.0", - "rtlcss": "^3.0.0", + "rtlcss": "^3.1.1", "sass": "^1.32.6", "shelljs": "^0.8.4", "stylelint": "^13.9.0", |
