From ac351d0cc3e73cdd3f202f048e53bb770a45507d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jun 2021 02:10:16 +0000 Subject: [PATCH] Bump stylus from 0.54.7 to 0.54.8 Bumps [stylus](https://github.com/stylus/stylus) from 0.54.7 to 0.54.8. - [Release notes](https://github.com/stylus/stylus/releases) - [Changelog](https://github.com/stylus/stylus/blob/dev/History.md) - [Commits](https://github.com/stylus/stylus/compare/0.54.7...0.54.8) --- updated-dependencies: - dependency-name: stylus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++++------ package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1bc086c1..67cb7f60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15408,17 +15408,17 @@ } }, "stylus": { - "version": "0.54.7", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.7.tgz", - "integrity": "sha512-Yw3WMTzVwevT6ZTrLCYNHAFmanMxdylelL3hkWNgPMeTCpMwpV3nXjpOHuBXtFv7aiO2xRuQS6OoAdgkNcSNug==", + "version": "0.54.8", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.8.tgz", + "integrity": "sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==", "requires": { "css-parse": "~2.0.0", "debug": "~3.1.0", - "glob": "^7.1.3", - "mkdirp": "~0.5.x", + "glob": "^7.1.6", + "mkdirp": "~1.0.4", "safer-buffer": "^2.1.2", "sax": "~1.2.4", - "semver": "^6.0.0", + "semver": "^6.3.0", "source-map": "^0.7.3" }, "dependencies": { @@ -15430,6 +15430,11 @@ "ms": "2.0.0" } }, + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", diff --git a/package.json b/package.json index b5b60f10..8bb4ef70 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react-router-dom": "5.2.0", "react-scripts": "3.4.1", "react-spinners": "0.9.0", - "stylus": "0.54.7" + "stylus": "0.54.8" }, "devDependencies": { "chromedriver": "83.0.0",