Skip to content

Commit 1fe2719

Browse files
Stephen Belangerrochdev
authored andcommitted
Update trivially upgraded dependencies (#3409)
1 parent d58a487 commit 1fe2719

File tree

2 files changed

+592
-162
lines changed

2 files changed

+592
-162
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
"@opentelemetry/core": "^1.14.0",
7777
"crypto-randomuuid": "^1.0.0",
7878
"diagnostics_channel": "^1.1.0",
79-
"ignore": "^5.2.0",
80-
"import-in-the-middle": "^1.3.5",
79+
"ignore": "^5.2.4",
80+
"import-in-the-middle": "^1.4.1",
8181
"int64-buffer": "^0.1.9",
82-
"ipaddr.js": "^2.0.1",
82+
"ipaddr.js": "^2.1.0",
8383
"istanbul-lib-coverage": "3.2.0",
8484
"koalas": "^1.0.2",
8585
"limiter": "^1.1.4",
@@ -91,24 +91,24 @@
9191
"methods": "^1.1.2",
9292
"module-details-from-path": "^1.0.3",
9393
"msgpack-lite": "^0.1.26",
94-
"node-abort-controller": "^3.0.1",
94+
"node-abort-controller": "^3.1.1",
9595
"opentracing": ">=0.12.1",
9696
"path-to-regexp": "^0.1.2",
9797
"protobufjs": "^7.2.4",
98-
"retry": "^0.10.1",
99-
"semver": "^7.3.8"
98+
"retry": "^0.13.1",
99+
"semver": "^7.5.4"
100100
},
101101
"devDependencies": {
102102
"@types/node": ">=16",
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",
@@ -118,23 +118,23 @@
118118
"eslint-plugin-node": "^5.2.1",
119119
"eslint-plugin-promise": "^3.6.0",
120120
"eslint-plugin-standard": "^3.0.1",
121-
"express": "^4.16.2",
121+
"express": "^4.18.2",
122122
"get-port": "^3.2.0",
123123
"glob": "^7.1.6",
124124
"graphql": "0.13.2",
125125
"jszip": "^3.5.0",
126126
"knex": "^2.4.2",
127-
"mkdirp": "^0.5.1",
127+
"mkdirp": "^3.0.1",
128128
"mocha": "8",
129129
"multer": "^1.4.5-lts.1",
130130
"nock": "^11.3.3",
131131
"nyc": "^15.1.0",
132132
"pprof-format": "^2.0.7",
133133
"proxyquire": "^1.8.0",
134134
"rimraf": "^3.0.0",
135-
"sinon": "^11.1.2",
135+
"sinon": "^15.2.0",
136136
"sinon-chai": "^3.7.0",
137-
"tap": "^16.3.4",
138-
"tape": "^4.9.1"
137+
"tap": "^16.3.7",
138+
"tape": "^5.6.5"
139139
}
140140
}

0 commit comments

Comments
 (0)