Skip to content

Commit 60b045e

Browse files
authored
chore(deps): Add temporary resolution for [email protected] (#17129)
1 parent 78b0fa8 commit 60b045e

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@
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"
151+
"sucrase": "getsentry/sucrase#es2020-polyfills",
152+
"stylus": "0.0.1-security"
152153
},
153154
"version": "0.0.0",
154155
"name": "sentry-javascript",

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
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", "@adobe/css-tools@^4.4.0":
78+
"@adobe/css-tools@^4.4.0":
7979
version "4.4.2"
8080
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.2.tgz#c836b1bd81e6d62cd6cdf3ee4948bcdce8ea79c8"
8181
integrity sha512-baYZExFpsdkBNuvGKTKWCwKH57HRZLVtycZS05WTQNVOiXVSeAki3nU35zlRbToeMW8aHlJfyS+1C4BOv27q0A==
@@ -27150,7 +27150,7 @@ sass@^1.49.9:
2715027150
immutable "^4.0.0"
2715127151
source-map-js ">=0.6.2 <2.0.0"
2715227152

27153-
sax@^1.2.4, sax@~1.2.4:
27153+
sax@^1.2.4:
2715427154
version "1.2.4"
2715527155
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
2715627156
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
@@ -28594,20 +28594,13 @@ stylus-lookup@^5.0.1:
2859428594
dependencies:
2859528595
commander "^10.0.1"
2859628596

28597-
[email protected], stylus@^0.59.0:
28598-
version "0.59.0"
28599-
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.59.0.tgz#a344d5932787142a141946536d6e24e6a6be7aa6"
28600-
integrity sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==
28601-
dependencies:
28602-
"@adobe/css-tools" "^4.0.1"
28603-
debug "^4.3.2"
28604-
glob "^7.1.6"
28605-
sax "~1.2.4"
28606-
source-map "^0.7.3"
28597+
28598+
version "0.0.1-security"
28599+
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.0.1-security.tgz#7fbf8df07e6c1202fce29d57fed2ecbf960e6a3b"
28600+
integrity sha512-qTLX5NJwuj5dqdJyi1eAjXGE4HfjWDoPLbSIpYWn/rAEdiyZnsngS/Yj0BRjM7wC41e/+spK4QCXFqz7LM0fFQ==
2860728601

2860828602
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2860928603
version "3.36.0"
28610-
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2861128604
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2861228605
dependencies:
2861328606
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)