From de6c4afbc695863528701235bc4838508f8cb787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 10:48:10 +0530 Subject: [PATCH] chore(deps-dev): bump stylelint from 15.6.1 to 15.6.2 (#5134) Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.1 to 15.6.2. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.6.1...15.6.2) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3b9619e9a..75aec15d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "rollup": "^3.21.7", "rtlcss": "^4.1.0", "sass": "^1.62.1", - "stylelint": "^15.6.1", + "stylelint": "^15.6.2", "stylelint-config-twbs-bootstrap": "^10.0.0", "terser": "^5.17.3", "tslib": "^2.5.2", @@ -9706,9 +9706,9 @@ } }, "node_modules/stylelint": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.1.tgz", - "integrity": "sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q==", + "version": "15.6.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.2.tgz", + "integrity": "sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^2.1.1", @@ -18064,9 +18064,9 @@ } }, "stylelint": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.1.tgz", - "integrity": "sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q==", + "version": "15.6.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.2.tgz", + "integrity": "sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ==", "dev": true, "requires": { "@csstools/css-parser-algorithms": "^2.1.1", diff --git a/package.json b/package.json index 491549e33..b30c6ba73 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "rollup": "^3.21.7", "rtlcss": "^4.1.0", "sass": "^1.62.1", - "stylelint": "^15.6.1", + "stylelint": "^15.6.2", "stylelint-config-twbs-bootstrap": "^10.0.0", "terser": "^5.17.3", "tslib": "^2.5.2",