Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jul 23, 2021
1 parent c1f2cf5 commit 76893cb
Show file tree
Hide file tree
Showing 35 changed files with 47 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion metapackages/auto-instrumentations-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
4 changes: 2 additions & 2 deletions metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@opentelemetry/api": "^1.0.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/core": "7.14.8",
"@opentelemetry/api": "1.0.1",
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"eslint": "7.31.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-header": "3.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
},
"devDependencies": {
"@opentelemetry/api": "1.0.1",
"@types/chrome": "0.0.147",
"@types/chrome": "0.0.148",
"@types/jsdom": "16.2.13",
"@types/mocha": "8.2.3",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@types/sinon": "10.0.2",
"@types/sinon-chrome": "2.2.11",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"codecov": "3.8.2",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"codecov": "3.8.3",
"eslint": "7.31.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-header": "3.1.1",
Expand All @@ -57,12 +57,12 @@
"ts-mocha": "8.0.0",
"ts-node": "10.1.0",
"typescript": "4.3.5",
"webpack": "5.45.1",
"webpack": "5.46.0",
"webpack-cli": "4.7.2",
"webpack-merge": "5.8.0"
},
"dependencies": {
"@material-ui/core": "4.12.1",
"@material-ui/core": "4.12.2",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@opentelemetry/context-zone": "^0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-host-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-id-generator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"@types/webpack-env": "1.16.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@opentelemetry/node": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand All @@ -64,6 +64,6 @@
"@opentelemetry/resources": "^0.23.0",
"@opentelemetry/semantic-conventions": "^0.23.0",
"@opentelemetry/tracing": "^0.23.0",
"@types/aws-lambda": "8.10.79"
"@types/aws-lambda": "8.10.80"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"bunyan": "1.8.15",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/semver": "7.3.7",
"@types/sinon": "10.0.2",
"cassandra-driver": "4.6.3",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/semver": "7.3.7",
"@types/shimmer": "1.0.2",
"@types/sinon": "10.0.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"express": "4.17.1",
"gts": "3.1.0",
"mocha": "7.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"@types/semver": "7.3.7",
"codecov": "3.8.2",
"codecov": "3.8.3",
"generic-pool": "3.8.2",
"gts": "3.1.0",
"mocha": "7.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"graphql": "15.5.1",
"gts": "3.1.0",
"mocha": "7.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"cross-env": "7.0.3",
"gts": "3.1.0",
"ioredis": "4.27.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"knex": "0.95.7",
"mocha": "7.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"koa": "2.13.1",
"mocha": "7.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"cross-env": "7.0.3",
"gts": "3.1.0",
"memcached": "2.2.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"mongodb": "3.6.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"mysql": "2.18.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"mysql2": "2.2.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-instrumentation-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"cross-env": "7.0.3",
"gts": "3.1.0",
"mocha": "7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/node/opentelemetry-instrumentation-pino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@types/node": "14.17.5",
"@types/semver": "7.3.7",
"@types/sinon": "10.0.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"pino": "6.12.0",
"pino": "6.13.0",
"rimraf": "3.0.2",
"sinon": "11.1.1",
"ts-mocha": "8.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"cross-env": "7.0.3",
"gts": "3.1.0",
"mocha": "7.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@opentelemetry/tracing": "0.23.0",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"@opentelemetry/api": "^1.0.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/core": "7.14.8",
"@opentelemetry/api": "1.0.1",
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/core": "7.14.8",
"@opentelemetry/api": "1.0.1",
"@opentelemetry/context-zone-peer-dep": "0.23.0",
"@opentelemetry/instrumentation-xml-http-request": "0.23.0",
Expand All @@ -58,7 +58,7 @@
"@types/sinon": "10.0.2",
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
4 changes: 2 additions & 2 deletions plugins/web/opentelemetry-plugin-react-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/core": "7.14.8",
"@opentelemetry/api": "1.0.1",
"@opentelemetry/propagator-b3": "0.23.0",
"@types/mocha": "7.0.2",
Expand All @@ -59,7 +59,7 @@
"@types/sinon": "10.0.2",
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
2 changes: 1 addition & 1 deletion propagators/opentelemetry-propagator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"@types/webpack-env": "1.16.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@opentelemetry/api": "1.0.1",
"@types/mocha": "7.0.2",
"@types/node": "14.17.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"grpc": "1.24.10",
"gts": "3.1.0",
"mocha": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion propagators/opentelemetry-propagator-ot-trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"@types/webpack-env": "1.16.2",
"codecov": "3.8.2",
"codecov": "3.8.3",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down

0 comments on commit 76893cb

Please sign in to comment.