diff --git a/package-lock.json b/package-lock.json index 1fdb4a873..cc4f25afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jest-expect-message": "^1.1.3", "postcss-less": "^6.0.0", "stylelint": "^15.11.0", - "stylelint-config-recess-order": "^4.4.0", + "stylelint-config-recess-order": "^4.5.0", "stylelint-config-recommended": "^13.0.0", "stylelint-stylistic": "^0.4.3", "supertest": "^6.3.4" @@ -13327,9 +13327,9 @@ } }, "node_modules/stylelint-config-recess-order": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-4.4.0.tgz", - "integrity": "sha512-Q99kvZyIM/aoPEV4dRDkzD3fZLzH0LXi+pawCf1r700uUeF/PHQ5PZXjwFUuGrWhOzd1N+cuVm+OUGsY2fRN5A==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-4.5.0.tgz", + "integrity": "sha512-GdIX+zgjo2ln7y+G6v6B8OdFrXhW6WteCg/vlQWIqpuo5q1SSF6ZwRvWU7LbfnC+z9AwUfga870gAWzGX3tDPg==", "dev": true, "dependencies": { "stylelint-order": "6.x" diff --git a/package.json b/package.json index 74666f461..a75762206 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "jest-expect-message": "^1.1.3", "postcss-less": "^6.0.0", "stylelint": "^15.11.0", - "stylelint-config-recess-order": "^4.4.0", + "stylelint-config-recess-order": "^4.5.0", "stylelint-config-recommended": "^13.0.0", "stylelint-stylistic": "^0.4.3", "supertest": "^6.3.4"