From c5b0b90476d102ef730118099707b9fa026a4313 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Tue, 5 Mar 2024 13:00:33 +0800 Subject: [PATCH] 0.63.0 (#2862) --- Changelog.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3d9bf6902..d16520669 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +0.63.0 / 2024-03-05 +=================== + * update vulnerable dependency [#2861](https://github.com/stylus/stylus/pull/2861) + 0.62.0 / 2023-11-18 =================== * fix: super call regression [#2843](https://github.com/stylus/stylus/pull/2843) diff --git a/package.json b/package.json index 6e30d775c..d1db3759d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stylus", "description": "Robust, expressive, and feature-rich CSS superset", - "version": "0.62.0", + "version": "0.63.0", "author": "TJ Holowaychuk ", "keywords": [ "css", @@ -28,7 +28,7 @@ "test": "mocha test/ test/middleware/ --require chai --bail --check-leaks --reporter dot" }, "dependencies": { - "@adobe/css-tools": "~4.3.2", + "@adobe/css-tools": "~4.3.3", "debug": "^4.3.2", "glob": "^7.1.6", "sax": "~1.3.0",