Skip to content

Commit 86e2557

Browse files
committed
chore(deps): Revert stylus resolution after package was restored
1 parent 27e60b7 commit 86e2557

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@
148148
"gauge/strip-ansi": "6.0.1",
149149
"wide-align/string-width": "4.2.3",
150150
"cliui/wrap-ansi": "7.0.0",
151-
"sucrase": "getsentry/sucrase#es2020-polyfills",
152-
"stylus": "0.0.1-security"
151+
"sucrase": "getsentry/sucrase#es2020-polyfills"
153152
},
154153
"version": "0.0.0",
155154
"name": "sentry-javascript",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
7676
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
7777

78+
"@adobe/css-tools@^4.0.1":
79+
version "4.4.3"
80+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.3.tgz#beebbefb0264fdeb32d3052acae0e0d94315a9a2"
81+
integrity sha512-VQKMkwriZbaOgVCby1UDY/LDk5fIjhQicCvVPFqfe+69fWaPWydbWJ3wRt59/YzIwda1I81loas3oCoHxnqvdA==
82+
7883
"@adobe/css-tools@^4.4.0":
7984
version "4.4.2"
8085
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.2.tgz#c836b1bd81e6d62cd6cdf3ee4948bcdce8ea79c8"
@@ -27069,7 +27074,7 @@ sass@^1.49.9:
2706927074
immutable "^4.0.0"
2707027075
source-map-js ">=0.6.2 <2.0.0"
2707127076

27072-
sax@^1.2.4:
27077+
sax@^1.2.4, sax@~1.2.4:
2707327078
version "1.2.4"
2707427079
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
2707527080
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
@@ -28513,10 +28518,16 @@ stylus-lookup@^5.0.1:
2851328518
dependencies:
2851428519
commander "^10.0.1"
2851528520

28516-
28517-
version "0.0.1-security"
28518-
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.0.1-security.tgz#7fbf8df07e6c1202fce29d57fed2ecbf960e6a3b"
28519-
integrity sha512-qTLX5NJwuj5dqdJyi1eAjXGE4HfjWDoPLbSIpYWn/rAEdiyZnsngS/Yj0BRjM7wC41e/+spK4QCXFqz7LM0fFQ==
28521+
[email protected], stylus@^0.59.0:
28522+
version "0.59.0"
28523+
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.59.0.tgz#a344d5932787142a141946536d6e24e6a6be7aa6"
28524+
integrity sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==
28525+
dependencies:
28526+
"@adobe/css-tools" "^4.0.1"
28527+
debug "^4.3.2"
28528+
glob "^7.1.6"
28529+
sax "~1.2.4"
28530+
source-map "^0.7.3"
2852028531

2852128532
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2852228533
version "3.36.0"

0 commit comments

Comments
 (0)