chore(deps): update dependency netlify-cli to v8.6.16 (#1343)
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 <details> <summary>netlify/cli</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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 <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
8d811fcf19
commit
c3bc2e470c
2 changed files with 11 additions and 5 deletions
|
@ -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",
|
||||
|
|
14
yarn.lock
14
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"
|
||||
|
|
Loading…
Reference in a new issue