From c3bc2e470cc553cd6879543aafd5b3e743303368 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 10 Jan 2022 12:07:57 +0000 Subject: [PATCH] chore(deps): update dependency netlify-cli to v8.6.16 (#1343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [netlify-cli](https://github.com/netlify/cli) | devDependencies | patch | [`8.6.15` -> `8.6.16`](https://renovatebot.com/diffs/npm/netlify-cli/8.6.15/8.6.16) | --- ### Release Notes
netlify/cli ### [`v8.6.16`](https://github.com/netlify/cli/blob/master/CHANGELOG.md#​8616-httpsgithubcomnetlifyclicomparev8615v8616-2022-01-10) [Compare Source](https://github.com/netlify/cli/compare/v8.6.15...v8.6.16)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1343 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9ab35adb27..c4f907f482 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-vue": "8.2.0", "express": "4.17.2", "faker": "5.5.3", - "netlify-cli": "8.6.15", + "netlify-cli": "8.6.16", "happy-dom": "2.25.1", "postcss": "8.4.5", "postcss-preset-env": "7.2.0", diff --git a/yarn.lock b/yarn.lock index 7f8fd8f6ad..a64a749962 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4836,6 +4836,11 @@ colors@^1.1.2, colors@^1.2.1: resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== +colors@^1.4.0: + version "1.4.2" + resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.2.tgz#cd4fe227412ca2c75bb6f5683ec2e5e68de4f317" + integrity sha512-5QhJWPFZqkKIieXJPpCprdOytvH7v0AGWpu9K2jZ4LWkGg3dVBNoYPgGGRpEsc0jb8Boy0ElYrdjH9uXfhRSqw== + colorspace@1.1.x: version "1.1.4" resolved "https://registry.yarnpkg.com/colorspace/-/colorspace-1.1.4.tgz#8d442d1186152f60453bf8070cd66eb364e59243" @@ -9305,10 +9310,10 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61" integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug== -netlify-cli@8.6.15: - version "8.6.15" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-8.6.15.tgz#43298ff2586504841ced2a409221f7b27c6f6059" - integrity sha512-pqM8dOQscGVF4zVB4zzCBBnJlaNtu9SdWfoyHMfD0ZKF8XZTS/vT+N/3apRNBjZYSyExhdpe/7pW5o5L5IawCQ== +netlify-cli@8.6.16: + version "8.6.16" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-8.6.16.tgz#39c860fad937cbfb5ddea3b0eda4ec5518005b4e" + integrity sha512-P/sRYKLsulnO4Jrj8087x+RfX2grvfCls03AkzxqHivMdCmPruKWw/rAWmBOK2c3ohgfQxmZ0bnHbYSem4VeiA== dependencies: "@netlify/build" "^26.1.0" "@netlify/config" "^17.0.3" @@ -9330,6 +9335,7 @@ netlify-cli@8.6.15: chokidar "^3.0.2" ci-info "^3.0.0" clean-deep "^3.0.2" + colors "^1.4.0" commander "^8.3.0" concordance "^5.0.0" configstore "^5.0.0"