Skip to content

Commit 00d177d

Browse files
committed
Update import-in-the-middle to 1.11.2
1 parent 57b2b22 commit 00d177d

File tree

2 files changed

+11
-61
lines changed

2 files changed

+11
-61
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@sentry/opentelemetry": "8.33.1",
100100
"@sentry/types": "8.33.1",
101101
"@sentry/utils": "8.33.1",
102-
"import-in-the-middle": "^1.11.0"
102+
"import-in-the-middle": "^1.11.2"
103103
},
104104
"devDependencies": {
105105
"@types/node": "^14.18.0"

yarn.lock

Lines changed: 10 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -9826,17 +9826,7 @@
98269826
dependencies:
98279827
"@types/unist" "*"
98289828

9829-
"@types/history-4@npm:@types/history@4.7.8":
9830-
version "4.7.8"
9831-
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
9832-
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
9833-
9834-
"@types/history-5@npm:@types/history@4.7.8":
9835-
version "4.7.8"
9836-
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
9837-
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
9838-
9839-
"@types/history@*":
9829+
"@types/history-4@npm:@types/history@4.7.8", "@types/history-5@npm:@types/history@4.7.8", "@types/history@*":
98409830
version "4.7.8"
98419831
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
98429832
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
@@ -10164,15 +10154,7 @@
1016410154
"@types/history" "^3"
1016510155
"@types/react" "*"
1016610156

10167-
"@types/react-router-4@npm:@types/react-router@5.1.14":
10168-
version "5.1.14"
10169-
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
10170-
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
10171-
dependencies:
10172-
"@types/history" "*"
10173-
"@types/react" "*"
10174-
10175-
"@types/react-router-5@npm:@types/react-router@5.1.14":
10157+
"@types/react-router-4@npm:@types/react-router@5.1.14", "@types/react-router-5@npm:@types/react-router@5.1.14":
1017610158
version "5.1.14"
1017710159
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
1017810160
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
@@ -20791,10 +20773,10 @@ import-in-the-middle@1.4.2:
2079120773
cjs-module-lexer "^1.2.2"
2079220774
module-details-from-path "^1.0.3"
2079320775

20794-
import-in-the-middle@^1.11.0, import-in-the-middle@^1.8.1:
20795-
version "1.11.0"
20796-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.0.tgz#a94c4925b8da18256cde3b3b7b38253e6ca5e708"
20797-
integrity sha512-5DimNQGoe0pLUHbR9qK84iWaWjjbsxiqXnw6Qz64+azRgleqv9k2kTt5fw7QsOpmaGYtuxxursnPPsnTKEx10Q==
20776+
import-in-the-middle@^1.11.2, import-in-the-middle@^1.8.1:
20777+
version "1.11.2"
20778+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.2.tgz#dd848e72b63ca6cd7c34df8b8d97fc9baee6174f"
20779+
integrity sha512-gK6Rr6EykBcc6cVWRSBR5TWf8nn6hZMYSRYqCcHa0l0d1fPK7JSYo6+Mlmck76jIX9aL/IZ71c06U2VpFwl1zA==
2079820780
dependencies:
2079920781
acorn "^8.8.2"
2080020782
acorn-import-attributes "^1.9.5"
@@ -28644,7 +28626,7 @@ react-is@^18.0.0:
2864428626
dependencies:
2864528627
"@remix-run/router" "1.0.2"
2864628628

28647-
"react-router-6@npm:react-router@6.3.0":
28629+
"react-router-6@npm:react-router@6.3.0", react-router@6.3.0:
2864828630
version "6.3.0"
2864928631
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
2865028632
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
@@ -28659,13 +28641,6 @@ react-router-dom@^6.2.2:
2865928641
history "^5.2.0"
2866028642
react-router "6.3.0"
2866128643

28662-
react-router@6.3.0:
28663-
version "6.3.0"
28664-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
28665-
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
28666-
dependencies:
28667-
history "^5.2.0"
28668-
2866928644
react@^18.0.0:
2867028645
version "18.0.0"
2867128646
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
@@ -31114,16 +31089,7 @@ string-template@~0.2.1:
3111431089
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
3111531090
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
3111631091

31117-
"string-width-cjs@npm:string-width@^4.2.0":
31118-
version "4.2.3"
31119-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31120-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
31121-
dependencies:
31122-
emoji-regex "^8.0.0"
31123-
is-fullwidth-code-point "^3.0.0"
31124-
strip-ansi "^6.0.1"
31125-
31126-
string-width@4.2.3, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
31092+
"string-width-cjs@npm:string-width@^4.2.0", string-width@4.2.3, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
3112731093
version "4.2.3"
3112831094
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3112931095
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -31235,14 +31201,7 @@ stringify-object@^3.2.1:
3123531201
is-obj "^1.0.1"
3123631202
is-regexp "^1.0.0"
3123731203

31238-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
31239-
version "6.0.1"
31240-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31241-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
31242-
dependencies:
31243-
ansi-regex "^5.0.1"
31244-
31245-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
31204+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3124631205
version "6.0.1"
3124731206
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3124831207
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -34259,16 +34218,7 @@ wrangler@^3.67.1:
3425934218
optionalDependencies:
3426034219
fsevents "~2.3.2"
3426134220

34262-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
34263-
version "7.0.0"
34264-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
34265-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
34266-
dependencies:
34267-
ansi-styles "^4.0.0"
34268-
string-width "^4.1.0"
34269-
strip-ansi "^6.0.0"
34270-
34271-
wrap-ansi@7.0.0, wrap-ansi@^7.0.0:
34221+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@7.0.0, wrap-ansi@^7.0.0:
3427234222
version "7.0.0"
3427334223
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3427434224
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)