Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 11, 2020
1 parent 52c6096 commit 0d06a52
Show file tree
Hide file tree
Showing 36 changed files with 169 additions and 169 deletions.
2 changes: 1 addition & 1 deletion getting-started/ts-example/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/express": "4.17.9",
"@types/node": "14.14.10",
"@types/node": "14.14.12",
"ts-node": "8.10.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion getting-started/ts-example/monitored-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/express": "4.17.9",
"@types/node": "14.14.10",
"@types/node": "14.14.12",
"ts-node": "8.10.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions getting-started/ts-example/traced-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/express": "4.17.9",
"@types/node": "14.14.10",
"ts-node": "9.0.0"
"@types/node": "14.14.12",
"ts-node": "9.1.1"
},
"dependencies": {
"@opentelemetry/core": "^0.13.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
"eslint": "7.14.0",
"eslint": "7.15.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-header": "3.1.0",
"eslint-plugin-import": "2.22.1",
"gh-pages": "3.1.0",
"gts": "2.0.2",
"husky": "4.3.0",
"husky": "4.3.5",
"lerna": "3.22.1",
"lerna-changelog": "1.0.1",
"markdownlint-cli": "0.25.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/opentelemetry-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@opentelemetry/context-base": "^0.13.0"
},
"devDependencies": {
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",
"@types/webpack-env": "1.16.0",
"codecov": "3.8.1",
Expand All @@ -68,11 +68,11 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"linkinator": "2.4.0",
"linkinator": "2.8.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"sinon": "9.2.2",
"ts-loader": "8.0.12",
"ts-mocha": "8.0.0",
"typedoc": "0.19.2",
"typescript": "3.9.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/opentelemetry-context-async-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/shimmer": "1.0.1",
"codecov": "3.8.1",
"gts": "2.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/opentelemetry-context-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"codecov": "3.8.1",
"gts": "2.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7"
}
}
12 changes: 6 additions & 6 deletions packages/opentelemetry-context-zone-peer-dep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@babel/core": "7.12.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",
"@types/webpack-env": "1.16.0",
"@types/zone.js": "0.5.12",
Expand All @@ -61,10 +61,10 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"sinon": "9.2.2",
"ts-loader": "8.0.12",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7",
"webpack": "4.44.2",
"webpack-cli": "4.2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/opentelemetry-context-zone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@babel/core": "7.12.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",
"@types/webpack-env": "1.16.0",
"babel-loader": "8.2.2",
Expand All @@ -55,14 +55,14 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"sinon": "9.2.2",
"ts-loader": "8.0.12",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7",
"webpack": "4.44.2",
"webpack-cli": "4.2.0",
"webpack-merge": "5.4.0"
"webpack-merge": "5.6.1"
},
"dependencies": {
"@opentelemetry/context-zone-peer-dep": "^0.13.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/opentelemetry-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"devDependencies": {
"@opentelemetry/propagator-b3": "^0.13.0",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/semver": "7.3.4",
"@types/sinon": "9.0.9",
"@types/webpack-env": "1.16.0",
Expand All @@ -70,10 +70,10 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"sinon": "9.2.2",
"ts-loader": "8.0.12",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7",
"webpack": "4.44.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/opentelemetry-exporter-collector-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@babel/core": "7.12.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",
"codecov": "3.8.1",
"cpx": "1.5.0",
"gts": "2.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"sinon": "9.2.2",
"ts-loader": "8.0.12",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/opentelemetry-exporter-collector-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@babel/core": "7.12.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",
"codecov": "3.8.1",
"cpx": "1.5.0",
"gts": "2.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"sinon": "9.2.2",
"ts-loader": "8.0.12",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/opentelemetry-exporter-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@babel/core": "7.12.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",
"@types/webpack-env": "1.16.0",
"babel-loader": "8.2.2",
Expand All @@ -69,14 +69,14 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"sinon": "9.2.2",
"ts-loader": "8.0.12",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7",
"webpack": "4.44.2",
"webpack-cli": "4.2.0",
"webpack-merge": "5.4.0"
"webpack-merge": "5.6.1"
},
"dependencies": {
"@opentelemetry/api": "^0.13.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/opentelemetry-exporter-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
},
"devDependencies": {
"@opentelemetry/resources": "^0.13.0",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",
"codecov": "3.8.1",
"gts": "2.0.2",
"mocha": "7.2.0",
"nock": "12.0.3",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "9.2.1",
"sinon": "9.2.2",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/opentelemetry-exporter-prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"codecov": "3.8.1",
"gts": "2.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/opentelemetry-exporter-zipkin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@babel/core": "7.12.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",
"@types/webpack-env": "1.16.0",
"babel-loader": "8.2.2",
Expand All @@ -67,14 +67,14 @@
"nock": "12.0.3",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "9.2.1",
"ts-loader": "8.0.11",
"sinon": "9.2.2",
"ts-loader": "8.0.12",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7",
"webpack": "4.44.2",
"webpack-cli": "4.2.0",
"webpack-merge": "5.4.0"
"webpack-merge": "5.6.1"
},
"dependencies": {
"@opentelemetry/api": "^0.13.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/opentelemetry-grpc-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,28 @@
"access": "public"
},
"devDependencies": {
"@grpc/grpc-js": "1.2.1",
"@grpc/grpc-js": "1.2.2",
"@grpc/proto-loader": "0.5.5",
"@opentelemetry/context-async-hooks": "^0.13.0",
"@opentelemetry/context-base": "^0.13.0",
"@opentelemetry/node": "^0.13.0",
"@opentelemetry/tracing": "^0.13.0",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/semver": "7.3.4",
"@types/shimmer": "1.0.1",
"@types/sinon": "9.0.9",
"codecov": "3.8.1",
"grpc": "1.24.4",
"gts": "2.0.2",
"mocha": "7.2.0",
"node-pre-gyp": "0.16.0",
"node-pre-gyp": "0.17.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"semver": "7.3.2",
"sinon": "9.2.1",
"semver": "7.3.4",
"sinon": "9.2.2",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 0d06a52

Please sign in to comment.