Skip to content

Commit 3c02852

Browse files
feat(deps): bump @opentelemetry/context-async-hooks
Bumps [@opentelemetry/context-async-hooks](https://github.com/open-telemetry/opentelemetry-js) from 1.25.0 to 1.25.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@v1.25.0...v1.25.1) --- updated-dependencies: - dependency-name: "@opentelemetry/context-async-hooks" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b23171b commit 3c02852

File tree

3 files changed

+62
-16
lines changed

3 files changed

+62
-16
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"dependencies": {
7373
"@opentelemetry/api": "^1.9.0",
74-
"@opentelemetry/context-async-hooks": "^1.25.0",
74+
"@opentelemetry/context-async-hooks": "^1.25.1",
7575
"@opentelemetry/core": "^1.25.0",
7676
"@opentelemetry/instrumentation": "^0.52.0",
7777
"@opentelemetry/instrumentation-connect": "0.37.0",

packages/opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@opentelemetry/api": "^1.9.0",
58-
"@opentelemetry/context-async-hooks": "^1.25.0",
58+
"@opentelemetry/context-async-hooks": "^1.25.1",
5959
"@opentelemetry/core": "^1.25.0",
6060
"@opentelemetry/sdk-trace-base": "^1.25.0",
6161
"@opentelemetry/semantic-conventions": "^1.25.0"

yarn.lock

Lines changed: 60 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6834,10 +6834,10 @@
68346834
resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.9.0.tgz#d03eba68273dc0f7509e2a3d5cba21eae10379fe"
68356835
integrity sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==
68366836

6837-
"@opentelemetry/context-async-hooks@^1.25.0":
6838-
version "1.25.0"
6839-
resolved "https://registry.yarnpkg.com/@opentelemetry/context-async-hooks/-/context-async-hooks-1.25.0.tgz#bc3dcb1302b34b0f56047dd0d0f56b33013f657f"
6840-
integrity sha512-sBW313mnMyFg0cp/40BRzrZBWG+581s2j5gIsa5fgGadswyILk4mNFATsqrCOpAx945RDuZ2B7ThQLgor9OpfA==
6837+
"@opentelemetry/context-async-hooks@^1.25.1":
6838+
version "1.25.1"
6839+
resolved "https://registry.yarnpkg.com/@opentelemetry/context-async-hooks/-/context-async-hooks-1.25.1.tgz#810bff2fcab84ec51f4684aff2d21f6c057d9e73"
6840+
integrity sha512-UW/ge9zjvAEmRWVapOP0qyCvPulWU6cQxGxDbWEFfGOj1VBBZAuOqTo3X6yWmDTD3Xe15ysCZChHncr2xFMIfQ==
68416841

68426842
"@opentelemetry/context-base@^0.12.0":
68436843
version "0.12.0"
@@ -9499,8 +9499,17 @@
94999499
dependencies:
95009500
"@types/unist" "*"
95019501

9502-
"@types/history-4@npm:@types/history@4.7.8", "@types/history-5@npm:@types/history@4.7.8", "@types/history@*":
9503-
name "@types/history-4"
9502+
"@types/history-4@npm:@types/history@4.7.8":
9503+
version "4.7.8"
9504+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
9505+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
9506+
9507+
"@types/history-5@npm:@types/history@4.7.8":
9508+
version "4.7.8"
9509+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
9510+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
9511+
9512+
"@types/history@*":
95049513
version "4.7.8"
95059514
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
95069515
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
@@ -9859,7 +9868,15 @@
98599868
"@types/history" "^3"
98609869
"@types/react" "*"
98619870

9862-
"@types/react-router-4@npm:@types/react-router@5.1.14", "@types/react-router-5@npm:@types/react-router@5.1.14":
9871+
"@types/react-router-4@npm:@types/react-router@5.1.14":
9872+
version "5.1.14"
9873+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
9874+
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
9875+
dependencies:
9876+
"@types/history" "*"
9877+
"@types/react" "*"
9878+
9879+
"@types/react-router-5@npm:@types/react-router@5.1.14":
98639880
version "5.1.14"
98649881
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
98659882
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
@@ -29003,8 +29020,7 @@ react-is@^18.0.0:
2900329020
dependencies:
2900429021
"@remix-run/router" "1.0.2"
2900529022

29006-
"react-router-6@npm:react-router@6.3.0", react-router@6.3.0:
29007-
name react-router-6
29023+
"react-router-6@npm:react-router@6.3.0":
2900829024
version "6.3.0"
2900929025
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
2901029026
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
@@ -29019,6 +29035,13 @@ react-router-dom@^6.2.2:
2901929035
history "^5.2.0"
2902029036
react-router "6.3.0"
2902129037

29038+
react-router@6.3.0:
29039+
version "6.3.0"
29040+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
29041+
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
29042+
dependencies:
29043+
history "^5.2.0"
29044+
2902229045
react@^18.0.0:
2902329046
version "18.0.0"
2902429047
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
@@ -31535,8 +31558,7 @@ string-template@~0.2.1:
3153531558
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
3153631559
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
3153731560

31538-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
31539-
name string-width-cjs
31561+
"string-width-cjs@npm:string-width@^4.2.0":
3154031562
version "4.2.3"
3154131563
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3154231564
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -31562,6 +31584,15 @@ string-width@^2.1.0:
3156231584
is-fullwidth-code-point "^2.0.0"
3156331585
strip-ansi "^4.0.0"
3156431586

31587+
string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
31588+
version "4.2.3"
31589+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31590+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
31591+
dependencies:
31592+
emoji-regex "^8.0.0"
31593+
is-fullwidth-code-point "^3.0.0"
31594+
strip-ansi "^6.0.1"
31595+
3156531596
string-width@^5.0.1, string-width@^5.1.2:
3156631597
version "5.1.2"
3156731598
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -31657,7 +31688,14 @@ stringify-object@^3.2.1:
3165731688
is-obj "^1.0.1"
3165831689
is-regexp "^1.0.0"
3165931690

31660-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
31691+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
31692+
version "6.0.1"
31693+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31694+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
31695+
dependencies:
31696+
ansi-regex "^5.0.1"
31697+
31698+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3166131699
version "6.0.1"
3166231700
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3166331701
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -34771,8 +34809,7 @@ workerpool@^6.4.0:
3477134809
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.4.0.tgz#f8d5cfb45fde32fa3b7af72ad617c3369567a462"
3477234810
integrity sha512-i3KR1mQMNwY2wx20ozq2EjISGtQWDIfV56We+yGJ5yDs8jTwQiLLaqHlkBHITlCuJnYlVRmXegxFxZg7gqI++A==
3477334811

34774-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
34775-
name wrap-ansi-cjs
34812+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3477634813
version "7.0.0"
3477734814
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3477834815
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -34790,6 +34827,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
3479034827
string-width "^4.1.0"
3479134828
strip-ansi "^6.0.0"
3479234829

34830+
wrap-ansi@^7.0.0:
34831+
version "7.0.0"
34832+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
34833+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
34834+
dependencies:
34835+
ansi-styles "^4.0.0"
34836+
string-width "^4.1.0"
34837+
strip-ansi "^6.0.0"
34838+
3479334839
wrap-ansi@^8.1.0:
3479434840
version "8.1.0"
3479534841
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)