0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

Bump rtlcss from 3.5.0 to 4.0.0 (#36968)

Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 3.5.0 to 4.0.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/v3.5.0...v4.0.0)

---
updated-dependencies:
- dependency-name: rtlcss
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-03 08:20:51 +03:00 committed by GitHub
parent 585146a6a7
commit 75e09b1c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 12 deletions

25
package-lock.json generated
View File

@ -58,7 +58,7 @@
"postcss-cli": "^10.0.0",
"rollup": "^2.79.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"rtlcss": "^4.0.0",
"sass": "^1.54.8",
"shelljs": "^0.8.5",
"stylelint": "^14.11.0",
@ -8784,18 +8784,21 @@
}
},
"node_modules/rtlcss": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.5.0.tgz",
"integrity": "sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.0.0.tgz",
"integrity": "sha512-j6oypPP+mgFwDXL1JkLCtm6U/DQntMUqlv5SOhpgHhdIE+PmBcjrtAHIpXfbIup47kD5Sgja9JDsDF1NNOsBwQ==",
"dev": true,
"dependencies": {
"find-up": "^5.0.0",
"escalade": "^3.1.1",
"picocolors": "^1.0.0",
"postcss": "^8.3.11",
"postcss": "^8.4.6",
"strip-json-comments": "^3.1.1"
},
"bin": {
"rtlcss": "bin/rtlcss.js"
},
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/run-parallel": {
@ -16845,14 +16848,14 @@
}
},
"rtlcss": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.5.0.tgz",
"integrity": "sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.0.0.tgz",
"integrity": "sha512-j6oypPP+mgFwDXL1JkLCtm6U/DQntMUqlv5SOhpgHhdIE+PmBcjrtAHIpXfbIup47kD5Sgja9JDsDF1NNOsBwQ==",
"dev": true,
"requires": {
"find-up": "^5.0.0",
"escalade": "^3.1.1",
"picocolors": "^1.0.0",
"postcss": "^8.3.11",
"postcss": "^8.4.6",
"strip-json-comments": "^3.1.1"
}
},

View File

@ -143,7 +143,7 @@
"postcss-cli": "^10.0.0",
"rollup": "^2.79.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"rtlcss": "^4.0.0",
"sass": "^1.54.8",
"shelljs": "^0.8.5",
"stylelint": "^14.11.0",