Skip to content

Commit

Permalink
chore: update patch dependencies (#1595)
Browse files Browse the repository at this point in the history
* fix(deps): update all patch versions

* fix(hapi): fix hapi test with new @types

* fix(hapi): lint

---------

Co-authored-by: Mend Renovate <bot@renovateapp.com>
  • Loading branch information
haddasbronfman and renovate-bot authored Aug 2, 2023
1 parent 82267ab commit db50d00
Show file tree
Hide file tree
Showing 56 changed files with 109 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
services:
memcached:
image: memcached:1.6.9-alpine
image: memcached:1.6.21-alpine
ports:
- 11211:11211
mongo:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@opentelemetry/contrib-test-utils": "^0.34.0",
"@types/mocha": "8.2.3",
"@types/node": "18.16.19",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"mocha": "7.2.0",
"nock": "13.3.1",
"nock": "13.3.2",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@opentelemetry/contrib-test-utils": "^0.34.0",
"@types/mocha": "8.2.3",
"@types/node": "18.16.19",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"mocha": "7.2.0",
"nock": "13.3.2",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@opentelemetry/contrib-test-utils": "^0.34.0",
"@types/mocha": "8.2.3",
"@types/node": "^18.0.0",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"eslint-plugin-header": "^3.1.1",
"mocha": "7.2.0",
"nock": "13.3.2",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"mocha": "7.2.0",
"nock": "13.3.2",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@opentelemetry/api": "^1.0.0",
"@types/mocha": "8.2.3",
"@types/node": "18.16.19",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"mocha": "7.2.0",
"nock": "13.3.2",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
4 changes: 2 additions & 2 deletions metapackages/auto-instrumentations-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@opentelemetry/api": "^1.4.1",
"@types/mocha": "7.0.2",
"@types/node": "18.16.19",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
6 changes: 3 additions & 3 deletions metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"@opentelemetry/api": "^1.3.0",
"@types/mocha": "8.2.3",
"@types/node": "18.16.19",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"karma": "6.3.16",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "4.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-loader": "8.3.0",
"ts-mocha": "10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-host-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"@opentelemetry/api": "^1.3.0",
"@types/mocha": "8.2.3",
"@types/node": "18.16.19",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/opentelemetry-id-generator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
"@opentelemetry/api": "^1.0.0",
"@types/mocha": "8.2.3",
"@types/node": "18.16.19",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"@types/webpack-env": "1.16.2",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"karma": "6.3.16",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "4.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-loader": "8.3.0",
"ts-mocha": "10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-sampler-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@opentelemetry/contrib-test-utils": "^0.34.0",
"@types/mocha": "8.2.3",
"@types/node": "18.16.19",
"@types/sinon": "10.0.6",
"@types/sinon": "10.0.15",
"eslint": "8.7.0",
"expect": "29.2.0",
"mocha": "7.2.0",
Expand All @@ -64,7 +64,7 @@
"ts-mocha": "10.0.0",
"nyc": "15.1.0",
"typescript": "4.4.4",
"gts": "3.1.0",
"gts": "3.1.1",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/node/instrumentation-amqplib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/contrib-test-utils": "^0.34.0",
"@types/amqplib": "^0.5.17",
"@types/lodash": "4.14.178",
"@types/lodash": "4.14.195",
"@types/mocha": "8.2.3",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"@types/node": "18.16.19",
"amqplib": "0.8.0",
"expect": "29.2.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/node/instrumentation-dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/mocha": "7.0.2",
"@types/node": "18.16.19",
"dataloader": "2.2.1",
"dataloader": "2.2.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/sinon": "^10.0.11",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-lru-memoizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lru-memoizer": "2.1.4",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"mocha": "7.2.0",
"mongoose": "6.5.2",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"expect": "27.4.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"test-all-versions": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-tedious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/node": "18.16.19",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"tedious": "14.1.0",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "18.16.19",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand All @@ -63,7 +63,7 @@
"@opentelemetry/propagator-aws-xray": "^1.3.0",
"@opentelemetry/resources": "^1.8.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@types/aws-lambda": "8.10.81",
"@types/aws-lambda": "8.10.119",
"tslib": "^2.3.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-lambda#readme"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@types/mocha": "8.2.3",
"@types/node": "18.16.19",
"@types/sinon": "10.0.6",
"@types/sinon": "10.0.15",
"aws-sdk": "2.1008.0",
"eslint": "8.7.0",
"expect": "29.2.0",
"mocha": "7.2.0",
"nock": "13.3.2",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/mocha": "7.0.2",
"@types/node": "18.16.19",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"bunyan": "1.8.15",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.41.0",
"@types/bunyan": "1.8.7",
"@types/bunyan": "1.8.8",
"tslib": "^2.3.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-bunyan#readme"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@types/mocha": "7.0.2",
"@types/node": "18.16.19",
"@types/semver": "7.5.0",
"@types/sinon": "10.0.2",
"cassandra-driver": "4.6.3",
"@types/sinon": "10.0.15",
"cassandra-driver": "4.6.4",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"connect": "3.7.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/node/opentelemetry-instrumentation-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@types/node": "18.16.19",
"@types/semver": "7.5.0",
"@types/shimmer": "1.0.2",
"@types/sinon": "10.0.2",
"@types/sinon": "10.0.15",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/mocha": "7.0.2",
"@types/node": "18.16.19",
"@types/sinon": "10.0.9",
"@types/sinon": "10.0.15",
"express": "4.17.3",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"sinon": "15.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
Expand All @@ -68,7 +68,7 @@
"@opentelemetry/core": "^1.8.0",
"@opentelemetry/instrumentation": "^0.41.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@types/express": "4.17.13",
"@types/express": "4.17.17",
"tslib": "^2.3.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express#readme"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"@opentelemetry/instrumentation-http": "0.41.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/express": "4.17.13",
"@types/express": "4.17.17",
"@types/mocha": "7.0.2",
"@types/node": "18.16.19",
"fastify": "4.18.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"generic-pool": "3.8.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"semver": "7.5.4",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"graphql": "^16.5.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Loading

0 comments on commit db50d00

Please sign in to comment.