diff --git a/package-lock.json b/package-lock.json index 3bf9094269e..e9e676e52f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "pdfjs-dist": "3.8.162", "prettier": "^3.0.0", "puppeteer": "^20.9.0", - "stylelint": "15.10.1", + "stylelint": "15.10.2", "stylelint-config-standard": "34.0.0", "typescript": "5.1.6", "web-ext": "7.6.2", @@ -11626,9 +11626,9 @@ "dev": true }, "node_modules/stylelint": { - "version": "15.10.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.10.1.tgz", - "integrity": "sha512-CYkzYrCFfA/gnOR+u9kJ1PpzwG10WLVnoxHDuBA/JiwGqdM9+yx9+ou6SE/y9YHtfv1mcLo06fdadHTOx4gBZQ==", + "version": "15.10.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.10.2.tgz", + "integrity": "sha512-UxqSb3hB74g4DTO45QhUHkJMjKKU//lNUAOWyvPBVPZbCknJ5HjOWWZo+UDuhHa9FLeVdHBZXxu43eXkjyIPWg==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^2.3.0", @@ -11638,7 +11638,7 @@ "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^8.2.0", - "css-functions-list": "^3.1.0", + "css-functions-list": "^3.2.0", "css-tree": "^2.3.1", "debug": "^4.3.4", "fast-glob": "^3.3.0", @@ -11658,7 +11658,7 @@ "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "picocolors": "^1.0.0", - "postcss": "^8.4.24", + "postcss": "^8.4.25", "postcss-resolve-nested-selector": "^0.1.1", "postcss-safe-parser": "^6.0.0", "postcss-selector-parser": "^6.0.13", diff --git a/package.json b/package.json index aefe530f8a5..2e430bd000b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "pdfjs-dist": "3.8.162", "prettier": "^3.0.0", "puppeteer": "^20.9.0", - "stylelint": "15.10.1", + "stylelint": "15.10.2", "stylelint-config-standard": "34.0.0", "typescript": "5.1.6", "web-ext": "7.6.2",