[Backport 8.2] Updated dependencies (#1685)

Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-05-03 19:32:19 +02:00
committed by GitHub
parent 2c6e0ddb62
commit 603e4695cb
3 changed files with 20 additions and 21 deletions

View File

@ -3,7 +3,7 @@ STACK_VERSION:
- 8.2.0-SNAPSHOT - 8.2.0-SNAPSHOT
NODE_JS_VERSION: NODE_JS_VERSION:
- 17 - 18
- 16 - 16
- 14 - 14

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x, 16.x, 17.x] node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:
@ -176,7 +176,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x] node-version: [16.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -49,39 +49,38 @@
}, },
"devDependencies": { "devDependencies": {
"@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1", "@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1",
"@types/debug": "^4.1.6", "@types/debug": "^4.1.7",
"@types/ms": "^0.7.31", "@types/ms": "^0.7.31",
"@types/node": "^16.4.1", "@types/node": "^17.0.31",
"@types/sinonjs__fake-timers": "^6.0.3", "@types/sinonjs__fake-timers": "^8.1.2",
"@types/split2": "^3.2.1", "@types/split2": "^3.2.1",
"@types/stoppable": "^1.1.1", "@types/stoppable": "^1.1.1",
"@types/tap": "^15.0.5", "@types/tap": "^15.0.7",
"cross-zip": "^4.0.0", "cross-zip": "^4.0.0",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"into-stream": "^6.0.0", "into-stream": "^7.0.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"minimist": "^1.2.5", "minimist": "^1.2.6",
"ms": "^2.1.3", "ms": "^2.1.3",
"node-abort-controller": "^2.0.0", "node-abort-controller": "^3.0.1",
"node-fetch": "^2.6.2", "node-fetch": "^2.6.7",
"ora": "^5.4.1", "ora": "^6.1.0",
"proxy": "^1.0.2", "proxy": "^1.0.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"semver": "^7.3.5", "semver": "^7.3.7",
"split2": "^3.2.2", "split2": "^4.1.0",
"standard": "^16.0.3",
"stoppable": "^1.1.0", "stoppable": "^1.1.0",
"tap": "^15.0.9", "tap": "^16.1.0",
"ts-node": "^10.1.0", "ts-node": "^10.7.0",
"ts-standard": "^10.0.0", "ts-standard": "^11.0.0",
"typescript": "^4.3.5", "typescript": "^4.6.4",
"workq": "^3.0.0", "workq": "^3.0.0",
"xmlbuilder2": "^3.0.2" "xmlbuilder2": "^3.0.2"
}, },
"dependencies": { "dependencies": {
"@elastic/transport": "^8.0.2", "@elastic/transport": "^8.2.0",
"tslib": "^2.3.0" "tslib": "^2.4.0"
}, },
"tap": { "tap": {
"ts": true, "ts": true,