From 8eda8b23b03bc0a5748bf181f9d8fa3205bc92c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:40:38 +0100 Subject: [PATCH] Bump stylelint-define-config from 1.5.0 to 1.6.0 (#74) * Dev (#67) * Bump stylelint-config-standard from 36.0.0 to 36.0.1 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 36.0.0 to 36.0.1. - [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/36.0.0...36.0.1) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump stylelint-config-clean-order from 5.4.2 to 6.1.0 Bumps [stylelint-config-clean-order](https://github.com/kutsan/stylelint-config-clean-order) from 5.4.2 to 6.1.0. - [Release notes](https://github.com/kutsan/stylelint-config-clean-order/releases) - [Commits](https://github.com/kutsan/stylelint-config-clean-order/compare/v5.4.2...v6.1.0) --- updated-dependencies: - dependency-name: stylelint-config-clean-order dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Bump prettier from 3.3.1 to 3.3.3 Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump sass from 1.77.4 to 1.77.8 Bumps [sass](https://github.com/sass/dart-sass) from 1.77.4 to 1.77.8. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.4...1.77.8) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump uglify-js from 3.17.4 to 3.19.1 Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.17.4 to 3.19.1. - [Release notes](https://github.com/mishoo/UglifyJS/releases) - [Commits](https://github.com/mishoo/UglifyJS/compare/v3.17.4...v3.19.1) --- updated-dependencies: - dependency-name: uglify-js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update package.json Bump version * Update package-lock.json Bump version * Update main.scss Bump version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump stylelint-define-config from 1.5.0 to 1.6.0 Bumps [stylelint-define-config](https://github.com/stylelint-types/stylelint-define-config) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/stylelint-types/stylelint-define-config/releases) - [Changelog](https://github.com/stylelint-types/stylelint-define-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-types/stylelint-define-config/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: stylelint-define-config dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Carles Loriente <7197733+carlesloriente@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4edb05c..7519149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4252,9 +4252,9 @@ } }, "node_modules/stylelint-define-config": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/stylelint-define-config/-/stylelint-define-config-1.5.0.tgz", - "integrity": "sha512-7QzE4nPhUe0bxSDYsSDfNUvGZNSRRmAHuskUezIAe14mrCoCyyDkHtyF6c5lo+VxsuhuCtjB40GU1L2637c8Fg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/stylelint-define-config/-/stylelint-define-config-1.6.0.tgz", + "integrity": "sha512-SoNoL25q0oHVuy8vSTqJ4VU+6vlZO4NT8tfbWhXnX4Uc9ZVVeQU+K/HVrHNcuiy67PJKJzKHZzrEyPdlrlXBpg==", "dev": true, "dependencies": { "csstype": "^3.1.3"