diff --git a/package-lock.json b/package-lock.json index 23d5ac6..f4d7a24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26314,14 +26314,14 @@ } }, "stylelint-config-saiichihashimoto": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/stylelint-config-saiichihashimoto/-/stylelint-config-saiichihashimoto-2.0.15.tgz", - "integrity": "sha512-T6myf2TjbbG/U1cnMNSL0pRP2TDIy5ovuyCgnJ5++X+xTbi2y3S8IK4AvJPGAVbIQPPvNdIxAEHqdWi66FzPOQ==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/stylelint-config-saiichihashimoto/-/stylelint-config-saiichihashimoto-2.0.16.tgz", + "integrity": "sha512-8mvWpGlntXV/YnBLX8WoelDmgO3I58ftGXKt7kxwN4WpTIflVAbsdGNxllJWMopSbGomgAPIpICYUWBNlZsaoA==", "dev": true, "requires": { "stylelint-config-recess-order": "2.0.3", "stylelint-declaration-block-no-ignored-properties": "2.2.0", - "stylelint-scss": "3.14.0" + "stylelint-scss": "3.14.1" } }, "stylelint-declaration-block-no-ignored-properties": { @@ -26407,9 +26407,9 @@ } }, "stylelint-scss": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.14.0.tgz", - "integrity": "sha512-59tZ/vfSEJxZX1N+B96xBcmhDwCUimeuZ9kp08R7WRqUUKRJ+INilfOmIqCzHZpEY/tZDKt+grOYCxffSs49fA==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.14.1.tgz", + "integrity": "sha512-3Yw10ScqR3fCne7ub7BebZtg3vZbPlndDzB9lk+/B/whcFuSfLKJwSDgI8drrvPadTaSa73gohmOgSZJfbr9pA==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index c70eacf..795b377 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "lint-my-app": "3.7.46", "react": "16.12.0", "react-dom": "16.12.0", - "stylelint-config-saiichihashimoto": "2.0.15" + "stylelint-config-saiichihashimoto": "2.0.16" }, "peerDependencies": { "react": "*",