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

Commit d1f3d01

Browse files
build(deps): update dependency netlify-cli to v3.15.1 (#238)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5803bd8 commit d1f3d01

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
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.15.0",
15+
"netlify-cli": "3.15.1",
1616
"prettier": "2.2.1",
1717
"prettier-config-xo": "1.0.3",
1818
"semantic-release": "17.4.2",

yarn.lock

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,36 @@
14471447
unixify "^1.0.0"
14481448
yargs "^15.4.1"
14491449

1450+
"@netlify/zip-it-and-ship-it@^3.1.0":
1451+
version "3.1.0"
1452+
resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-3.1.0.tgz#5bdb1c1cbc74ba694e4b6e05f4d84f28e84e56db"
1453+
integrity sha512-x8Qz2ufrpz+dfv/HY4s/Xiwux4B0A4KbXp+vDdbTU8TkrIIRD9LGdzuwlCGBhTCufAWim3wARhSIZBC6+0k69w==
1454+
dependencies:
1455+
archiver "^4.0.0"
1456+
array-flat-polyfill "^1.0.1"
1457+
common-path-prefix "^2.0.0"
1458+
cp-file "^7.0.0"
1459+
elf-cam "^0.1.1"
1460+
end-of-stream "^1.4.4"
1461+
esbuild "^0.9.0"
1462+
filter-obj "^2.0.1"
1463+
find-up "^4.1.0"
1464+
glob "^7.1.6"
1465+
junk "^3.1.0"
1466+
locate-path "^5.0.0"
1467+
make-dir "^3.1.0"
1468+
merge-options "^3.0.4"
1469+
minimatch "^3.0.4"
1470+
p-map "^3.0.0"
1471+
path-exists "^4.0.0"
1472+
pkg-dir "^4.2.0"
1473+
precinct "^6.3.1"
1474+
require-package-name "^2.0.1"
1475+
resolve "^2.0.0-next.1"
1476+
semver "^6.3.0"
1477+
unixify "^1.0.0"
1478+
yargs "^15.4.1"
1479+
14501480
"@nodelib/[email protected]":
14511481
version "2.1.3"
14521482
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -9297,18 +9327,18 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
92979327
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
92989328
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
92999329

9300-
9301-
version "3.15.0"
9302-
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-3.15.0.tgz#d8b64108273a14eaa494c814d01756496b21a786"
9303-
integrity sha512-rrXVRUDJD3cneyKru0S6GrpgULMsFbz7w1640uhyGNMTIQTY+NxB1B+/QNMHGLM1CwB+ezY/zBgGnwf77XICxA==
9330+
9331+
version "3.15.1"
9332+
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-3.15.1.tgz#22a677a8aec5272e3fda289a5e1b3a5e2f3ceb6a"
9333+
integrity sha512-L3koM/4a7Ts4fQgJ7bEWbkoYJbShUEZ8KN03+ti+V72MN+4vChmtbNlRkISw1KrfyvyCIP4va2EBTFL4pKfO7Q==
93049334
dependencies:
93059335
"@netlify/build" "^10.2.2"
93069336
"@netlify/config" "^5.1.0"
93079337
"@netlify/framework-info" "^3.2.1"
93089338
"@netlify/plugin-edge-handlers" "^1.11.6"
93099339
"@netlify/plugins-list" "^2.6.0"
93109340
"@netlify/traffic-mesh-agent" "^0.27.10"
9311-
"@netlify/zip-it-and-ship-it" "^3.0.1"
9341+
"@netlify/zip-it-and-ship-it" "^3.1.0"
93129342
"@oclif/command" "^1.6.1"
93139343
"@oclif/config" "^1.15.1"
93149344
"@oclif/errors" "^1.3.4"

0 commit comments

Comments
 (0)