aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-02-13 21:58:45 +0000
committerGravatar vitalyster2023-02-14 13:33:00 +0300
commit0630ee811d157d4d03ad75fc505867e618467223 (patch)
tree612bdb8acd5c123519791c36b6542716775d6177
parent33b4e01d6e515f71e500bcfc2f62dc22eea53cb0 (diff)
build(deps-dev): bump stylelint from 15.0.0 to 15.1.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.0.0 to 15.1.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.0.0...15.1.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index a226eff8..7825b800 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -37,7 +37,7 @@
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.0.1",
"regenerator-runtime": "^0.13.11",
- "stylelint": "^15.0.0",
+ "stylelint": "^15.1.0",
"stylelint-config-standard": "^30.0.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
@@ -8086,9 +8086,9 @@
}
},
"node_modules/stylelint": {
- "version": "15.0.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.0.0.tgz",
- "integrity": "sha512-K97Jgy0ZYMSs6gXoboXbWvc0KvvGnUftiI1Tiv70mQ/DpeDTHOlqQSk3o65Ien+ddYAJeLjzkYM0O6TWiHdoSg==",
+ "version": "15.1.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.1.0.tgz",
+ "integrity": "sha512-Tw8OyIiYhxnIHUzgoLlCyWgCUKsPYiP3TDgs7M1VbayS+q5qZly2yxABg+YPe/hFRWiu0cOtptCtpyrn1CrnYw==",
"dev": true,
"dependencies": {
"@csstools/css-parser-algorithms": "^2.0.1",
@@ -14527,9 +14527,9 @@
}
},
"stylelint": {
- "version": "15.0.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.0.0.tgz",
- "integrity": "sha512-K97Jgy0ZYMSs6gXoboXbWvc0KvvGnUftiI1Tiv70mQ/DpeDTHOlqQSk3o65Ien+ddYAJeLjzkYM0O6TWiHdoSg==",
+ "version": "15.1.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.1.0.tgz",
+ "integrity": "sha512-Tw8OyIiYhxnIHUzgoLlCyWgCUKsPYiP3TDgs7M1VbayS+q5qZly2yxABg+YPe/hFRWiu0cOtptCtpyrn1CrnYw==",
"dev": true,
"requires": {
"@csstools/css-parser-algorithms": "^2.0.1",
diff --git a/package.json b/package.json
index 23d59a35..90f316b6 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.0.1",
"regenerator-runtime": "^0.13.11",
- "stylelint": "^15.0.0",
+ "stylelint": "^15.1.0",
"stylelint-config-standard": "^30.0.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"