Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 5b214a9

Browse files
build(deps): update dependency netlify-cli to v2.58.0 (#79)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ffcd954 commit 5b214a9

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@netlify/cache-utils": "^1.0.0"
1212
},
1313
"devDependencies": {
14-
"netlify-cli": "2.57.0",
14+
"netlify-cli": "2.58.0",
1515
"prettier": "2.0.4",
1616
"semantic-release": "17.1.1",
1717
"type-fest": "0.16.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6101,6 +6101,11 @@ lodash.clonedeep@^4.5.0, lodash.clonedeep@~4.5.0:
61016101
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
61026102
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
61036103

6104+
lodash.debounce@^4.0.8:
6105+
version "4.0.8"
6106+
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
6107+
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
6108+
61046109
lodash.defaults@^4.2.0:
61056110
version "4.2.0"
61066111
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
@@ -6879,10 +6884,10 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
68796884
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
68806885
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
68816886

6882-
netlify-cli@2.57.0:
6883-
version "2.57.0"
6884-
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-2.57.0.tgz#01766460135c41659eb041cacc90899a30f0cb72"
6885-
integrity sha512-Fk7lynhW8C00UjCQFt/8tRQ1Ge7PZurlawgo15nCQ2pVfmAexSUItCMLqPHZqAaki2/ZflPbut8fONQaryl2Hg==
6887+
netlify-cli@2.58.0:
6888+
version "2.58.0"
6889+
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-2.58.0.tgz#1e18a0502e026ce6272a0489d67abd278a2420fa"
6890+
integrity sha512-PE+nuI+MQsien5jI7cf0loim6MpupF5IQk+aLHHNHZkPYI2LyuDayQPy7amvQyacqaz/VccGu8fwhOxY0ctkew==
68866891
dependencies:
68876892
"@netlify/build" "^2.0.26"
68886893
"@netlify/config" "^2.0.3"
@@ -6931,6 +6936,7 @@ [email protected]:
69316936
is-docker "^1.1.0"
69326937
jwt-decode "^2.2.0"
69336938
lambda-local "^1.7.1"
6939+
lodash.debounce "^4.0.8"
69346940
lodash.get "^4.4.2"
69356941
lodash.isempty "^4.4.0"
69366942
lodash.isequal "^4.5.0"

0 commit comments

Comments
 (0)