Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.63.0 #2862

Merged
merged 1 commit into from Mar 5, 2024
Merged

0.63.0 #2862

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions 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)
Expand Down
4 changes: 2 additions & 2 deletions 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 <tj@vision-media.ca>",
"keywords": [
"css",
Expand All @@ -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",
Expand Down