Skip to content

Commit 87157d1

Browse files
committed
add scoped resolution
1 parent 1f56e77 commit 87157d1

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@
151151
"gauge/strip-ansi": "6.0.1",
152152
"wide-align/string-width": "4.2.3",
153153
"cliui/wrap-ansi": "7.0.0",
154-
"sucrase": "getsentry/sucrase#es2020-polyfills"
154+
"sucrase": "getsentry/sucrase#es2020-polyfills",
155+
"**/express/path-to-regexp": "0.1.12"
155156
},
156157
"version": "0.0.0",
157158
"name": "sentry-javascript",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24824,10 +24824,10 @@ path-scurry@^2.0.0:
2482424824
lru-cache "^11.0.0"
2482524825
minipass "^7.1.2"
2482624826

24827-
path-to-regexp@0.1.10:
24828-
version "0.1.10"
24829-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
24830-
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
24827+
path-to-regexp@0.1.10, path-to-regexp@0.1.12, path-to-regexp@~0.1.12:
24828+
version "0.1.12"
24829+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
24830+
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
2483124831

2483224832
path-to-regexp@3.3.0:
2483324833
version "3.3.0"
@@ -24856,11 +24856,6 @@ path-to-regexp@^8.0.0, path-to-regexp@^8.1.0:
2485624856
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.3.0.tgz#aa818a6981f99321003a08987d3cec9c3474cd1f"
2485724857
integrity sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==
2485824858

24859-
path-to-regexp@~0.1.12:
24860-
version "0.1.12"
24861-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
24862-
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
24863-
2486424859
path-type@^3.0.0:
2486524860
version "3.0.0"
2486624861
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)