Skip to content

Commit c900704

Browse files
Bump stylus from 0.54.5 to 0.63.0
Bumps [stylus](https://github.com/stylus/stylus) from 0.54.5 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.54.5...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 43bdb8a commit c900704

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"smtp-tester": "2.1.0",
146146
"socket.io-client": "4.6.1",
147147
"style-loader": "4.0.0",
148-
"stylus": "0.54.5",
148+
"stylus": "0.63.0",
149149
"stylus-loader": "3.0.2",
150150
"supertest": "6.3.3",
151151
"svelte": "3.55.1",

yarn.lock

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
resolved "https://registry.yarnpkg.com/@4tw/cypress-drag-drop/-/cypress-drag-drop-2.2.4.tgz#d0e7549a58abfd55060e820c363f9f797ad76ff9"
88
integrity sha512-6mmjJ0SHjciI0JNofdVcN1LYLbvUcUT3oY2O+1HaTlQlpKPlX9kBc040Sik6RYFK7cgWvUNwoDoDoGSKA4IS/g==
99

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==
14+
1015
"@ampproject/remapping@^2.2.0":
1116
version "2.2.0"
1217
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
@@ -8964,10 +8969,10 @@ sax@0.5.x:
89648969
resolved "https://registry.yarnpkg.com/sax/-/sax-0.5.8.tgz#d472db228eb331c2506b0e8c15524adb939d12c1"
89658970
integrity sha512-c0YL9VcSfcdH3F1Qij9qpYJFpKFKMXNOkLWFssBL3RuF7ZS8oZhllR2rWlCRjDTJsfq3R6wbSsaRU6o0rkEdNw==
89668971

8967-
sax@>=0.6.0:
8968-
version "1.2.4"
8969-
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
8970-
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
8972+
sax@>=0.6.0, sax@~1.3.0:
8973+
version "1.3.0"
8974+
resolved "https://registry.yarnpkg.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0"
8975+
integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==
89718976

89728977
schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
89738978
version "3.1.1"
@@ -9412,6 +9417,11 @@ source-map@^0.6.0, source-map@^0.6.1:
94129417
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
94139418
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
94149419

9420+
source-map@^0.7.3:
9421+
version "0.7.4"
9422+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
9423+
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
9424+
94159425
sparse-bitfield@^3.0.3:
94169426
version "3.0.3"
94179427
resolved "https://registry.yarnpkg.com/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz#ff4ae6e68656056ba4b3e792ab3334d38273ca11"
@@ -9658,6 +9668,17 @@ stylus@0.54.5:
96589668
sax "0.5.x"
96599669
source-map "0.1.x"
96609670

9671+
stylus@0.63.0:
9672+
version "0.63.0"
9673+
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.63.0.tgz#511e8d56f2005b09010fbc1f62561c7b6f72a490"
9674+
integrity sha512-OMlgrTCPzE/ibtRMoeLVhOY0RcNuNWh0rhAVqeKnk/QwcuUKQbnqhZ1kg2vzD8VU/6h3FoPTq4RJPHgLBvX6Bw==
9675+
dependencies:
9676+
"@adobe/css-tools" "~4.3.3"
9677+
debug "^4.3.2"
9678+
glob "^7.1.6"
9679+
sax "~1.3.0"
9680+
source-map "^0.7.3"
9681+
96619682
superagent@^8.0.5:
96629683
version "8.0.6"
96639684
resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.0.6.tgz#e3fb0b3112b79b12acd605c08846253197765bf6"

0 commit comments

Comments
 (0)