diff --git a/package-lock.json b/package-lock.json index fa9da66..650970d 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 } } }, @@ -9190,9 +9194,9 @@ } }, "node_modules/undici": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.26.0.tgz", - "integrity": "sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", "license": "MIT", "peer": true, "engines": {