fix(xo-server-audit): missing @iarna/toml dep (#4827)
This commit is contained in:
parent
f1752abc5d
commit
2a0934ec28
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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==
|
||||
|
Loading…
Reference in New Issue
Block a user