Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Jul 5, 2022
1 parent dfce56c commit 49890a0
Show file tree
Hide file tree
Showing 7 changed files with 1,936 additions and 2,129 deletions.
2 changes: 1 addition & 1 deletion @xen-orchestra/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.0",
"@koa/router": "^10.0.0",
"@koa/router": "^11.0.1",
"@vates/cached-dns.lookup": "^1.0.0",
"@vates/compose": "^2.1.0",
"@vates/decorate-with": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.13.8",
"@babel/register": "^7.0.0",
"babel-jest": "^27.3.1",
"babel-jest": "^28.1.2",
"benchmark": "^2.1.4",
"deptree": "^1.0.0",
"eslint": "^8.7.0",
Expand All @@ -19,7 +19,7 @@
"globby": "^13.1.1",
"handlebars": "^4.7.6",
"husky": "^4.2.5",
"jest": "^27.3.1",
"jest": "^28.1.2",
"lint-staged": "^12.0.3",
"lodash": "^4.17.4",
"prettier": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/xo-import-servers-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"xo-lib": "^0.11.1"
},
"devDependencies": {
"@types/node": "^17.0.25",
"@types/node": "^18.0.1",
"@types/through2": "^2.0.31",
"typescript": "^4.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xo-server-auth-ldap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ensure-array": "^1.0.0",
"exec-promise": "^0.7.0",
"inquirer": "^8.0.0",
"ldapts": "^3.1.1",
"ldapts": "^4.1.0",
"promise-toolbox": "^0.21.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xo-server-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"app-conf": "^2.1.0",
"babel-plugin-lodash": "^3.2.11",
"golike-defer": "^0.5.1",
"jest": "^27.3.1",
"jest": "^28.1.2",
"lodash": "^4.17.11",
"promise-toolbox": "^0.21.0",
"xo-collection": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"openpgp": "^5.0.0",
"otplib": "^11.0.0",
"partial-stream": "0.0.0",
"passport": "^0.5.2",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"promise-toolbox": "^0.21.0",
"proxy-agent": "^5.0.0",
Expand Down
Loading

0 comments on commit 49890a0

Please sign in to comment.