From dd123dadd25c39ae10e845a64c471f43899ab49b Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 20 Dec 2021 14:46:13 +0000 Subject: [PATCH] chore(deps): update dependency netlify-cli to v8.1.9 (#1221) 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.1.8` -> `8.1.9`](https://renovatebot.com/diffs/npm/netlify-cli/8.1.8/8.1.9) | --- ### Release Notes
netlify/cli ### [`v8.1.9`](https://github.com/netlify/cli/blob/master/CHANGELOG.md#​819-httpswwwgithubcomnetlifyclicomparev818v819-2021-12-20) [Compare Source](https://github.com/netlify/cli/compare/v8.1.8...v8.1.9)
--- ### 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/1221 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 24218989f..8222a47a8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "express": "4.17.2", "faker": "5.5.3", "jest": "27.4.5", - "netlify-cli": "8.1.8", + "netlify-cli": "8.1.9", "postcss": "8.4.5", "postcss-preset-env": "7.0.2", "rollup": "2.61.1", diff --git a/yarn.lock b/yarn.lock index a05b66ec0..af8db4431 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10108,10 +10108,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.1.8: - version "8.1.8" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-8.1.8.tgz#f20c1fd014802849e971efdba4eb9bafa7bfe5bb" - integrity sha512-BRrzaQNymNyohtqAcOCR9NKqw1uCD8q3cc34kmGGIBYvDpryzPnHhEbg+C/aLkwZEDYRIh/9AFEIpRWZF3GZgQ== +netlify-cli@8.1.9: + version "8.1.9" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-8.1.9.tgz#add218f3e53c2ee0b9fc1fd29b2835858461738c" + integrity sha512-ldZvoDw1Q8ULqnP/ScYU1ZXbzJbApJnB2K9gUQQ9ga4iy0sBzc4tyybncz8ixN0jSu/AJn8D5mf+hrEspfqw5A== dependencies: "@netlify/build" "^20.3.1" "@netlify/config" "^17.0.0"