From 5e15dcd997a6db5fead1f21215a8ae28fbf1baa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:56:24 +0000 Subject: [PATCH] Bump stylus from 0.60.0 to 0.61.0 Bumps [stylus](https://github.com/stylus/stylus) from 0.60.0 to 0.61.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.60.0...0.61.0) --- updated-dependencies: - dependency-name: stylus dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++----------- .../package.json" | 2 +- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8b2ffd..70c5582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,9 +26,10 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.2.0", - "dev": true, - "license": "MIT" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz", + "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==", + "dev": true }, "node_modules/@alloc/quick-lru": { "version": "5.2.0", @@ -14467,8 +14468,7 @@ "node_modules/sax": { "version": "1.3.0", "dev": true, - "license": "ISC", - "optional": true + "license": "ISC" }, "node_modules/scheduler": { "version": "0.23.0", @@ -15229,14 +15229,15 @@ } }, "node_modules/stylus": { - "version": "0.60.0", + "version": "0.61.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.61.0.tgz", + "integrity": "sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==", "dev": true, - "license": "MIT", "dependencies": { - "@adobe/css-tools": "~4.2.0", + "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", "glob": "^7.1.6", - "sax": "~1.2.4", + "sax": "~1.3.0", "source-map": "^0.7.3" }, "bin": { @@ -15270,11 +15271,6 @@ "dev": true, "license": "MIT" }, - "node_modules/stylus/node_modules/sax": { - "version": "1.2.4", - "dev": true, - "license": "ISC" - }, "node_modules/stylus/node_modules/source-map": { "version": "0.7.4", "dev": true, @@ -16751,7 +16747,7 @@ "devDependencies": { "less": "^4.2.0", "sass": "^1.69.5", - "stylus": "^0.60.0" + "stylus": "^0.61.0" } } } diff --git "a/src/\347\254\2548\347\253\240_Tailwind_CSS\343\202\222\346\227\242\345\255\230\343\201\256\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\253\345\260\216\345\205\245\343\201\231\343\202\213/package.json" "b/src/\347\254\2548\347\253\240_Tailwind_CSS\343\202\222\346\227\242\345\255\230\343\201\256\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\253\345\260\216\345\205\245\343\201\231\343\202\213/package.json" index d390785..7e9b1be 100644 --- "a/src/\347\254\2548\347\253\240_Tailwind_CSS\343\202\222\346\227\242\345\255\230\343\201\256\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\253\345\260\216\345\205\245\343\201\231\343\202\213/package.json" +++ "b/src/\347\254\2548\347\253\240_Tailwind_CSS\343\202\222\346\227\242\345\255\230\343\201\256\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\253\345\260\216\345\205\245\343\201\231\343\202\213/package.json" @@ -9,6 +9,6 @@ "devDependencies": { "less": "^4.2.0", "sass": "^1.69.5", - "stylus": "^0.60.0" + "stylus": "^0.61.0" } }