mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Bump joi from 17.4.2 to 17.5.0 (#4486)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
b350ea5900
commit
1c16b697ae
@ -214,7 +214,7 @@
|
|||||||
"handlebars": "^4.7.7",
|
"handlebars": "^4.7.7",
|
||||||
"http-proxy": "^1.18.1",
|
"http-proxy": "^1.18.1",
|
||||||
"immer": "^9.0.6",
|
"immer": "^9.0.6",
|
||||||
"joi": "^17.4.2",
|
"joi": "^17.5.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"jsdom": "^16.7.0",
|
"jsdom": "^16.7.0",
|
||||||
"jsonpath": "^1.1.1",
|
"jsonpath": "^1.1.1",
|
||||||
|
|||||||
@ -121,7 +121,7 @@ const helmChartMaintainerValidator = Joi.object<HelmChartMaintainer>({
|
|||||||
.optional(),
|
.optional(),
|
||||||
});
|
});
|
||||||
|
|
||||||
const helmChartDependencyValidator = Joi.object<RawHelmChartDependency>({
|
const helmChartDependencyValidator = Joi.object<HelmChartDependency, true, RawHelmChartDependency>({
|
||||||
name: Joi
|
name: Joi
|
||||||
.string()
|
.string()
|
||||||
.required(),
|
.required(),
|
||||||
@ -140,7 +140,7 @@ const helmChartDependencyValidator = Joi.object<RawHelmChartDependency>({
|
|||||||
.default(() => ([])),
|
.default(() => ([])),
|
||||||
});
|
});
|
||||||
|
|
||||||
const helmChartValidator = Joi.object<RawHelmChart>({
|
const helmChartValidator = Joi.object<HelmChart, true, RawHelmChart>({
|
||||||
apiVersion: Joi
|
apiVersion: Joi
|
||||||
.string()
|
.string()
|
||||||
.required(),
|
.required(),
|
||||||
|
|||||||
18
yarn.lock
18
yarn.lock
@ -1101,10 +1101,10 @@
|
|||||||
"@sentry/types" "6.7.1"
|
"@sentry/types" "6.7.1"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sideway/address@^4.1.0":
|
"@sideway/address@^4.1.3":
|
||||||
version "4.1.0"
|
version "4.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.0.tgz#0b301ada10ac4e0e3fa525c90615e0b61a72b78d"
|
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.3.tgz#d93cce5d45c5daec92ad76db492cc2ee3c64ab27"
|
||||||
integrity sha512-wAH/JYRXeIFQRsxerIuLjgUu2Xszam+O5xKeatJ4oudShOOirfmsQ1D6LL54XOU2tizpCYku+s1wmU0SYdpoSA==
|
integrity sha512-8ncEUtmnTsMmL7z1YPB47kPUq7LpKWJNFPsRzHiIajGC5uXlWGn+AmkYPcHNl8S4tcEGx+cnORnNYaw2wvL+LQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@hapi/hoek" "^9.0.0"
|
"@hapi/hoek" "^9.0.0"
|
||||||
|
|
||||||
@ -8296,14 +8296,14 @@ jest@26.6.3:
|
|||||||
import-local "^3.0.2"
|
import-local "^3.0.2"
|
||||||
jest-cli "^26.6.3"
|
jest-cli "^26.6.3"
|
||||||
|
|
||||||
joi@^17.4.2:
|
joi@^17.5.0:
|
||||||
version "17.4.2"
|
version "17.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/joi/-/joi-17.4.2.tgz#02f4eb5cf88e515e614830239379dcbbe28ce7f7"
|
resolved "https://registry.yarnpkg.com/joi/-/joi-17.5.0.tgz#7e66d0004b5045d971cf416a55fb61d33ac6e011"
|
||||||
integrity sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==
|
integrity sha512-R7hR50COp7StzLnDi4ywOXHrBrgNXuUUfJWIR5lPY5Bm/pOD3jZaTwpluUXVLRWcoWZxkrHBBJ5hLxgnlehbdw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@hapi/hoek" "^9.0.0"
|
"@hapi/hoek" "^9.0.0"
|
||||||
"@hapi/topo" "^5.0.0"
|
"@hapi/topo" "^5.0.0"
|
||||||
"@sideway/address" "^4.1.0"
|
"@sideway/address" "^4.1.3"
|
||||||
"@sideway/formula" "^3.0.0"
|
"@sideway/formula" "^3.0.0"
|
||||||
"@sideway/pinpoint" "^2.0.0"
|
"@sideway/pinpoint" "^2.0.0"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user