From 18273cabcf98d507d95a0ac4a55a42cc2e9349d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:41:53 +0000 Subject: [PATCH] chore(deps): bump tmp from 0.2.6 to 0.2.7 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.6 to 0.2.7. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60eddc1..8bd9323 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,8 @@ "cypress": "^15.16.0", "stylelint": "^17.1.1", "stylelint-config-standard": "^40.0.0", - "stylelint-config-standard-scss": "^17.0.0" + "stylelint-config-standard-scss": "^17.0.0", + "stylelint-declaration-strict-value": "^1.11.1" }, "peerDependenciesMeta": { "cypress": { @@ -55,6 +56,9 @@ }, "stylelint-config-standard-scss": { "optional": true + }, + "stylelint-declaration-strict-value": { + "optional": true } } }, @@ -8890,9 +8894,9 @@ "peer": true }, "node_modules/tmp": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.6.tgz", - "integrity": "sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz", + "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==", "license": "MIT", "peer": true, "engines": {