From b740f7e097073030982a18d05dca900967134fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 07:53:36 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-standard from 24.0.0 to 27.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 24.0.0 to 27.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/24.0.0...27.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++------------ package.json | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 099799e..8225cb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12876,20 +12876,12 @@ } }, "stylelint-config-standard": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-24.0.0.tgz", - "integrity": "sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==", + "version": "27.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-27.0.0.tgz", + "integrity": "sha512-J+wxyODWQCW2kgdhVzj51a4cFcJkglkMQrjPU/1Jo8w2oKSKK5ZRqHvDDWxEmjYWIYbMhhIMS5dOgVpGUMIACw==", "dev": true, "requires": { - "stylelint-config-recommended": "^6.0.0" - }, - "dependencies": { - "stylelint-config-recommended": { - "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-recommended": "^9.0.0" } }, "stylelint-webpack-plugin": { diff --git a/package.json b/package.json index a00bfb5..52288c2 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.1.0", - "stylelint-config-standard": "^24.0.0" + "stylelint-config-standard": "^27.0.0" } }