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

Commit a94e908

Browse files
build(deps): update dependency netlify-cli to v3.10.3 (#206)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 189d845 commit a94e908

File tree

2 files changed

+47
-19
lines changed

2 files changed

+47
-19
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.2",
15+
"netlify-cli": "3.10.3",
1616
"prettier": "2.2.1",
1717
"prettier-config-xo": "1.0.3",
1818
"semantic-release": "17.4.0",

yarn.lock

Lines changed: 46 additions & 18 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.5.0":
1167-
version "9.5.0"
1168-
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-9.5.0.tgz#9664ff8cf3ce86e73a062cf2ed2e362b4b2e9e7e"
1169-
integrity sha512-1CEl1gd7B83IpmMRSATkVrODE3fuw9bBUKnGAU+QA0JS219SXLHrSaYj1Uu+lsLSbOnaTeTVMrfXl5+dMzOoEQ==
1166+
"@netlify/build@^9.6.0":
1167+
version "9.6.0"
1168+
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-9.6.0.tgz#4d5d04efa5c506e3eb5f0155e3871317512af8b0"
1169+
integrity sha512-WDtr4yl6jYVWwdxmcIjCoQZr8RLIsitelplfiDLpGGJq3vi9yD//j0XeMoSGglOx2g6rQlZnd9ZH4supoN7kiw==
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.2.0"
11781178
"@netlify/run-utils" "^1.0.6"
1179-
"@netlify/zip-it-and-ship-it" "^2.4.0"
1179+
"@netlify/zip-it-and-ship-it" "^2.4.1"
11801180
"@sindresorhus/slugify" "^1.1.0"
11811181
"@ungap/from-entries" "^0.2.1"
11821182
array-flat-polyfill "^1.0.1"
@@ -1421,7 +1421,7 @@
14211421
util.promisify "^1.0.1"
14221422
yargs "^15.4.1"
14231423

1424-
"@netlify/zip-it-and-ship-it@^2.1.3", "@netlify/zip-it-and-ship-it@^2.3.0":
1424+
"@netlify/zip-it-and-ship-it@^2.1.3":
14251425
version "2.3.0"
14261426
resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-2.3.0.tgz#00d5261fb90765c038a337ad0986dd9e94aaa3c8"
14271427
integrity sha512-dqYXA/e2ZY6bO7fvp18YKXLYE/CK8cAbjBE2mo339sA+xchoV3ryYEjsLpoYqFWofUBLQnCYahm4D9a4H7RT0A==
@@ -1475,6 +1475,34 @@
14751475
unixify "^1.0.0"
14761476
yargs "^15.4.1"
14771477

1478+
"@netlify/zip-it-and-ship-it@^2.4.1":
1479+
version "2.4.1"
1480+
resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-2.4.1.tgz#8c85efa8d8d5aa268605a9d0fea778da61fae792"
1481+
integrity sha512-7vwQCWA/Te6vNeecpifJjj/0gAUHECtxQAuiI5XBSO0BrJObsmvEErnkvWs2yKuqzA4dpS1Srg3AkvQHH5wlNw==
1482+
dependencies:
1483+
archiver "^4.0.0"
1484+
array-flat-polyfill "^1.0.1"
1485+
common-path-prefix "^2.0.0"
1486+
cp-file "^7.0.0"
1487+
elf-cam "^0.1.1"
1488+
end-of-stream "^1.4.4"
1489+
esbuild "^0.8.46"
1490+
filter-obj "^2.0.1"
1491+
find-up "^4.1.0"
1492+
glob "^7.1.6"
1493+
junk "^3.1.0"
1494+
locate-path "^5.0.0"
1495+
make-dir "^3.1.0"
1496+
p-map "^3.0.0"
1497+
path-exists "^4.0.0"
1498+
pkg-dir "^4.2.0"
1499+
precinct "^6.3.1"
1500+
require-package-name "^2.0.1"
1501+
resolve "^2.0.0-next.1"
1502+
semver "^7.3.2"
1503+
unixify "^1.0.0"
1504+
yargs "^15.4.1"
1505+
14781506
"@nodelib/[email protected]":
14791507
version "2.1.3"
14801508
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -9307,17 +9335,17 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
93079335
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
93089336
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
93099337

9310-
9311-
version "3.10.2"
9312-
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-3.10.2.tgz#d6effd70c63c7c6879c3e5c8424fc0006ca9b2d8"
9313-
integrity sha512-OPdLNdrk0CDnPdQ6DNrJTLwDf9Nzay5VLlcApuEQQ+twvAhW1cA30YDwX6t5pr+tSA+MpxWEFmWdRNMgbaZ1oQ==
9338+
9339+
version "3.10.3"
9340+
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-3.10.3.tgz#08de9e614e627f51db55a787cc418df7b9a53f2e"
9341+
integrity sha512-M0kE34XWuuWs8CzosiegHkzgAeeHcGYbSjb+zvbhsIbWcJmuVDepXHDTuIe6nOsWWi70cc4UmdatvmeMReHquQ==
93149342
dependencies:
9315-
"@netlify/build" "^9.5.0"
9343+
"@netlify/build" "^9.6.0"
93169344
"@netlify/config" "^4.0.2"
93179345
"@netlify/framework-info" "^2.3.0"
93189346
"@netlify/plugin-edge-handlers" "^1.11.5"
93199347
"@netlify/traffic-mesh-agent" "^0.27.10"
9320-
"@netlify/zip-it-and-ship-it" "^2.4.0"
9348+
"@netlify/zip-it-and-ship-it" "^2.4.1"
93219349
"@oclif/command" "^1.6.1"
93229350
"@oclif/config" "^1.15.1"
93239351
"@oclif/errors" "^1.3.4"
@@ -9377,7 +9405,7 @@ [email protected]:
93779405
memoize-one "^5.1.1"
93789406
minimist "^1.2.5"
93799407
multiparty "^4.2.1"
9380-
netlify "^6.1.9"
9408+
netlify "^6.1.10"
93819409
netlify-redirect-parser "^3.0.3"
93829410
netlify-redirector "^0.2.1"
93839411
node-fetch "^2.6.0"
@@ -9464,13 +9492,13 @@ netlify@^6.0.0:
94649492
through2-filter "^3.0.0"
94659493
through2-map "^3.0.0"
94669494

9467-
netlify@^6.1.9:
9468-
version "6.1.9"
9469-
resolved "https://registry.yarnpkg.com/netlify/-/netlify-6.1.9.tgz#03e6f003843efc27242da8b573bd9ea36e283107"
9470-
integrity sha512-+t/yyPusR0/bwB/IQPT5mcwe3erlS+x8rBy006f1Gu2WsbUHpI20/Qyz0h3SJ4m7sSqeDVTVidFqQjbxMLKb0w==
9495+
netlify@^6.1.10:
9496+
version "6.1.10"
9497+
resolved "https://registry.yarnpkg.com/netlify/-/netlify-6.1.10.tgz#8b36a43dd08101fe6567fc8c0d0e25db4f74a826"
9498+
integrity sha512-xfFMPTJ0F3wtY2kpaO1UR1uU1XVKIQE5CrD+71BGZzH/J+woGcWVkxIF0yagJcQTqlwsnxnLcYgosyg5bCaILw==
94719499
dependencies:
94729500
"@netlify/open-api" "^1.3.0"
9473-
"@netlify/zip-it-and-ship-it" "^2.3.0"
9501+
"@netlify/zip-it-and-ship-it" "^2.4.0"
94749502
backoff "^2.5.0"
94759503
clean-deep "^3.4.0"
94769504
flush-write-stream "^2.0.0"

0 commit comments

Comments
 (0)