From 94ed67830a8abf141231f6d44e0641a1cf4c3f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:39:38 +0000 Subject: [PATCH] Bump @adobe/css-tools and stylus Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) to 4.3.2 and updates ancestor dependency [stylus](https://github.com/stylus/stylus). These dependencies need to be updated together. Updates `@adobe/css-tools` from 4.2.0 to 4.3.2 - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) Updates `stylus` from 0.60.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.60.0...0.62.0) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect - dependency-name: stylus dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index b021e49..3b368f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,15 +17,15 @@ "devDependencies": { "@intlify/unplugin-vue-i18n": "^1.2.0", "@vitejs/plugin-vue": "^4.1.0", - "stylus": "^0.60.0", + "stylus": "^0.62.0", "stylus-loader": "^7.0.0", "vite": "^4.2.3" } }, "node_modules/@adobe/css-tools": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.2.0.tgz", - "integrity": "sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.2.tgz", + "integrity": "sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==", "dev": true }, "node_modules/@babel/parser": { @@ -2103,9 +2103,9 @@ "peer": true }, "node_modules/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", + "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==", "dev": true }, "node_modules/schema-utils": { @@ -2181,15 +2181,15 @@ } }, "node_modules/stylus": { - "version": "0.60.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.60.0.tgz", - "integrity": "sha512-j2pBgEwzCu05yCuY4cmyp0FtPQQFBBAGB7TY7QaNl7eztiHwkxzwvIp5vjZJND/a1JNOka+ZW9ewVPFZpI3pcA==", + "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.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": { diff --git a/package.json b/package.json index 8c4d4c2..0fa6edf 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@intlify/unplugin-vue-i18n": "^1.2.0", "@vitejs/plugin-vue": "^4.1.0", - "stylus": "^0.60.0", + "stylus": "^0.62.0", "stylus-loader": "^7.0.0", "vite": "^4.2.3" },