diff --git a/package-lock.json b/package-lock.json index 770a040..98bdb5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "prettier": "2.7.1", "stylelint": "14.14.0", "stylelint-config-prettier-scss": "0.0.1", - "stylelint-config-standard-scss": "6.0.0" + "stylelint-config-standard-scss": "6.1.0" } }, "node_modules/@babel/code-frame": { @@ -3547,16 +3547,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": { @@ -6302,9 +6308,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 cbc0a4f..5c58997 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "prettier": "2.7.1", "stylelint": "14.14.0", "stylelint-config-prettier-scss": "0.0.1", - "stylelint-config-standard-scss": "6.0.0" + "stylelint-config-standard-scss": "6.1.0" }, "dependencies": { "@fontsource/fira-code": "4.5.12",