From fe5770082a725351c6703e2c8d2585aac8a86bb3 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 Dec 2021 16:35:45 +0000 Subject: [PATCH] chore(deps): update dependency netlify-cli to v8.0.15 (#1135) 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.0.14` -> `8.0.15`](https://renovatebot.com/diffs/npm/netlify-cli/8.0.14/8.0.15) | --- ### Release Notes
netlify/cli ### [`v8.0.15`](https://github.com/netlify/cli/blob/master/CHANGELOG.md#​8015-httpswwwgithubcomnetlifyclicomparev8014v8015-2021-12-03) [Compare Source](https://github.com/netlify/cli/compare/v8.0.14...v8.0.15)
--- ### 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/1135 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1f94a330..92276876 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "express": "4.17.1", "faker": "5.5.3", "jest": "27.4.3", - "netlify-cli": "8.0.14", + "netlify-cli": "8.0.15", "postcss": "8.4.4", "postcss-preset-env": "7.0.1", "rollup": "2.60.2", diff --git a/yarn.lock b/yarn.lock index dcd132eb..29bbf5c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10351,10 +10351,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.0.14: - version "8.0.14" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-8.0.14.tgz#e34eb0b5a04c179be68cebfbe0822cfe2a9e0f7c" - integrity sha512-yNw45pABE+fsoD8wizhyQ/iY+f3tryx8InecaLslKooqtW9A2hYOCNKWrM+VWXu9vzfswUfYlMZs6Y9H+QZoUA== +netlify-cli@8.0.15: + version "8.0.15" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-8.0.15.tgz#7f8c758342ea9eb59400c0e0fbd6cbe991259fad" + integrity sha512-7bv+bTWBdRJMkqStbY9qD365p47BV+Djl1nMXGh9j55GNc4ntGwIhgGeMTpS6B/k7PsURkHF2gSTrGr0ymB0ng== dependencies: "@netlify/build" "^20.0.4" "@netlify/config" "^16.0.7"