diff options
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 82517074..7026ef8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "postcss-import": "^14.1.0", "postcss-preset-env": "^7.4.4", "regenerator-runtime": "^0.13.9", - "stylelint": "^14.8.0", + "stylelint": "^14.8.1", "stylelint-config-standard": "^25.0.0", "webpack": "^5.72.0", "webpack-cli": "^4.9.2" @@ -7254,9 +7254,9 @@ } }, "node_modules/stylelint": { - "version": "14.8.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.0.tgz", - "integrity": "sha512-uIyIWMSBSVcj73Gn3nTvPyNsYdwTpxo1W6dWTIa1nm8JKgUi3FIobSXLgrRE6joLidoA0FdgAhCaqxwTF2ikrQ==", + "version": "14.8.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.1.tgz", + "integrity": "sha512-0YxTop3wTeEVmQWhS7jjLFaBkvfPmffRiJ6eFIDlK++f3OklaobTYFJu32E5u/cIrFLbcW52pLqrYpihA/y0/w==", "dev": true, "dependencies": { "balanced-match": "^2.0.0", @@ -13257,9 +13257,9 @@ } }, "stylelint": { - "version": "14.8.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.0.tgz", - "integrity": "sha512-uIyIWMSBSVcj73Gn3nTvPyNsYdwTpxo1W6dWTIa1nm8JKgUi3FIobSXLgrRE6joLidoA0FdgAhCaqxwTF2ikrQ==", + "version": "14.8.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.1.tgz", + "integrity": "sha512-0YxTop3wTeEVmQWhS7jjLFaBkvfPmffRiJ6eFIDlK++f3OklaobTYFJu32E5u/cIrFLbcW52pLqrYpihA/y0/w==", "dev": true, "requires": { "balanced-match": "^2.0.0", diff --git a/package.json b/package.json index 0f1ecdac..3b74f805 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "postcss-import": "^14.1.0", "postcss-preset-env": "^7.4.4", "regenerator-runtime": "^0.13.9", - "stylelint": "^14.8.0", + "stylelint": "^14.8.1", "stylelint-config-standard": "^25.0.0", "webpack": "^5.72.0", "webpack-cli": "^4.9.2" |