Skip to content

Commit 1f56e77

Browse files
committed
rm resolution
1 parent 793a5ba commit 1f56e77

2 files changed

Lines changed: 34 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@
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",
155-
"path-to-regexp": ">=0.1.12"
154+
"sucrase": "getsentry/sucrase#es2020-polyfills"
156155
},
157156
"version": "0.0.0",
158157
"name": "sentry-javascript",

yarn.lock

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24824,11 +24824,43 @@ path-scurry@^2.0.0:
2482424824
lru-cache "^11.0.0"
2482524825
minipass "^7.1.2"
2482624826

24827-
path-to-regexp@0.1.10, path-to-regexp@3.3.0, path-to-regexp@6.3.0, path-to-regexp@8.2.0, path-to-regexp@>=0.1.12, path-to-regexp@^1.5.3, path-to-regexp@^1.7.0, path-to-regexp@^6.2.1, path-to-regexp@^8.0.0, path-to-regexp@^8.1.0, path-to-regexp@~0.1.12:
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==
24831+
24832+
path-to-regexp@3.3.0:
24833+
version "3.3.0"
24834+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.3.0.tgz#f7f31d32e8518c2660862b644414b6d5c63a611b"
24835+
integrity sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==
24836+
24837+
path-to-regexp@6.3.0, path-to-regexp@^6.2.1:
24838+
version "6.3.0"
24839+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"
24840+
integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==
24841+
24842+
path-to-regexp@8.2.0:
24843+
version "8.2.0"
24844+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz#73990cc29e57a3ff2a0d914095156df5db79e8b4"
24845+
integrity sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==
24846+
24847+
path-to-regexp@^1.5.3, path-to-regexp@^1.7.0:
24848+
version "1.9.0"
24849+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
24850+
integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==
24851+
dependencies:
24852+
isarray "0.0.1"
24853+
24854+
path-to-regexp@^8.0.0, path-to-regexp@^8.1.0:
2482824855
version "8.3.0"
2482924856
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.3.0.tgz#aa818a6981f99321003a08987d3cec9c3474cd1f"
2483024857
integrity sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==
2483124858

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+
2483224864
path-type@^3.0.0:
2483324865
version "3.0.0"
2483424866
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)