File tree Expand file tree Collapse file tree 10 files changed +59
-59
lines changed
opentelemetry-instrumentation-aws-lambda
opentelemetry-instrumentation-express
opentelemetry-instrumentation-fastify
opentelemetry-instrumentation-mysql
opentelemetry-instrumentation-pg
web/opentelemetry-plugin-react-load Expand file tree Collapse file tree 10 files changed +59
-59
lines changed Original file line number Diff line number Diff line change 4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
45+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 4949 runs-on : ubuntu-latest
5050 services :
5151 memcached :
52- image : memcached:1.6.37 -alpine
52+ image : memcached:1.6.38 -alpine
5353 ports :
5454 - 11211:11211
5555 mongo :
Original file line number Diff line number Diff line change 5151 "semver" : " ^7.6.0" ,
5252 "test-all-versions" : " 6.1.0" ,
5353 "typescript" : " 5.0.4" ,
54- "undici" : " 6.21.2 "
54+ "undici" : " 6.21.3 "
5555 },
5656 "peerDependencies" : {
5757 "@opentelemetry/api" : " ^1.7.0"
Original file line number Diff line number Diff line change 5858 "dependencies" : {
5959 "@opentelemetry/instrumentation" : " ^0.201.0" ,
6060 "@opentelemetry/semantic-conventions" : " ^1.27.0" ,
61- "@types/aws-lambda" : " 8.10.147 "
61+ "@types/aws-lambda" : " 8.10.149 "
6262 },
6363 "homepage" : " https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-lambda#readme"
6464}
Original file line number Diff line number Diff line change 4949 "@opentelemetry/contrib-test-utils" : " ^0.47.0" ,
5050 "@opentelemetry/sdk-trace-base" : " ^2.0.0" ,
5151 "@opentelemetry/sdk-trace-node" : " ^2.0.0" ,
52- "@types/express" : " 4.17.21 " ,
52+ "@types/express" : " 4.17.22 " ,
5353 "@types/mocha" : " 10.0.10" ,
5454 "@types/node" : " 18.18.14" ,
5555 "@types/sinon" : " 17.0.4" ,
Original file line number Diff line number Diff line change 5050 "@opentelemetry/instrumentation-http" : " ^0.201.0" ,
5151 "@opentelemetry/sdk-trace-base" : " ^2.0.0" ,
5252 "@opentelemetry/sdk-trace-node" : " ^2.0.0" ,
53- "@types/express" : " 4.17.21 " ,
53+ "@types/express" : " 4.17.22 " ,
5454 "@types/mocha" : " 10.0.10" ,
5555 "@types/node" : " 18.15.3" ,
5656 "@types/semver" : " 7.5.8" ,
Original file line number Diff line number Diff line change 5858 "dependencies" : {
5959 "@opentelemetry/instrumentation" : " ^0.201.0" ,
6060 "@opentelemetry/semantic-conventions" : " ^1.27.0" ,
61- "@types/mysql" : " 2.15.26 "
61+ "@types/mysql" : " 2.15.27 "
6262 },
6363 "homepage" : " https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mysql#readme"
6464}
Original file line number Diff line number Diff line change 7373 "@opentelemetry/instrumentation" : " ^0.201.0" ,
7474 "@opentelemetry/semantic-conventions" : " ^1.27.0" ,
7575 "@opentelemetry/sql-common" : " ^0.41.0" ,
76- "@types/pg" : " 8.15.1 " ,
76+ "@types/pg" : " 8.15.2 " ,
7777 "@types/pg-pool" : " 2.0.6"
7878 },
7979 "homepage" : " https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme"
Original file line number Diff line number Diff line change 5656 "@opentelemetry/sdk-trace-web" : " ^2.0.0" ,
5757 "@types/mocha" : " 10.0.10" ,
5858 "@types/node" : " 18.18.14" ,
59- "@types/react" : " 17.0.83 " ,
59+ "@types/react" : " 17.0.85 " ,
6060 "@types/react-addons-test-utils" : " 0.14.26" ,
6161 "@types/react-dom" : " 17.0.26" ,
6262 "@types/shimmer" : " 1.0.3" ,
You can’t perform that action at this time.
0 commit comments