From a14d0bffd72813bbb2c9bd6229669ba1b739916d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Oct 2021 18:12:03 +0000 Subject: [PATCH] chore(deps): update dependency stylelint-config-standard to v23 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d45997ee..e894c663 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14627,18 +14627,18 @@ } }, "stylelint-config-recommended": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz", - "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==", + "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 }, "stylelint-config-standard": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz", - "integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==", + "version": "23.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-23.0.0.tgz", + "integrity": "sha512-8PDlk+nWuc1T66nVaODTdVodN0pjuE5TBlopi39Lt9EM36YJsRhqttMyUhnS78oc/59Q6n8iw2GJB4QcoFqtRg==", "dev": true, "requires": { - "stylelint-config-recommended": "^5.0.0" + "stylelint-config-recommended": "^6.0.0" } }, "stylelint-plugin-stylus": { diff --git a/package.json b/package.json index 989ef686..f8c5bb2c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "rimraf": "^3.0.2", "semver": "^7.3.2", "stylelint": "^14.0.0", - "stylelint-config-standard": "^22.0.0", + "stylelint-config-standard": "^23.0.0", "stylelint-plugin-stylus": "^0.11.0", "ts-node": "^10.0.0", "typescript": "^4.1.3",