From f34dc849fbd9061714a43e7bd0c56115951728f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:11:06 +0530 Subject: [PATCH] chore(deps-dev): bump rtlcss from 4.1.1 to 4.2.0 (#5672) Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 4.1.1 to 4.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/v4.1.1...v4.2.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfe52e0ba..203df98b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "rollup": "^4.21.0", - "rtlcss": "^4.1.1", + "rtlcss": "^4.2.0", "sass": "^1.77.4", "stylelint": "^16.8.2", "stylelint-config-twbs-bootstrap": "^14.2.0", @@ -10653,9 +10653,9 @@ } }, "node_modules/rtlcss": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.1.tgz", - "integrity": "sha512-/oVHgBtnPNcggP2aVXQjSy6N1mMAfHg4GSag0QtZBlD5bdDgAHwr4pydqJGd+SUCu9260+Pjqbjwtvu7EMH1KQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.2.0.tgz", + "integrity": "sha512-AV+V3oOVvCrqyH5Q/6RuT1IDH1Xy5kJTkEWTWZPN5rdQ3HCFOd8SrbC7c6N5Y8bPpCfZSR6yYbUATXslvfvu5g==", "dev": true, "dependencies": { "escalade": "^3.1.1", diff --git a/package.json b/package.json index 949dd5c28..5d168f971 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "rollup": "^4.21.0", - "rtlcss": "^4.1.1", + "rtlcss": "^4.2.0", "sass": "^1.77.4", "stylelint": "^16.8.2", "stylelint-config-twbs-bootstrap": "^14.2.0",