diff --git a/package-lock.json b/package-lock.json index 05bc843..2337259 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.1.0", - "stylelint-config-standard": "^24.0.0" + "stylelint-config-standard": "^26.0.0" } }, "node_modules/@ampproject/remapping": { @@ -17979,24 +17979,15 @@ } }, "node_modules/stylelint-config-standard": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-24.0.0.tgz", - "integrity": "sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz", + "integrity": "sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==", "dev": true, "dependencies": { - "stylelint-config-recommended": "^6.0.0" + "stylelint-config-recommended": "^8.0.0" }, "peerDependencies": { - "stylelint": "^14.0.0" - } - }, - "node_modules/stylelint-config-standard/node_modules/stylelint-config-recommended": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz", - "integrity": "sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==", - "dev": true, - "peerDependencies": { - "stylelint": "^14.0.0" + "stylelint": "^14.9.0" } }, "node_modules/stylelint-webpack-plugin": { @@ -35069,21 +35060,12 @@ } }, "stylelint-config-standard": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-24.0.0.tgz", - "integrity": "sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz", + "integrity": "sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==", "dev": true, "requires": { - "stylelint-config-recommended": "^6.0.0" - }, - "dependencies": { - "stylelint-config-recommended": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz", - "integrity": "sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==", - "dev": true, - "requires": {} - } + "stylelint-config-recommended": "^8.0.0" } }, "stylelint-webpack-plugin": { diff --git a/package.json b/package.json index 305f3fa..163cbb3 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.1.0", - "stylelint-config-standard": "^24.0.0" + "stylelint-config-standard": "^26.0.0" } }