Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit df82351

Browse files
committed
chore(deps): update dependency mocha to v9
1 parent 1c12e6f commit df82351

File tree

25 files changed

+50
-50
lines changed

25 files changed

+50
-50
lines changed

packages/opencensus-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@types/continuation-local-storage": "3.2.1",
56-
"@types/mocha": "8.2.3",
56+
"@types/mocha": "9.1.0",
5757
"@types/node": "10.17.60",
5858
"@types/once": "1.4.0",
5959
"@types/semver": "7.3.7",
@@ -62,7 +62,7 @@
6262
"codecov": "3.8.3",
6363
"gts": "1.1.2",
6464
"intercept-stdout": "0.1.2",
65-
"mocha": "7.2.0",
65+
"mocha": "9.1.4",
6666
"nyc": "15.1.0",
6767
"ts-mocha": "8.0.0",
6868
"ts-node": "8.10.2",

packages/opencensus-exporter-azure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"devDependencies": {
2323
"@types/chai": "4.2.21",
24-
"@types/mocha": "8.2.3",
24+
"@types/mocha": "9.1.0",
2525
"@types/node": "10.17.60",
2626
"chai": "4.3.4",
2727
"fs": "0.0.1-security",
28-
"mocha": "7.2.0",
28+
"mocha": "9.1.4",
2929
"nyc": "15.1.0",
3030
"readline": "1.3.0",
3131
"sinon": "11.1.1",

packages/opencensus-exporter-instana/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"access": "public"
5151
},
5252
"devDependencies": {
53-
"@types/mocha": "8.2.3",
53+
"@types/mocha": "9.1.0",
5454
"@types/nock": "10.0.3",
5555
"@types/node": "10.17.60",
5656
"codecov": "3.8.3",
5757
"gts": "1.1.2",
58-
"mocha": "7.2.0",
58+
"mocha": "9.1.4",
5959
"nock": "10.0.6",
6060
"nyc": "15.1.0",
6161
"ts-mocha": "8.0.0",

packages/opencensus-exporter-jaeger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"access": "public"
5050
},
5151
"devDependencies": {
52-
"@types/mocha": "8.2.3",
52+
"@types/mocha": "9.1.0",
5353
"@types/nock": "10.0.3",
5454
"@types/node": "10.17.60",
5555
"codecov": "3.8.3",
5656
"gts": "1.1.2",
57-
"mocha": "7.2.0",
57+
"mocha": "9.1.4",
5858
"nock": "10.0.6",
5959
"nyc": "15.1.0",
6060
"rimraf": "3.0.2",

packages/opencensus-exporter-object/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"access": "public"
5050
},
5151
"devDependencies": {
52-
"@types/mocha": "8.2.3",
52+
"@types/mocha": "9.1.0",
5353
"@types/nock": "10.0.3",
5454
"@types/node": "10.17.60",
5555
"codecov": "3.8.3",
5656
"gts": "1.1.2",
57-
"mocha": "7.2.0",
57+
"mocha": "9.1.4",
5858
"nyc": "15.1.0",
5959
"ts-mocha": "8.0.0",
6060
"ts-node": "8.10.2",

packages/opencensus-exporter-ocagent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"ext": "ts"
5050
},
5151
"devDependencies": {
52-
"@types/mocha": "8.2.3",
52+
"@types/mocha": "9.1.0",
5353
"@types/node": "10.17.60",
5454
"@types/uuid": "7.0.5",
5555
"codecov": "3.8.3",
5656
"google-proto-files": "2.4.0",
5757
"gts": "1.1.2",
58-
"mocha": "7.2.0",
58+
"mocha": "9.1.4",
5959
"nodemon": "2.0.12",
6060
"nyc": "15.1.0",
6161
"rimraf": "3.0.2",

packages/opencensus-exporter-prometheus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"devDependencies": {
5353
"@types/express": "4.17.13",
5454
"@types/express-serve-static-core": "4.17.24",
55-
"@types/mocha": "8.2.3",
55+
"@types/mocha": "9.1.0",
5656
"@types/node": "10.17.60",
5757
"@types/serve-static": "1.13.10",
5858
"axios": "0.21.2",
5959
"codecov": "3.8.3",
6060
"gts": "1.1.2",
61-
"mocha": "7.2.0",
61+
"mocha": "9.1.4",
6262
"nyc": "15.1.0",
6363
"ts-mocha": "8.0.0",
6464
"ts-node": "8.10.2",

packages/opencensus-exporter-stackdriver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
},
5353
"devDependencies": {
5454
"@types/continuation-local-storage": "3.2.2",
55-
"@types/mocha": "8.2.3",
55+
"@types/mocha": "9.1.0",
5656
"@types/nock": "10.0.3",
5757
"@types/node": "12.20.16",
5858
"codecov": "3.8.3",
5959
"gts": "1.1.2",
60-
"mocha": "7.2.0",
60+
"mocha": "9.1.4",
6161
"nock": "10.0.6",
6262
"nyc": "15.1.0",
6363
"ts-mocha": "8.0.0",

packages/opencensus-exporter-zipkin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"access": "public"
5050
},
5151
"devDependencies": {
52-
"@types/mocha": "8.2.3",
52+
"@types/mocha": "9.1.0",
5353
"@types/nock": "10.0.3",
5454
"@types/node": "10.17.60",
5555
"codecov": "3.8.3",
5656
"gts": "1.1.2",
57-
"mocha": "7.2.0",
57+
"mocha": "9.1.4",
5858
"nock": "10.0.6",
5959
"nyc": "15.1.0",
6060
"ts-mocha": "8.0.0",

packages/opencensus-exporter-zpages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"@types/express": "4.17.13",
5656
"@types/express-serve-static-core": "4.17.24",
5757
"@types/extend": "3.0.1",
58-
"@types/mocha": "8.2.3",
58+
"@types/mocha": "9.1.0",
5959
"@types/node": "10.17.60",
6060
"@types/serve-static": "1.13.10",
6161
"axios": "0.21.1",
6262
"codecov": "3.8.3",
6363
"gts": "1.1.2",
64-
"mocha": "7.2.0",
64+
"mocha": "9.1.4",
6565
"nyc": "15.1.0",
6666
"rimraf": "3.0.2",
6767
"ts-mocha": "8.0.0",

0 commit comments

Comments
 (0)