diff --git a/package-lock.json b/package-lock.json index d36c890..77eeb1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "@tsconfig/recommended": "^1.0.2", "prettier": "^2.7.1", "prettier-plugin-go-template": "^0.0.13", - "stylelint": "^15.9.0", - "stylelint-config-standard-scss": "^9.0.0", + "stylelint": "^15.1.0", + "stylelint-config-standard-scss": "^10.0.0", "stylelint-scss": "^5.0.0", "ts-standard": "^12.0.2" } @@ -3784,14 +3784,14 @@ } }, "node_modules/stylelint-config-recommended-scss": { - "version": "11.0.0", - "resolved": "https://registry.npmmirror.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-11.0.0.tgz", - "integrity": "sha512-EDghTDU7aOv2LTsRZvcT1w8mcjUaMhuy+t38iV5I/0Qiu6ixdkRwhLEMul3K/fnB2v9Nwqvb3xpvJfPH+HduDw==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-12.0.0.tgz", + "integrity": "sha512-5Bb2mlGy6WLa30oNeKpZvavv2lowJUsUJO25+OA68GFTemlwd1zbFsL7q0bReKipOSU3sG47hKneZ6Nd+ctrFA==", "dev": true, "dependencies": { "postcss-scss": "^4.0.6", "stylelint-config-recommended": "^12.0.0", - "stylelint-scss": "^4.6.0" + "stylelint-scss": "^5.0.0" }, "peerDependencies": { "postcss": "^8.3.3", @@ -3803,21 +3803,6 @@ } } }, - "node_modules/stylelint-config-recommended-scss/node_modules/stylelint-scss": { - "version": "4.7.0", - "resolved": "https://registry.npmmirror.com/stylelint-scss/-/stylelint-scss-4.7.0.tgz", - "integrity": "sha512-TSUgIeS0H3jqDZnby1UO1Qv3poi1N8wUYIJY6D1tuUq2MN3lwp/rITVo0wD+1SWTmRm0tNmGO0b7nKInnqF6Hg==", - "dev": true, - "dependencies": { - "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0" - }, - "peerDependencies": { - "stylelint": "^14.5.1 || ^15.0.0" - } - }, "node_modules/stylelint-config-standard": { "version": "33.0.0", "resolved": "https://registry.npmmirror.com/stylelint-config-standard/-/stylelint-config-standard-33.0.0.tgz", @@ -3831,12 +3816,12 @@ } }, "node_modules/stylelint-config-standard-scss": { - "version": "9.0.0", - "resolved": "https://registry.npmmirror.com/stylelint-config-standard-scss/-/stylelint-config-standard-scss-9.0.0.tgz", - "integrity": "sha512-yPKpJsrZn4ybuQZx/DkEHuCjw7pJginErE/47dFhCnrvD48IJ4UYec8tSiCuJWMA3HRjbIa3nh5ZeSauDGuVAg==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-10.0.0.tgz", + "integrity": "sha512-bChBEo1p3xUVWh/wenJI+josoMk21f2yuLDGzGjmKYcALfl2u3DFltY+n4UHswYiXghqXaA8mRh+bFy/q1hQlg==", "dev": true, "dependencies": { - "stylelint-config-recommended-scss": "^11.0.0", + "stylelint-config-recommended-scss": "^12.0.0", "stylelint-config-standard": "^33.0.0" }, "peerDependencies": { diff --git a/package.json b/package.json index a2d27ec..693c8b6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "prettier": "^2.7.1", "prettier-plugin-go-template": "^0.0.13", "stylelint": "^15.1.0", - "stylelint-config-standard-scss": "^9.0.0", + "stylelint-config-standard-scss": "^10.0.0", "stylelint-scss": "^5.0.0", "ts-standard": "^12.0.2" },