From 28332707b3c0d9b58edf4812fcf1db4957a6c89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:52:14 +0000 Subject: [PATCH] Bump stylus from 0.61.0 to 0.62.0 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[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 0bd727d..1e3656b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,8 @@ "src/*" ], "devDependencies": { - "npm-run-all2": "latest", - "prettier": "latest", + "npm-run-all2": "*", + "prettier": "*", "tailwindcss": "insiders" } }, @@ -15344,9 +15344,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==", "dev": true, "dependencies": { "@adobe/css-tools": "~4.3.1", @@ -16862,7 +16862,7 @@ "devDependencies": { "less": "^4.2.0", "sass": "^1.69.5", - "stylus": "^0.61.0" + "stylus": "^0.62.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 7e9b1be..df6f9b2 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.61.0" + "stylus": "^0.62.0" } }