fix(xo-server-audit): missing @iarna/toml dep (#4827)

This commit is contained in:
badrAZ 2020-02-27 10:15:36 +01:00 committed by GitHub
parent f1752abc5d
commit 2a0934ec28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -18,5 +18,6 @@
>
> Rule of thumb: add packages on top.
- xo-server-audit v0.1.2
- xo-server v5.58.0
- xo-web v5.58.0

View File

@ -49,6 +49,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@iarna/toml": "^2.2.3",
"@xen-orchestra/audit-core": "^0.1.0",
"@xen-orchestra/log": "^0.2.0",
"app-conf": "^0.7.1",

View File

@ -1702,7 +1702,7 @@
dependencies:
"@hapi/hoek" "^8.3.0"
"@iarna/toml@^2.2.1":
"@iarna/toml@^2.2.1", "@iarna/toml@^2.2.3":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.3.tgz#f060bf6eaafae4d56a7dac618980838b0696e2ab"
integrity sha512-FmuxfCuolpLl0AnQ2NHSzoUKWEJDFl63qXjzdoWBVyFCXzMGm1spBzk7LeHNoVCiWCF7mRVms9e6jEV9+MoPbg==