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

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json32
-rw-r--r--package.json2
2 files changed, 10 insertions, 24 deletions
diff --git a/package-lock.json b/package-lock.json
index d0b46ac1..0052a6ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
- "stylelint": "^14.8.2",
+ "stylelint": "^14.8.5",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"vnu-jar": "21.10.12"
}
@@ -3665,12 +3665,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/normalize-selector": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
- "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
- "dev": true
- },
"node_modules/normalize-url": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz",
@@ -5501,9 +5495,9 @@
"dev": true
},
"node_modules/stylelint": {
- "version": "14.8.2",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.2.tgz",
- "integrity": "sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==",
+ "version": "14.8.5",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz",
+ "integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==",
"dev": true,
"dependencies": {
"balanced-match": "^2.0.0",
@@ -5529,9 +5523,8 @@
"meow": "^9.0.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
- "normalize-selector": "^0.2.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.13",
+ "postcss": "^8.4.14",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
@@ -9320,12 +9313,6 @@
"integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
"dev": true
},
- "normalize-selector": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
- "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
- "dev": true
- },
"normalize-url": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz",
@@ -10647,9 +10634,9 @@
"dev": true
},
"stylelint": {
- "version": "14.8.2",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.2.tgz",
- "integrity": "sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==",
+ "version": "14.8.5",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz",
+ "integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==",
"dev": true,
"requires": {
"balanced-match": "^2.0.0",
@@ -10675,9 +10662,8 @@
"meow": "^9.0.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
- "normalize-selector": "^0.2.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.13",
+ "postcss": "^8.4.14",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
diff --git a/package.json b/package.json
index a7a5efdc..e4301e63 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
- "stylelint": "^14.8.2",
+ "stylelint": "^14.8.5",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"vnu-jar": "21.10.12"
}