Skip to content

Commit

Permalink
fix(deps): update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 15, 2024
1 parent 91c9089 commit c35f7c1
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
services:
memcached:
image: memcached:1.6.29-alpine
image: memcached:1.6.33-alpine
ports:
- 11211:11211
mongo:
Expand Down
164 changes: 82 additions & 82 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/winston-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/mocha": "7.0.2",
"@types/node": "18.18.14",
"@types/sinon": "10.0.20",
"@types/triple-beam": "1.3.2",
"@types/triple-beam": "1.3.5",
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/mocha": "7.0.2",
"@types/node": "18.18.14",
"dataloader": "2.2.2",
"dataloader": "2.2.3",
"nyc": "15.1.0",
"rimraf": "5.0.10",
"test-all-versions": "6.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@opentelemetry/instrumentation": "^0.56.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@types/aws-lambda": "8.10.143"
"@types/aws-lambda": "8.10.146"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-lambda#readme"
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@opentelemetry/api-logs": "^0.56.0",
"@opentelemetry/instrumentation": "^0.56.0",
"@types/bunyan": "1.8.9"
"@types/bunyan": "1.8.11"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-bunyan#readme"
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@opentelemetry/core": "^1.8.0",
"@opentelemetry/instrumentation": "^0.56.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@types/connect": "3.4.36"
"@types/connect": "3.4.38"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-connect#readme"
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@opentelemetry/api": "^1.3.0"
},
"devDependencies": {
"@hapi/hapi": "21.3.10",
"@hapi/hapi": "21.3.12",
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/context-async-hooks": "^1.8.0",
"@opentelemetry/contrib-test-utils": "^0.44.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@opentelemetry/context-zone-peer-dep": "^1.8.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.56.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@types/jquery": "3.5.30",
"@types/jquery": "3.5.32",
"@types/mocha": "10.0.6",
"@types/node": "18.18.14",
"@types/sinon": "10.0.20",
Expand Down
2 changes: 1 addition & 1 deletion plugins/web/opentelemetry-plugin-react-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@opentelemetry/sdk-trace-web": "^1.0.0",
"@types/mocha": "10.0.6",
"@types/node": "18.18.14",
"@types/react": "17.0.80",
"@types/react": "17.0.83",
"@types/react-addons-test-utils": "0.14.26",
"@types/react-dom": "18.0.2",
"@types/shimmer": "1.0.3",
Expand Down

0 comments on commit c35f7c1

Please sign in to comment.