From 2fb2d24253495d00d40e8eee2f5b15757d092844 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 05:52:23 +0000 Subject: [PATCH] Bump stylelint from 13.4.0 to 13.4.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.4.0 to 13.4.1. - [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.0...13.4.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7fe3aac..e3043e86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1978,9 +1978,9 @@ } }, "electron-to-chromium": { - "version": "1.3.441", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.441.tgz", - "integrity": "sha512-leBfJwLuyGs1jEei2QioI+PjVMavmUIvPYidE8dCCYWLAq0uefhN3NYgDNb8WxD3uiUNnJ3ScMXg0upSlwySzQ==", + "version": "1.3.442", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.442.tgz", + "integrity": "sha512-3OjmbnD9+LyWzh9o3rjC7LNIkcDHjKyHM6Xt0G/+7gHGCaEIwvWYi8TrNA8feNnuGmvI9WKu289PFMQGMLHAig==", "dev": true }, "postcss": { @@ -9541,9 +9541,9 @@ "dev": true }, "stylelint": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.4.0.tgz", - "integrity": "sha512-VOAOkTil5GmUfEJH+O6LdsggoUt692QTSu+YfLhVP5sFTVCVp0+PS2oCjjG8ZdUAP9aNNNYxTP6GWVbB1tl2bg==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.4.1.tgz", + "integrity": "sha512-zzfbANruKznLb2p6c8zlig1VVrNoPK70RlMmauy9K4sMolrphdZq8/WdIvvtT8inCG+fBUn6K6QOYLXcEWGoBg==", "dev": true, "requires": { "@stylelint/postcss-css-in-js": "^0.37.1", diff --git a/package.json b/package.json index 7c4a77bf..b0a50c79 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "remark-cli": "*", "remark-lint": "*", "remark-preset-lint-recommended": "*", - "stylelint": "^13.4.0", + "stylelint": "^13.4.1", "stylelint-config-prettier": "^8.0.1", "typescript": "^3.8.3", "typescript-language-server": "^0.4.0",