Skip to content

Commit 5d0f6f4

Browse files
feat(deps): bump @opentelemetry/instrumentation-connect from 0.36.0 to 0.36.1 (#12240)
1 parent 215238f commit 5d0f6f4

File tree

2 files changed

+63
-20
lines changed

2 files changed

+63
-20
lines changed

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@opentelemetry/context-async-hooks": "^1.23.0",
7575
"@opentelemetry/core": "^1.24.1",
7676
"@opentelemetry/instrumentation": "^0.51.1",
77-
"@opentelemetry/instrumentation-connect": "0.36.0",
77+
"@opentelemetry/instrumentation-connect": "0.36.1",
7878
"@opentelemetry/instrumentation-express": "0.39.0",
7979
"@opentelemetry/instrumentation-fastify": "0.36.1",
8080
"@opentelemetry/instrumentation-graphql": "0.40.0",

yarn.lock

+62-19
Original file line numberDiff line numberDiff line change
@@ -6305,14 +6305,14 @@
63056305
"@opentelemetry/propagation-utils" "^0.30.9"
63066306
"@opentelemetry/semantic-conventions" "^1.22.0"
63076307

6308-
"@opentelemetry/[email protected].0":
6309-
version "0.36.0"
6310-
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.36.0.tgz#6a83722f0cb22a7f9b3bd8185f940308bbed0e50"
6311-
integrity sha512-k9++bmJZ9zDEs3u3DnKTn2l7QTiNFg3gPx7G9rW0TPnP+xZoBSBTrEcGYBaqflQlrFG23Q58+X1sM2ayWPv5Fg==
6308+
"@opentelemetry/[email protected].1":
6309+
version "0.36.1"
6310+
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.36.1.tgz#4ef93ade4c7224213d9e4411190c22d753166a18"
6311+
integrity sha512-xI5Q/CMmzBmHshPnzzjD19ptFaYO/rQWzokpNio4QixZYWhJsa35QgRvN9FhPkwgtuJIbt/CWWAufJ3egJNHEA==
63126312
dependencies:
63136313
"@opentelemetry/core" "^1.8.0"
63146314
"@opentelemetry/instrumentation" "^0.51.0"
6315-
"@opentelemetry/semantic-conventions" "^1.0.0"
6315+
"@opentelemetry/semantic-conventions" "^1.22.0"
63166316
"@types/connect" "3.4.36"
63176317

63186318
"@opentelemetry/[email protected]":
@@ -8061,14 +8061,7 @@
80618061
"@types/express-serve-static-core" "*"
80628062
"@types/node" "*"
80638063

8064-
"@types/connect@*":
8065-
version "3.4.34"
8066-
resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.34.tgz#170a40223a6d666006d93ca128af2beb1d9b1901"
8067-
integrity sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ==
8068-
dependencies:
8069-
"@types/node" "*"
8070-
8071-
8064+
"@types/connect@*", "@types/[email protected]":
80728065
version "3.4.36"
80738066
resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.36.tgz#e511558c15a39cb29bd5357eebb57bd1459cd1ab"
80748067
integrity sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==
@@ -8458,7 +8451,17 @@
84588451
dependencies:
84598452
"@types/unist" "*"
84608453

8461-
"@types/history-4@npm:@types/[email protected]", "@types/history-5@npm:@types/[email protected]", "@types/history@*":
8454+
"@types/history-4@npm:@types/[email protected]":
8455+
version "4.7.8"
8456+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
8457+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
8458+
8459+
"@types/history-5@npm:@types/[email protected]":
8460+
version "4.7.8"
8461+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
8462+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
8463+
8464+
"@types/history@*":
84628465
version "4.7.8"
84638466
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
84648467
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
@@ -8824,7 +8827,15 @@
88248827
"@types/history" "^3"
88258828
"@types/react" "*"
88268829

8827-
"@types/react-router-4@npm:@types/[email protected]", "@types/react-router-5@npm:@types/[email protected]":
8830+
"@types/react-router-4@npm:@types/[email protected]":
8831+
version "5.1.14"
8832+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
8833+
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
8834+
dependencies:
8835+
"@types/history" "*"
8836+
"@types/react" "*"
8837+
8838+
"@types/react-router-5@npm:@types/[email protected]":
88288839
version "5.1.14"
88298840
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
88308841
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
@@ -26123,7 +26134,7 @@ react-is@^18.0.0:
2612326134
dependencies:
2612426135
"@remix-run/router" "1.0.2"
2612526136

26126-
"react-router-6@npm:[email protected]", [email protected]:
26137+
"react-router-6@npm:[email protected]":
2612726138
version "6.3.0"
2612826139
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
2612926140
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
@@ -26138,6 +26149,13 @@ react-router-dom@^6.2.2:
2613826149
history "^5.2.0"
2613926150
react-router "6.3.0"
2614026151

26152+
26153+
version "6.3.0"
26154+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
26155+
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
26156+
dependencies:
26157+
history "^5.2.0"
26158+
2614126159
react@^18.0.0:
2614226160
version "18.0.0"
2614326161
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
@@ -28456,7 +28474,7 @@ string-template@~0.2.1:
2845628474
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
2845728475
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
2845828476

28459-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
28477+
"string-width-cjs@npm:string-width@^4.2.0":
2846028478
version "4.2.3"
2846128479
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2846228480
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -28482,6 +28500,15 @@ string-width@^2.1.0:
2848228500
is-fullwidth-code-point "^2.0.0"
2848328501
strip-ansi "^4.0.0"
2848428502

28503+
string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
28504+
version "4.2.3"
28505+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
28506+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
28507+
dependencies:
28508+
emoji-regex "^8.0.0"
28509+
is-fullwidth-code-point "^3.0.0"
28510+
strip-ansi "^6.0.1"
28511+
2848528512
string-width@^5.0.1, string-width@^5.1.2:
2848628513
version "5.1.2"
2848728514
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -28577,7 +28604,14 @@ stringify-object@^3.2.1:
2857728604
is-obj "^1.0.1"
2857828605
is-regexp "^1.0.0"
2857928606

28580-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
28607+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
28608+
version "6.0.1"
28609+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
28610+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
28611+
dependencies:
28612+
ansi-regex "^5.0.1"
28613+
28614+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2858128615
version "6.0.1"
2858228616
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2858328617
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -31204,7 +31238,7 @@ workerpool@^6.4.0:
3120431238
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.4.0.tgz#f8d5cfb45fde32fa3b7af72ad617c3369567a462"
3120531239
integrity sha512-i3KR1mQMNwY2wx20ozq2EjISGtQWDIfV56We+yGJ5yDs8jTwQiLLaqHlkBHITlCuJnYlVRmXegxFxZg7gqI++A==
3120631240

31207-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
31241+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3120831242
version "7.0.0"
3120931243
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3121031244
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -31222,6 +31256,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
3122231256
string-width "^4.1.0"
3122331257
strip-ansi "^6.0.0"
3122431258

31259+
wrap-ansi@^7.0.0:
31260+
version "7.0.0"
31261+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
31262+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
31263+
dependencies:
31264+
ansi-styles "^4.0.0"
31265+
string-width "^4.1.0"
31266+
strip-ansi "^6.0.0"
31267+
3122531268
wrap-ansi@^8.1.0:
3122631269
version "8.1.0"
3122731270
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)