Skip to content

Commit 93b2831

Browse files
committed
chore(node): Bump @opentelemetry/instrumentation-express to 0.43.0
1 parent 86c626e commit 93b2831

File tree

2 files changed

+11
-61
lines changed

2 files changed

+11
-61
lines changed

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@opentelemetry/instrumentation-amqplib": "^0.42.0",
7373
"@opentelemetry/instrumentation-connect": "0.39.0",
7474
"@opentelemetry/instrumentation-dataloader": "0.12.0",
75-
"@opentelemetry/instrumentation-express": "0.42.0",
75+
"@opentelemetry/instrumentation-express": "0.43.0",
7676
"@opentelemetry/instrumentation-fastify": "0.39.0",
7777
"@opentelemetry/instrumentation-fs": "0.15.0",
7878
"@opentelemetry/instrumentation-generic-pool": "0.39.0",

yarn.lock

+10-60
Original file line numberDiff line numberDiff line change
@@ -7326,10 +7326,10 @@
73267326
dependencies:
73277327
"@opentelemetry/instrumentation" "^0.53.0"
73287328

7329-
"@opentelemetry/instrumentation-express@0.42.0":
7330-
version "0.42.0"
7331-
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-express/-/instrumentation-express-0.42.0.tgz#279f195aa66baee2b98623a16666c6229c8e7564"
7332-
integrity sha512-YNcy7ZfGnLsVEqGXQPT+S0G1AE46N21ORY7i7yUQyfhGAL4RBjnZUqefMI0NwqIl6nGbr1IpF0rZGoN8Q7x12Q==
7329+
"@opentelemetry/instrumentation-express@0.43.0":
7330+
version "0.43.0"
7331+
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-express/-/instrumentation-express-0.43.0.tgz#35ff5bcf40b816d9a9159d5f7814ed7e5d83f69b"
7332+
integrity sha512-bxTIlzn9qPXJgrhz8/Do5Q3jIlqfpoJrSUtVGqH+90eM1v2PkPHc+SdE+zSqe4q9Y1UQJosmZ4N4bm7Zj/++MA==
73337333
dependencies:
73347334
"@opentelemetry/core" "^1.8.0"
73357335
"@opentelemetry/instrumentation" "^0.53.0"
@@ -9826,17 +9826,7 @@
98269826
dependencies:
98279827
"@types/unist" "*"
98289828

9829-
"@types/history-4@npm:@types/[email protected]":
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/[email protected]":
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/[email protected]", "@types/history-5@npm:@types/[email protected]", "@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/[email protected]":
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/[email protected]":
10157+
"@types/react-router-4@npm:@types/[email protected]", "@types/react-router-5@npm:@types/[email protected]":
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==
@@ -28644,7 +28626,7 @@ react-is@^18.0.0:
2864428626
dependencies:
2864528627
"@remix-run/router" "1.0.2"
2864628628

28647-
"react-router-6@npm:[email protected]":
28629+
"react-router-6@npm:[email protected]", [email protected]:
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-
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-
[email protected], 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", [email protected], 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-
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
31204+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], 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-
[email protected], wrap-ansi@^7.0.0:
34221+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", [email protected], 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)