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

Commit e9a56d5

Browse files
build(deps): update dependency netlify-cli to v6.10.4 (#428)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent a3db412 commit e9a56d5

File tree

2 files changed

+12
-51
lines changed

2 files changed

+12
-51
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": "4.0.0",
15-
"netlify-cli": "6.10.3",
15+
"netlify-cli": "6.10.4",
1616
"prettier": "2.4.1",
1717
"prettier-config-xo": "2.0.0",
1818
"semantic-release": "18.0.0",

yarn.lock

Lines changed: 11 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,10 +1175,10 @@
11751175
call-me-maybe "^1.0.1"
11761176
glob-to-regexp "^0.3.0"
11771177

1178-
"@netlify/build@^18.13.9":
1179-
version "18.13.9"
1180-
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-18.13.9.tgz#ed1527cba8ce69238a5e654790e465ff1fa6d079"
1181-
integrity sha512-5aychjE4e1MzKkbngYtqcGxz1tBkvdgTO+ePiFK+aw6C8l3bYLTw1urF0jcVwXFUgREPeTI7S7oBNLebfn4rVA==
1178+
"@netlify/build@^18.13.10":
1179+
version "18.13.11"
1180+
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-18.13.11.tgz#a7d8477f619b0a370999c73f314ad19e1e594eca"
1181+
integrity sha512-TgNCJ5IAHyW1vp0JiDB6Ftgoo8KKXA/MLKmCBwNr1IdwyafRASCWnLmb7tmS1bA0meYVi4KbERlHvScrOtclsA==
11821182
dependencies:
11831183
"@bugsnag/js" "^7.0.0"
11841184
"@netlify/cache-utils" "^2.0.0"
@@ -1188,7 +1188,7 @@
11881188
"@netlify/plugin-edge-handlers" "^1.11.22"
11891189
"@netlify/plugins-list" "^4.0.0"
11901190
"@netlify/run-utils" "^2.0.0"
1191-
"@netlify/zip-it-and-ship-it" "^4.23.5"
1191+
"@netlify/zip-it-and-ship-it" "^4.23.6"
11921192
"@sindresorhus/slugify" "^1.1.0"
11931193
"@ungap/from-entries" "^0.2.1"
11941194
ansi-escapes "^4.3.2"
@@ -1520,7 +1520,7 @@
15201520
dependencies:
15211521
execa "^3.4.0"
15221522

1523-
"@netlify/zip-it-and-ship-it@4.23.6":
1523+
"@netlify/zip-it-and-ship-it@4.23.6", "@netlify/zip-it-and-ship-it@^4.23.6":
15241524
version "4.23.6"
15251525
resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.23.6.tgz#07726b95c283463882064dcd71e1b1c65d2fcd06"
15261526
integrity sha512-b4LqjSKrCxWZPVdUVuOXj6Y92fh6X6XXuGw5cr11EzNbqEl7ZPzxsRABkekDD93FOa0Pxi0gI1+ployXK0PQdQ==
@@ -1595,45 +1595,6 @@
15951595
unixify "^1.0.0"
15961596
yargs "^16.0.0"
15971597

1598-
"@netlify/zip-it-and-ship-it@^4.23.5":
1599-
version "4.23.5"
1600-
resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.23.5.tgz#4d8f8a5d49a32d6e46fbe3ae19292502bdd736a0"
1601-
integrity sha512-aU5PtVEa2ydQVXXDIKhZXngUDgbZ/WmrkWGZyJrJQBfM20sDBlAVyYinK5qcm4Et7GFOkZ879p5Odz0Ml5aMDA==
1602-
dependencies:
1603-
"@babel/parser" "^7.15.7"
1604-
"@netlify/esbuild" "^0.13.6"
1605-
archiver "^5.3.0"
1606-
array-flat-polyfill "^1.0.1"
1607-
common-path-prefix "^3.0.0"
1608-
cp-file "^9.0.0"
1609-
del "^6.0.0"
1610-
elf-cam "^0.1.1"
1611-
end-of-stream "^1.4.4"
1612-
es-module-lexer "^0.9.0"
1613-
execa "^5.0.0"
1614-
filter-obj "^2.0.1"
1615-
find-up "^5.0.0"
1616-
glob "^7.1.6"
1617-
is-builtin-module "^3.1.0"
1618-
junk "^3.1.0"
1619-
locate-path "^6.0.0"
1620-
make-dir "^3.1.0"
1621-
merge-options "^3.0.4"
1622-
minimatch "^3.0.4"
1623-
p-map "^4.0.0"
1624-
path-exists "^4.0.0"
1625-
pkg-dir "^5.0.0"
1626-
precinct "^8.0.0"
1627-
read-package-json-fast "^2.0.2"
1628-
require-package-name "^2.0.1"
1629-
resolve "^2.0.0-next.1"
1630-
semver "^7.0.0"
1631-
tmp-promise "^3.0.2"
1632-
toml "^3.0.0"
1633-
typescript "^4.4.3"
1634-
unixify "^1.0.0"
1635-
yargs "^16.0.0"
1636-
16371598
"@nodelib/fs.scandir@2.1.3":
16381599
version "2.1.3"
16391600
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -9435,12 +9396,12 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
94359396
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
94369397
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
94379398

9438-
netlify-cli@6.10.3:
9439-
version "6.10.3"
9440-
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-6.10.3.tgz#5ca1ef142ca36d5d6e0dcf3bedd9a52b879232ff"
9441-
integrity sha512-erj07EGqP4K6z56X5GTGAj5DT9pC85luPo9yh7E43oiD9UF3SR/rMBBuIA50S65EeulEUuS/tC9v0goVDfZDPA==
9399+
netlify-cli@6.10.4:
9400+
version "6.10.4"
9401+
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-6.10.4.tgz#c5ce71c34070225b8148d9c1776074f727d3a949"
9402+
integrity sha512-gJwCgAkYzORuAaUUr42VOfCWGiA8UPO83myTTb4h5AC6Kp1ieD/Hj0PmRZ8SjDiAuKMFPSGt1ScbNpMAK6PwKQ==
94429403
dependencies:
9443-
"@netlify/build" "^18.13.9"
9404+
"@netlify/build" "^18.13.10"
94449405
"@netlify/config" "^15.6.4"
94459406
"@netlify/framework-info" "^5.9.2"
94469407
"@netlify/local-functions-proxy" "^1.1.1"

0 commit comments

Comments
 (0)