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" } }