From a59865eb47f6a29b3c7293e6613e4b0823dba9d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 05:24:36 +0000 Subject: [PATCH] Bump stylelint from 13.4.1 to 13.5.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.4.1 to 13.5.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.4.1...13.5.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 24 ++++++------------------ package.json | 2 +- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 273e31d..fa12f54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5215,9 +5215,9 @@ }, "dependencies": { "caniuse-lite": { - "version": "1.0.30001061", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001061.tgz", - "integrity": "sha512-SMICCeiNvMZnyXpuoO+ot7FHpMVPlrsR+HmfByj6nY4xYDHXLqMTbgH7ecEkDNXWkH1vaip+ZS0D7VTXwM1KYQ==", + "version": "1.0.30001062", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001062.tgz", + "integrity": "sha512-ei9ZqeOnN7edDrb24QfJ0OZicpEbsWxv7WusOiQGz/f2SfvBgHHbOEwBJ8HKGVSyx8Z6ndPjxzR6m0NQq+0bfw==", "dev": true }, "postcss": { @@ -5231,12 +5231,6 @@ "supports-color": "^6.1.0" } }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", - "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", - "dev": true - }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -20690,9 +20684,9 @@ } }, "stylelint": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.4.1.tgz", - "integrity": "sha512-zzfbANruKznLb2p6c8zlig1VVrNoPK70RlMmauy9K4sMolrphdZq8/WdIvvtT8inCG+fBUn6K6QOYLXcEWGoBg==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.5.0.tgz", + "integrity": "sha512-+Jy7ieKAWKTf2tmcAE7jgScxH39Urb87i0bjK/enScFaGWWaFn4kAPwepGOSk2b7CLUDVt/O6kwA0x0p/V7moQ==", "dev": true, "requires": { "@stylelint/postcss-css-in-js": "^0.37.1", @@ -20950,12 +20944,6 @@ } } }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", - "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", - "dev": true - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", diff --git a/package.json b/package.json index 1cbad9f..e98c5a6 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "react-dom": "^16.13.1", "react-pose": "^4.0.10", "release-it": "^13.6.1", - "stylelint": "^13.4.1", + "stylelint": "^13.5.0", "stylelint-prettier": "^1.1.2" }, "browserslist": "electron >= 8.0",