From 23c0e81c3f4f6a75a79c5bed2e66a7ae5d7a1a00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2020 15:20:27 +0100 Subject: [PATCH] Bump @stylelint/postcss-css-in-js from 0.37.1 to 0.37.2 (#4888) Bumps [@stylelint/postcss-css-in-js](https://github.com/stylelint/postcss-css-in-js) from 0.37.1 to 0.37.2. - [Release notes](https://github.com/stylelint/postcss-css-in-js/releases) - [Changelog](https://github.com/stylelint/postcss-css-in-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/postcss-css-in-js/compare/0.37.1...0.37.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0792c3c655..e3cd564a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1442,9 +1442,9 @@ } }, "@stylelint/postcss-css-in-js": { - "version": "0.37.1", - "resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.1.tgz", - "integrity": "sha512-UMf2Rni3JGKi3ZwYRGMYJ5ipOA5ENJSKMtYA/pE1ZLURwdh7B5+z2r73RmWvub+N0UuH1Lo+TGfCgYwPvqpXNw==", + "version": "0.37.2", + "resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz", + "integrity": "sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==", "requires": { "@babel/core": ">=7.9.0" } diff --git a/package.json b/package.json index 22b50a23dd..707f2ebb41 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ ] }, "dependencies": { - "@stylelint/postcss-css-in-js": "^0.37.1", + "@stylelint/postcss-css-in-js": "^0.37.2", "@stylelint/postcss-markdown": "^0.36.1", "autoprefixer": "^9.8.2", "balanced-match": "^1.0.0",