Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-30 12:01:14 +0300
committerGitHub <noreply@github.com>2022-08-30 12:01:14 +0300
commit134751481c8071bad8d40fd64e7c8b1fb797599c (patch)
treedd7437ad8e207214dee334fc69043a42ac78d943
parentaf1bd974bba7f6e7f90c5ed3f42738bd101926cb (diff)
Bump rtlcss from 3.5.0 to 4.0.0dependabot/npm_and_yarn/rtlcss-4.0.0
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>
-rw-r--r--package-lock.json25
-rw-r--r--package.json2
2 files changed, 15 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 137dc579ab..aa63d9e161 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -58,7 +58,7 @@
"postcss-cli": "^10.0.0",
"rollup": "^2.77.2",
"rollup-plugin-istanbul": "^3.0.0",
- "rtlcss": "^3.5.0",
+ "rtlcss": "^4.0.0",
"sass": "^1.54.2",
"shelljs": "^0.8.5",
"stylelint": "^14.9.1",
@@ -8864,18 +8864,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": {
@@ -17007,14 +17010,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"
}
},
diff --git a/package.json b/package.json
index ad320379a3..b9f0353961 100644
--- a/package.json
+++ b/package.json
@@ -143,7 +143,7 @@
"postcss-cli": "^10.0.0",
"rollup": "^2.77.2",
"rollup-plugin-istanbul": "^3.0.0",
- "rtlcss": "^3.5.0",
+ "rtlcss": "^4.0.0",
"sass": "^1.54.2",
"shelljs": "^0.8.5",
"stylelint": "^14.9.1",