Skip to content

Commit c58e93a

Browse files
authored
Updated dependencies (#1684)
* Updated dependencies * Updated dependencies
1 parent c4e793c commit c58e93a

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ STACK_VERSION:
33
- 8.3.0-SNAPSHOT
44

55
NODE_JS_VERSION:
6-
- 17
6+
- 18
77
- 16
88
- 14
99

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x, 17.x]
12+
node-version: [14.x, 16.x, 18.x]
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414

1515
steps:
@@ -176,7 +176,7 @@ jobs:
176176

177177
strategy:
178178
matrix:
179-
node-version: [14.x]
179+
node-version: [16.x]
180180

181181
steps:
182182
- uses: actions/checkout@v2

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,39 +49,38 @@
4949
},
5050
"devDependencies": {
5151
"@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1",
52-
"@types/debug": "^4.1.6",
52+
"@types/debug": "^4.1.7",
5353
"@types/ms": "^0.7.31",
54-
"@types/node": "^16.4.1",
55-
"@types/sinonjs__fake-timers": "^6.0.3",
54+
"@types/node": "^17.0.31",
55+
"@types/sinonjs__fake-timers": "^8.1.2",
5656
"@types/split2": "^3.2.1",
5757
"@types/stoppable": "^1.1.1",
58-
"@types/tap": "^15.0.5",
58+
"@types/tap": "^15.0.7",
5959
"cross-zip": "^4.0.0",
6060
"fast-deep-equal": "^3.1.3",
61-
"into-stream": "^6.0.0",
61+
"into-stream": "^7.0.0",
6262
"js-yaml": "^4.1.0",
6363
"license-checker": "^25.0.1",
64-
"minimist": "^1.2.5",
64+
"minimist": "^1.2.6",
6565
"ms": "^2.1.3",
66-
"node-abort-controller": "^2.0.0",
67-
"node-fetch": "^2.6.2",
68-
"ora": "^5.4.1",
66+
"node-abort-controller": "^3.0.1",
67+
"node-fetch": "^2.6.7",
68+
"ora": "^6.1.0",
6969
"proxy": "^1.0.2",
7070
"rimraf": "^3.0.2",
71-
"semver": "^7.3.5",
72-
"split2": "^3.2.2",
73-
"standard": "^16.0.3",
71+
"semver": "^7.3.7",
72+
"split2": "^4.1.0",
7473
"stoppable": "^1.1.0",
75-
"tap": "^15.0.9",
76-
"ts-node": "^10.1.0",
77-
"ts-standard": "^10.0.0",
78-
"typescript": "^4.3.5",
74+
"tap": "^16.1.0",
75+
"ts-node": "^10.7.0",
76+
"ts-standard": "^11.0.0",
77+
"typescript": "^4.6.4",
7978
"workq": "^3.0.0",
8079
"xmlbuilder2": "^3.0.2"
8180
},
8281
"dependencies": {
83-
"@elastic/transport": "^8.0.2",
84-
"tslib": "^2.3.0"
82+
"@elastic/transport": "^8.2.0",
83+
"tslib": "^2.4.0"
8584
},
8685
"tap": {
8786
"ts": true,

0 commit comments

Comments
 (0)