diff --git a/package-lock.json b/package-lock.json index c52834c2af7..35cdfbd2219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15021,9 +15021,9 @@ "dev": true }, "stylelint": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-12.0.0.tgz", - "integrity": "sha512-TwqtATrFOT07SPlUGyHN7tVhWqxwitn5BlAvyBQy/ekA+Nwu4mLU9L1dvGQPNxHUBLowjvkSW18QzHHR6/FVVQ==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-12.0.1.tgz", + "integrity": "sha512-1mn39pqZiC/e8KUPoRMc1WMM83Upb2ILaSGxkCvKxALHutEOs2txcPQocJiXdO4Zx4FY4prGqjlkwrbthAxqig==", "dev": true, "requires": { "autoprefixer": "^9.7.1", @@ -16732,17 +16732,6 @@ "dev": true, "requires": { "@babel/runtime": "^7.6.3" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz", - "integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==", - "dev": true, - "requires": { - "regenerator-runtime": "^0.13.2" - } - } } }, "yargs": { diff --git a/package.json b/package.json index 5628b35905a..555451ec7dc 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "node-sass": "4.13.0", "prettier": "github:automattic/calypso-prettier#c56b4251", "puppeteer": "2.0.0", - "stylelint": "12.0.0", + "stylelint": "12.0.1", "stylelint-config-wordpress": "15.0.0" }, "engines": {