From 6bf291a8c069f9bd29d24307182ab44011e1940c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:20:04 +0000 Subject: [PATCH] chore(deps-dev): bump rtlcss from 4.2.0 to 4.3.0 Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 4.2.0 to 4.3.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.2.0...v4.3.0) --- updated-dependencies: - dependency-name: rtlcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b8c47c7a1..8eb3c8cd2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "prettier-plugin-astro": "^0.14.1", "rimraf": "^6.0.1", "rollup": "^4.21.0", - "rtlcss": "^4.2.0", + "rtlcss": "^4.3.0", "sass": "^1.77.4", "stylelint": "^16.8.2", "stylelint-config-twbs-bootstrap": "^14.2.0", @@ -10677,9 +10677,9 @@ } }, "node_modules/rtlcss": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.2.0.tgz", - "integrity": "sha512-AV+V3oOVvCrqyH5Q/6RuT1IDH1Xy5kJTkEWTWZPN5rdQ3HCFOd8SrbC7c6N5Y8bPpCfZSR6yYbUATXslvfvu5g==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.3.0.tgz", + "integrity": "sha512-FI+pHEn7Wc4NqKXMXFM+VAYKEj/mRIcW4h24YVwVtyjI+EqGrLc2Hx/Ny0lrZ21cBWU2goLy36eqMcNj3AQJig==", "dev": true, "dependencies": { "escalade": "^3.1.1", diff --git a/package.json b/package.json index c8f2e3547d..0bdf8207d5 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "prettier-plugin-astro": "^0.14.1", "rimraf": "^6.0.1", "rollup": "^4.21.0", - "rtlcss": "^4.2.0", + "rtlcss": "^4.3.0", "sass": "^1.77.4", "stylelint": "^16.8.2", "stylelint-config-twbs-bootstrap": "^14.2.0",