chore: update deps

This commit is contained in:
Julien Fontanet
2022-09-15 00:06:07 +02:00
parent 9d09a3adf5
commit 8fd10bace7
11 changed files with 3771 additions and 3862 deletions

View File

@@ -1,12 +1,12 @@
'use strict'
const compareVersions = require('compare-versions')
const find = require('lodash/find.js')
const groupBy = require('lodash/groupBy.js')
const ignoreErrors = require('promise-toolbox/ignoreErrors')
const omit = require('lodash/omit.js')
const { asyncMap } = require('@xen-orchestra/async-map')
const { CancelToken } = require('promise-toolbox')
const { compareVersions } = require('compare-versions')
const { createVhdStreamWithLength } = require('vhd-lib')
const { defer } = require('golike-defer')

View File

@@ -25,7 +25,7 @@
"@xen-orchestra/fs": "^3.1.0",
"@xen-orchestra/log": "^0.3.0",
"@xen-orchestra/template": "^0.1.0",
"compare-versions": "^4.0.1",
"compare-versions": "^5.0.1",
"d3-time-format": "^3.0.0",
"decorator-synchronized": "^0.6.0",
"end-of-stream": "^1.4.4",
@@ -37,7 +37,7 @@
"parse-pairs": "^1.1.0",
"promise-toolbox": "^0.21.0",
"proper-lockfile": "^4.1.2",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"vhd-lib": "^4.0.1",
"yazl": "^2.5.1"
},

View File

@@ -46,13 +46,13 @@
"get-stream": "^6.0.0",
"getopts": "^2.2.3",
"golike-defer": "^0.5.1",
"http-server-plus": "^0.11.1",
"http-server-plus": "^0.12.0",
"http2-proxy": "^5.0.53",
"json-rpc-protocol": "^0.13.1",
"jsonrpc-websocket-client": "^0.7.2",
"koa": "^2.5.1",
"koa-compress": "^5.0.1",
"koa-helmet": "^5.1.0",
"koa-helmet": "^6.1.0",
"lodash": "^4.17.10",
"node-zone": "^0.4.0",
"parse-pairs": "^1.0.0",

View File

@@ -3,7 +3,7 @@
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.13.8",
"@babel/register": "^7.0.0",
"babel-jest": "^28.1.2",
"babel-jest": "^29.0.3",
"benchmark": "^2.1.4",
"deptree": "^1.0.0",
"eslint": "^8.7.0",
@@ -19,7 +19,7 @@
"globby": "^13.1.1",
"handlebars": "^4.7.6",
"husky": "^4.2.5",
"jest": "^28.1.2",
"jest": "^29.0.3",
"lint-staged": "^13.0.3",
"lodash": "^4.17.4",
"prettier": "^2.0.5",

View File

@@ -30,7 +30,7 @@
"human-format": "^1.0.0",
"lodash": "^4.17.21",
"promise-toolbox": "^0.21.0",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"vhd-lib": "^4.0.1"
},
"scripts": {

View File

@@ -28,7 +28,7 @@
"promise-toolbox": "^0.21.0",
"readable-stream": "^4.1.0",
"struct-fu": "^1.2.0",
"uuid": "^8.3.1"
"uuid": "^9.0.0"
},
"devDependencies": {
"@xen-orchestra/fs": "^3.1.0",

View File

@@ -36,7 +36,7 @@
"blocked": "^1.2.1",
"debug": "^4.0.1",
"http-request-plus": "^0.14.0",
"jest-diff": "^28.0.1",
"jest-diff": "^29.0.3",
"json-rpc-protocol": "^0.13.1",
"kindof": "^2.0.0",
"limit-concurrency-decorator": "^0.5.0",

View File

@@ -34,7 +34,7 @@
"lodash": "^4.17.11",
"node-openssl-cert": "^0.1.34",
"promise-toolbox": "^0.21.0",
"uuid": "^8.3.1"
"uuid": "^9.0.0"
},
"private": true,
"license": "AGPL-3.0-or-later",

View File

@@ -31,7 +31,7 @@
"app-conf": "^2.3.0",
"babel-plugin-lodash": "^3.2.11",
"golike-defer": "^0.5.1",
"jest": "^28.1.2",
"jest": "^29.0.3",
"lodash": "^4.17.11",
"promise-toolbox": "^0.21.0",
"xo-collection": "^0.5.0",

View File

@@ -81,7 +81,7 @@
"highland": "^2.11.1",
"http-proxy": "^1.16.2",
"http-request-plus": "^0.14.0",
"http-server-plus": "^0.11.1",
"http-server-plus": "^0.12.0",
"human-format": "^1.0.0",
"iterable-backoff": "^0.1.0",
"js-yaml": "^4.1.0",
@@ -123,7 +123,7 @@
"tar-stream": "^2.0.1",
"tmp": "^0.2.1",
"unzipper": "^0.10.5",
"uuid": "^8.3.1",
"uuid": "^9.0.0",
"value-matcher": "^0.2.0",
"vhd-lib": "^4.0.1",
"ws": "^8.2.3",

7605
yarn.lock

File diff suppressed because it is too large Load Diff