From 5cb599f75cd0888c22949bd0c163edfeacec01b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:00:39 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-recommended Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 14.0.0 to 14.0.1. - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/14.0.0...14.0.1) --- updated-dependencies: - dependency-name: stylelint-config-recommended dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- wp-content/themes/terraso/package-lock.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/terraso/package-lock.json b/wp-content/themes/terraso/package-lock.json index 9794859..5f2a037 100644 --- a/wp-content/themes/terraso/package-lock.json +++ b/wp-content/themes/terraso/package-lock.json @@ -4798,15 +4798,25 @@ } }, "node_modules/stylelint-config-recommended": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.0.tgz", - "integrity": "sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz", + "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], "engines": { "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^16.0.0" + "stylelint": "^16.1.0" } }, "node_modules/stylelint-config-standard": {