From 9d2355a30184d5195cbcf587731967f00d3efad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 02:16:01 +0000 Subject: [PATCH] Bump stylelint-config-htmlacademy from 0.1.4 to 1.1.1 Bumps [stylelint-config-htmlacademy](https://github.com/htmlacademy/stylelint-config-htmlacademy) from 0.1.4 to 1.1.1. - [Release notes](https://github.com/htmlacademy/stylelint-config-htmlacademy/releases) - [Changelog](https://github.com/htmlacademy/stylelint-config-htmlacademy/blob/master/CHANGELOG.md) - [Commits](https://github.com/htmlacademy/stylelint-config-htmlacademy/compare/0.1.4...v1.1.1) --- updated-dependencies: - dependency-name: stylelint-config-htmlacademy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++++++--- package.json | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4541394..417c128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19276,9 +19276,18 @@ } }, "stylelint-config-htmlacademy": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/stylelint-config-htmlacademy/-/stylelint-config-htmlacademy-0.1.4.tgz", - "integrity": "sha512-79OQX2dLRdanjXdprzaWp39j/QvVzCDEQFu4UdepG2eCMn+ezOqkNC3tYXMn5lBu0YOxQJR5XG/dk4ZOXk4bMQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stylelint-config-htmlacademy/-/stylelint-config-htmlacademy-1.1.1.tgz", + "integrity": "sha512-fohi8EAGa9y5kAt7DNvMCVGKQArn//6J+QpWW0UAZdcky70bsmEytXw5A6oqiBAXGWPzhV2kGa/UFldAhAvg1A==", + "dev": true, + "requires": { + "stylelint-config-recommended": "9.0.0" + } + }, + "stylelint-config-recommended": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-9.0.0.tgz", + "integrity": "sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==", "dev": true }, "sugarss": { diff --git a/package.json b/package.json index b86a0a4..f2eea98 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "rimraf": "^3.0.2", "sass": "^1.45.1", "stylelint": "^13.13.1", - "stylelint-config-htmlacademy": "^0.1.4" + "stylelint-config-htmlacademy": "^1.1.1" }, "resolutions": { "@babel/compat-data": "^7.9.0",