From b3b8499998b8e23c658c5aca155f3493f77e6209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:00:56 +0100 Subject: [PATCH] chore(deps): bump stylus from 0.61.0 to 0.62.0 (#168) Bumps [stylus](https://github.com/stylus/stylus) from 0.61.0 to 0.62.0. - [Release notes](https://github.com/stylus/stylus/releases) - [Changelog](https://github.com/stylus/stylus/blob/dev/Changelog.md) - [Commits](https://github.com/stylus/stylus/compare/0.61.0...0.62.0) --- updated-dependencies: - dependency-name: stylus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f100cb..39b9e22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "nib": "^1.2.0", - "stylus": "^0.61.0" + "stylus": "^0.62.0" }, "devDependencies": { "c8": "^8.0.0", @@ -3004,9 +3004,9 @@ } }, "node_modules/stylus": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.61.0.tgz", - "integrity": "sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.62.0.tgz", + "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "dependencies": { "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", @@ -5539,9 +5539,9 @@ "dev": true }, "stylus": { - "version": "0.61.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.61.0.tgz", - "integrity": "sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.62.0.tgz", + "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "requires": { "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", diff --git a/package.json b/package.json index 551c3cd..f6ce036 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "nib": "^1.2.0", - "stylus": "^0.61.0" + "stylus": "^0.62.0" }, "devDependencies": { "c8": "^8.0.0",