Skip to content

Commit 5b9cd00

Browse files
build(deps-dev): bump stylus from 0.62.0 to 0.63.0
Bumps [stylus](https://github.com/stylus/stylus) from 0.62.0 to 0.63.0. - [Release notes](https://github.com/stylus/stylus/releases) - [Changelog](https://github.com/stylus/stylus/blob/dev/Changelog.md) - [Commits](stylus/stylus@0.62.0...0.63.0) --- updated-dependencies: - dependency-name: stylus dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ece2391 commit 5b9cd00

File tree

2 files changed

+13
-28
lines changed

2 files changed

+13
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"rimraf": "5.0.5",
6666
"sass": "1.74.1",
6767
"sass-loader": "14.1.1",
68-
"stylus": "0.62.0",
68+
"stylus": "0.63.0",
6969
"terser-webpack-plugin": "5.3.9",
7070
"typescript": "5.4.4",
7171
"webpack": "5.89.0",

yarn.lock

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10-
"@adobe/css-tools@~4.3.1":
11-
version "4.3.1"
12-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.1.tgz#abfccb8ca78075a2b6187345c26243c1a0842f28"
13-
integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==
10+
"@adobe/css-tools@~4.3.3":
11+
version "4.3.3"
12+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.3.tgz#90749bde8b89cd41764224f5aac29cd4138f75ff"
13+
integrity sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==
1414

1515
"@ampproject/remapping@^2.2.0":
1616
version "2.2.0"
@@ -2970,16 +2970,8 @@ statuses@2.0.1:
29702970
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
29712971
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
29722972

2973-
"string-width-cjs@npm:string-width@^4.2.0":
2974-
version "4.2.3"
2975-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2976-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2977-
dependencies:
2978-
emoji-regex "^8.0.0"
2979-
is-fullwidth-code-point "^3.0.0"
2980-
strip-ansi "^6.0.1"
2981-
2982-
string-width@^4.1.0:
2973+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2974+
name string-width-cjs
29832975
version "4.2.3"
29842976
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
29852977
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2997,7 +2989,7 @@ string-width@^5.0.1, string-width@^5.1.2:
29972989
emoji-regex "^9.2.2"
29982990
strip-ansi "^7.0.1"
29992991

3000-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2992+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
30012993
version "6.0.1"
30022994
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
30032995
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3011,13 +3003,6 @@ strip-ansi@^3.0.0:
30113003
dependencies:
30123004
ansi-regex "^2.0.0"
30133005

3014-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3015-
version "6.0.1"
3016-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3017-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3018-
dependencies:
3019-
ansi-regex "^5.0.1"
3020-
30213006
strip-ansi@^7.0.1:
30223007
version "7.0.1"
30233008
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -3030,12 +3015,12 @@ strip-json-comments@^3.1.1:
30303015
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
30313016
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
30323017

3033-
stylus@0.62.0:
3034-
version "0.62.0"
3035-
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.62.0.tgz#648a020e2bf90ed87587ab9c2f012757e977bb5d"
3036-
integrity sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==
3018+
stylus@0.63.0:
3019+
version "0.63.0"
3020+
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.63.0.tgz#511e8d56f2005b09010fbc1f62561c7b6f72a490"
3021+
integrity sha512-OMlgrTCPzE/ibtRMoeLVhOY0RcNuNWh0rhAVqeKnk/QwcuUKQbnqhZ1kg2vzD8VU/6h3FoPTq4RJPHgLBvX6Bw==
30373022
dependencies:
3038-
"@adobe/css-tools" "~4.3.1"
3023+
"@adobe/css-tools" "~4.3.3"
30393024
debug "^4.3.2"
30403025
glob "^7.1.6"
30413026
sax "~1.3.0"

0 commit comments

Comments
 (0)