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

Commit c703cdb

Browse files
build(deps): update dependency netlify-cli to v3.10.10 (#215)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 076a624 commit c703cdb

File tree

2 files changed

+67
-14
lines changed

2 files changed

+67
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"eslint-plugin-prettier": "3.3.1",
15-
"netlify-cli": "3.10.9",
15+
"netlify-cli": "3.10.10",
1616
"prettier": "2.2.1",
1717
"prettier-config-xo": "1.0.3",
1818
"semantic-release": "17.4.1",

yarn.lock

Lines changed: 66 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,10 +1163,10 @@
11631163
call-me-maybe "^1.0.1"
11641164
glob-to-regexp "^0.3.0"
11651165

1166-
"@netlify/build@^9.9.1":
1167-
version "9.9.1"
1168-
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-9.9.1.tgz#b909d05b04f2f67473e5e9164debdcb4e2e3faa2"
1169-
integrity sha512-uEGgKP2qDT7MaBGrT46tjz1M0T1qyo2EJLM0mGSuXSi18dN8aXkOY+ulWOJz5BUsUkBlBOl9LcvaUVwQsMUA5w==
1166+
"@netlify/build@^9.9.2":
1167+
version "9.9.2"
1168+
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-9.9.2.tgz#ca2772d2f159bb01c532ef92ac97ac5586e9fec1"
1169+
integrity sha512-a8W0UyTYYIhaT9ddbdjP1HCi1OZ3jk2GTUFTay5IZg15uYjzHhpse7WZzt/ncnVYzuibnO/35OI/ZFSqD0vaWQ==
11701170
dependencies:
11711171
"@bugsnag/js" "^7.0.0"
11721172
"@netlify/cache-utils" "^1.0.7"
@@ -1176,7 +1176,7 @@
11761176
"@netlify/plugin-edge-handlers" "^1.11.5"
11771177
"@netlify/plugins-list" "^2.4.0"
11781178
"@netlify/run-utils" "^1.0.6"
1179-
"@netlify/zip-it-and-ship-it" "^2.5.0"
1179+
"@netlify/zip-it-and-ship-it" "^2.6.0"
11801180
"@sindresorhus/slugify" "^1.1.0"
11811181
"@ungap/from-entries" "^0.2.1"
11821182
array-flat-polyfill "^1.0.1"
@@ -1185,7 +1185,6 @@
11851185
execa "^3.3.0"
11861186
figures "^3.2.0"
11871187
filter-obj "^2.0.1"
1188-
global-cache-dir "^1.0.1"
11891188
got "^9.6.0"
11901189
indent-string "^4.0.0"
11911190
is-plain-obj "^2.1.0"
@@ -1289,6 +1288,33 @@
12891288
validate-npm-package-name "^3.0.0"
12901289
yargs "^15.3.0"
12911290

1291+
"@netlify/config@^4.1.2":
1292+
version "4.1.2"
1293+
resolved "https://registry.yarnpkg.com/@netlify/config/-/config-4.1.2.tgz#ed0502aa344a0e988bea801ab0c9b5487919980c"
1294+
integrity sha512-0ry1RJ8thVUY4L1NeGgDKo8KB2njlZfm6Q65HZyGzXWjJ6A2b+Bm4YA0wmFXEzCb4vWTY0q00s8vKHwOPOAGbw==
1295+
dependencies:
1296+
"@ungap/from-entries" "^0.2.1"
1297+
array-flat-polyfill "^1.0.1"
1298+
chalk "^3.0.0"
1299+
deepmerge "^4.2.2"
1300+
execa "^3.4.0"
1301+
fast-safe-stringify "^2.0.7"
1302+
figures "^3.2.0"
1303+
filter-obj "^2.0.1"
1304+
find-up "^4.1.0"
1305+
indent-string "^4.0.0"
1306+
is-plain-obj "^2.1.0"
1307+
js-yaml "^4.0.0"
1308+
netlify "^6.1.14"
1309+
omit.js "^2.0.2"
1310+
p-locate "^4.1.0"
1311+
path-exists "^4.0.0"
1312+
path-type "^4.0.0"
1313+
toml "^3.0.0"
1314+
tomlify-j0.4 "^3.0.0"
1315+
validate-npm-package-name "^3.0.0"
1316+
yargs "^15.3.0"
1317+
12921318
"@netlify/framework-info@^2.3.0":
12931319
version "2.3.0"
12941320
resolved "https://registry.yarnpkg.com/@netlify/framework-info/-/framework-info-2.3.0.tgz#e9fa1da4e806410f9f4d6d1277c0dcd614fe9abe"
@@ -9334,13 +9360,13 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
93349360
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
93359361
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
93369362

9337-
9338-
version "3.10.9"
9339-
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-3.10.9.tgz#5a409307c064ae3e37cdb28e349033333f0247bb"
9340-
integrity sha512-iFnEL5PVaYWqNwhuPa5CvxARvKXYEihuocYuwRx2kXjWaU9zZWVDOdiHBZj5buvTUaCEc7E1lv8XjdzSYFBfSg==
9363+
9364+
version "3.10.10"
9365+
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-3.10.10.tgz#1628937b855b2f172583c41c9f58c1a20d73e676"
9366+
integrity sha512-RDuXKjvK4fpPCJjQu++lchbEFtHwG4lB2Qp/ant6ypF4Q9W1zQzkJxT5t93mAInOZvtS38SQFKiQCawIGtS7OQ==
93419367
dependencies:
9342-
"@netlify/build" "^9.9.1"
9343-
"@netlify/config" "^4.1.1"
9368+
"@netlify/build" "^9.9.2"
9369+
"@netlify/config" "^4.1.2"
93449370
"@netlify/framework-info" "^2.3.0"
93459371
"@netlify/plugin-edge-handlers" "^1.11.5"
93469372
"@netlify/traffic-mesh-agent" "^0.27.10"
@@ -9404,7 +9430,7 @@ [email protected]:
94049430
memoize-one "^5.1.1"
94059431
minimist "^1.2.5"
94069432
multiparty "^4.2.1"
9407-
netlify "^6.1.13"
9433+
netlify "^6.1.14"
94089434
netlify-redirect-parser "^3.0.6"
94099435
netlify-redirector "^0.2.1"
94109436
node-fetch "^2.6.0"
@@ -9518,6 +9544,33 @@ netlify@^6.1.13:
95189544
through2-filter "^3.0.0"
95199545
through2-map "^3.0.0"
95209546

9547+
netlify@^6.1.14:
9548+
version "6.1.14"
9549+
resolved "https://registry.yarnpkg.com/netlify/-/netlify-6.1.14.tgz#43558b80695b370a2249d2539d421993d7fa244d"
9550+
integrity sha512-CkyBbCUsaWr3GkMEjG9H1RiJrNgu4hoInZD7KSftGnvzu/Sb7UxJkPa89h08MD1HcjyE07NGEpqG9n7RWFwKqA==
9551+
dependencies:
9552+
"@netlify/open-api" "^1.3.0"
9553+
"@netlify/zip-it-and-ship-it" "^2.6.0"
9554+
backoff "^2.5.0"
9555+
clean-deep "^3.4.0"
9556+
flush-write-stream "^2.0.0"
9557+
folder-walker "^3.2.0"
9558+
from2-array "0.0.4"
9559+
hasha "^5.2.2"
9560+
lodash.camelcase "^4.3.0"
9561+
micro-api-client "^3.3.0"
9562+
node-fetch "^2.6.1"
9563+
omit.js "^2.0.2"
9564+
p-map "^3.0.0"
9565+
p-wait-for "^3.2.0"
9566+
parallel-transform "^1.2.0"
9567+
pump "^3.0.0"
9568+
qs "^6.9.6"
9569+
rimraf "^3.0.2"
9570+
tempy "^0.3.0"
9571+
through2-filter "^3.0.0"
9572+
through2-map "^3.0.0"
9573+
95219574
nice-try@^1.0.4:
95229575
version "1.0.5"
95239576
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"

0 commit comments

Comments
 (0)