From 19c265056ed030ba3bdefbf6dd69a7656dfc1d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:42:48 +0000 Subject: [PATCH] build(deps-dev): Bump stylus from 0.59.0 to 0.62.0 Bumps [stylus](https://github.com/stylus/stylus) from 0.59.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.59.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 | 21 +++++++-------------- package.json | 2 +- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index b591004..a7eea45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "prettier": "^2.8.8", "sonarqube-scanner": "^3.3.0", "style-loader": "^3.3.2", - "stylus": "^0.59.0", + "stylus": "^0.62.0", "stylus-loader": "^7.1.0", "tailwindcss": "3.3.2", "ts-node": "10.9.1", @@ -26678,8 +26678,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==", - "dev": true, - "optional": true + "dev": true }, "node_modules/scheduler": { "version": "0.20.2", @@ -28102,15 +28101,15 @@ } }, "node_modules/stylus": { - "version": "0.59.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.59.0.tgz", - "integrity": "sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==", + "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.0.1", + "@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": { @@ -28164,12 +28163,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/stylus/node_modules/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "dev": true - }, "node_modules/sucrase": { "version": "3.34.0", "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.34.0.tgz", diff --git a/package.json b/package.json index 8ae8e9c..603a888 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "prettier": "^2.8.8", "sonarqube-scanner": "^3.3.0", "style-loader": "^3.3.2", - "stylus": "^0.59.0", + "stylus": "^0.62.0", "stylus-loader": "^7.1.0", "tailwindcss": "3.3.2", "ts-node": "10.9.1",