diff --git a/package-lock.json b/package-lock.json index 2b7fb3f..9dd0021 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "copy-webpack-plugin": "11.0.0", "eslint": "8.26.0", "stylelint": "14.14.1", - "stylelint-config-standard-scss": "^6.0.0", + "stylelint-config-standard-scss": "^6.1.0", "webpack": "5.74.0", "webpack-cli": "4.10.0" } @@ -3410,16 +3410,22 @@ } }, "node_modules/stylelint-config-standard-scss": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.0.0.tgz", - "integrity": "sha512-aAWcQgiqsXg6Jyhq/Q/HPbVB7PHf4v/wdyFSDun/qlL/SPxtEcVeGMvJLzRVRaNf3tp3D93QP6N9QKwJa1L0Kw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.1.0.tgz", + "integrity": "sha512-iZ2B5kQT2G3rUzx+437cEpdcnFOQkwnwqXuY8Z0QUwIHQVE8mnYChGAquyKFUKZRZ0pRnrciARlPaR1RBtPb0Q==", "dev": true, "dependencies": { "stylelint-config-recommended-scss": "^8.0.0", "stylelint-config-standard": "^29.0.0" }, "peerDependencies": { + "postcss": "^8.3.3", "stylelint": "^14.14.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + } } }, "node_modules/stylelint-scss": { @@ -6536,9 +6542,9 @@ } }, "stylelint-config-standard-scss": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.0.0.tgz", - "integrity": "sha512-aAWcQgiqsXg6Jyhq/Q/HPbVB7PHf4v/wdyFSDun/qlL/SPxtEcVeGMvJLzRVRaNf3tp3D93QP6N9QKwJa1L0Kw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.1.0.tgz", + "integrity": "sha512-iZ2B5kQT2G3rUzx+437cEpdcnFOQkwnwqXuY8Z0QUwIHQVE8mnYChGAquyKFUKZRZ0pRnrciARlPaR1RBtPb0Q==", "dev": true, "requires": { "stylelint-config-recommended-scss": "^8.0.0", diff --git a/package.json b/package.json index 7d0d302..090ea99 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "copy-webpack-plugin": "11.0.0", "eslint": "8.26.0", "stylelint": "14.14.1", - "stylelint-config-standard-scss": "^6.0.0", + "stylelint-config-standard-scss": "^6.1.0", "webpack": "5.74.0", "webpack-cli": "4.10.0" }