Skip to content

Commit e7632ce

Browse files
Stephen Belangerrochdev
authored andcommitted
Update trivially upgraded dependencies (#3409)
1 parent 4c4a988 commit e7632ce

File tree

2 files changed

+431
-165
lines changed

2 files changed

+431
-165
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
"@opentelemetry/core": "<1.4.0",
7878
"crypto-randomuuid": "^1.0.0",
7979
"diagnostics_channel": "^1.1.0",
80-
"ignore": "^5.2.0",
81-
"import-in-the-middle": "^1.3.5",
80+
"ignore": "^5.2.4",
81+
"import-in-the-middle": "^1.4.1",
8282
"int64-buffer": "^0.1.9",
83-
"ipaddr.js": "^2.0.1",
83+
"ipaddr.js": "^2.1.0",
8484
"istanbul-lib-coverage": "3.2.0",
8585
"koalas": "^1.0.2",
8686
"limiter": "^1.1.4",
@@ -92,23 +92,23 @@
9292
"methods": "^1.1.2",
9393
"module-details-from-path": "^1.0.3",
9494
"msgpack-lite": "^0.1.26",
95-
"node-abort-controller": "^3.0.1",
95+
"node-abort-controller": "^3.1.1",
9696
"opentracing": ">=0.12.1",
9797
"path-to-regexp": "^0.1.2",
9898
"protobufjs": "^7.2.4",
99-
"retry": "^0.10.1",
100-
"semver": "^7.3.8"
99+
"retry": "^0.13.1",
100+
"semver": "^7.5.4"
101101
},
102102
"devDependencies": {
103103
"autocannon": "^4.5.2",
104104
"axios": "^0.21.2",
105105
"benchmark": "^2.1.4",
106-
"body-parser": "^1.18.2",
107-
"chai": "^4.2.0",
108-
"chalk": "^3.0.0",
109-
"checksum": "^0.1.1",
110-
"cli-table3": "^0.5.1",
111-
"dotenv": "8.2.0",
106+
"body-parser": "^1.20.2",
107+
"chai": "^4.3.7",
108+
"chalk": "^5.3.0",
109+
"checksum": "^1.0.0",
110+
"cli-table3": "^0.6.3",
111+
"dotenv": "16.3.1",
112112
"esbuild": "0.16.12",
113113
"eslint": "^8.23.0",
114114
"eslint-config-standard": "^11.0.0-beta.0",
@@ -117,23 +117,23 @@
117117
"eslint-plugin-node": "^5.2.1",
118118
"eslint-plugin-promise": "^3.6.0",
119119
"eslint-plugin-standard": "^3.0.1",
120-
"express": "^4.16.2",
120+
"express": "^4.18.2",
121121
"get-port": "^3.2.0",
122122
"glob": "^7.1.6",
123123
"graphql": "0.13.2",
124124
"jszip": "^3.5.0",
125125
"knex": "^2.4.2",
126-
"mkdirp": "^0.5.1",
126+
"mkdirp": "^3.0.1",
127127
"mocha": "8",
128128
"multer": "^1.4.5-lts.1",
129129
"nock": "^11.3.3",
130130
"nyc": "^15.1.0",
131131
"pprof-format": "^2.0.7",
132132
"proxyquire": "^1.8.0",
133133
"rimraf": "^3.0.0",
134-
"sinon": "^11.1.2",
134+
"sinon": "^15.2.0",
135135
"sinon-chai": "^3.7.0",
136-
"tap": "^16.3.4",
137-
"tape": "^4.9.1"
136+
"tap": "^16.3.7",
137+
"tape": "^5.6.5"
138138
}
139139
}

0 commit comments

Comments
 (0)