diff --git a/package-lock.json b/package-lock.json index 9fad7b64..c21d1a26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,10 +35,10 @@ "postcss-scss": "^4.0.1", "prettier": "^1.19.1", "rimraf": "^3.0.2", - "stylelint": "^14.5.0" + "stylelint": "github:stylelint/stylelint#bump-css-functions-list" }, "peerDependencies": { - "stylelint": "^14.0.0" + "stylelint": "^14.5.0" } }, "node_modules/@babel/cli": { @@ -11473,14 +11473,14 @@ }, "node_modules/stylelint": { "version": "14.5.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.0.tgz", - "integrity": "sha512-4dvQjrhAz2njLoE1OvUEZpryNWcmx2w5Lq5jlibxFv6b5W6O8/vob12M2ZzhX3Ndzs5f67F+BEYmhnQXOwfVYQ==", + "resolved": "git+ssh://git@github.com/stylelint/stylelint.git#dd650efa66103f5c33a9df1dac77e4fca66408d1", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^2.0.0", "colord": "^2.9.2", "cosmiconfig": "^7.0.1", - "css-functions-list": "^3.0.0", + "css-functions-list": "^3.0.1", "debug": "^4.3.3", "execall": "^2.0.0", "fast-glob": "^3.2.11", @@ -11517,7 +11517,7 @@ "svg-tags": "^1.0.0", "table": "^6.8.0", "v8-compile-cache": "^2.3.0", - "write-file-atomic": "^4.0.0" + "write-file-atomic": "^4.0.1" }, "bin": { "stylelint": "bin/stylelint.js" @@ -21019,15 +21019,14 @@ "dev": true }, "stylelint": { - "version": "14.5.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.0.tgz", - "integrity": "sha512-4dvQjrhAz2njLoE1OvUEZpryNWcmx2w5Lq5jlibxFv6b5W6O8/vob12M2ZzhX3Ndzs5f67F+BEYmhnQXOwfVYQ==", + "version": "git+ssh://git@github.com/stylelint/stylelint.git#dd650efa66103f5c33a9df1dac77e4fca66408d1", "dev": true, + "from": "stylelint@github:stylelint/stylelint#bump-css-functions-list", "requires": { "balanced-match": "^2.0.0", "colord": "^2.9.2", "cosmiconfig": "^7.0.1", - "css-functions-list": "^3.0.0", + "css-functions-list": "^3.0.1", "debug": "^4.3.3", "execall": "^2.0.0", "fast-glob": "^3.2.11", @@ -21064,7 +21063,7 @@ "svg-tags": "^1.0.0", "table": "^6.8.0", "v8-compile-cache": "^2.3.0", - "write-file-atomic": "^4.0.0" + "write-file-atomic": "^4.0.1" }, "dependencies": { "balanced-match": { diff --git a/package.json b/package.json index fa896597..d6715a48 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "postcss-scss": "^4.0.1", "prettier": "^1.19.1", "rimraf": "^3.0.2", - "stylelint": "^14.5.0" + "stylelint": "github:stylelint/stylelint#bump-css-functions-list" }, "peerDependencies": { "stylelint": "^14.5.0"