diff --git a/package-lock.json b/package-lock.json index 01b73a18399ef94869fe4ef94dffa7da5238bb00..a293f73742da241e12ad40db7a8c02cc11edc70e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3348,9 +3348,9 @@ "dev": true }, "process-nextick-args": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", - "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", "dev": true }, "pump": { @@ -4289,9 +4289,9 @@ } }, "stylelint-config-primer": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-primer/-/stylelint-config-primer-7.0.0.tgz", - "integrity": "sha512-PpQTJK9WYEoPRIpQtshKeslcloxLwRWTrF+lLgWKxRNsD/J0xuW+ucykqHYeO5+fJALWgFS06MdKQD/eg0Iycw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-primer/-/stylelint-config-primer-7.0.1.tgz", + "integrity": "sha512-yuKUU/0Z490FOp4gEGOebdXOcc0T0Kx07qygXImNZp4xisTkDabSEFUxfj8SzLybe08pPyuTFoJeCD65jXExuQ==", "dev": true, "requires": { "stylelint-no-unsupported-browser-features": "^1.0.0", diff --git a/package.json b/package.json index ad72af7d634304699f320a36da41c1b2a46c1b92..db7b2a7180e6da39a4cdb2d64beb93f31ea32cac 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "license": "MIT", "bugs": "https://github.com/pmarsceill/just-the-docs/issues", "devDependencies": { - "stylelint": "^10.1.0", - "stylelint-config-primer": "^7.0.0", + "stylelint": "^10.0.1", + "stylelint-config-primer": "^7.0.1", "stylelint-selector-no-utility": "^4.0.0" }, "dependencies": {