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

Commit 326e9cf

Browse files
build(deps): update dependency netlify-cli to v6.14.21 (#442)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bc60e71 commit 326e9cf

File tree

2 files changed

+18
-28
lines changed

2 files changed

+18
-28
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.14.19",
15+
"netlify-cli": "6.14.21",
1616
"prettier": "2.4.1",
1717
"prettier-config-xo": "2.0.0",
1818
"semantic-release": "18.0.0",

yarn.lock

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,20 +1202,20 @@
12021202
call-me-maybe "^1.0.1"
12031203
glob-to-regexp "^0.3.0"
12041204

1205-
"@netlify/build@^18.21.7":
1206-
version "18.21.8"
1207-
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-18.21.8.tgz#d4fa33523167dfc6a48af7287c3646512ec3fd9b"
1208-
integrity sha512-VNApf9pFGtFT1MELx00BhXDecZkPbszZgxOU2krnXKakcHiZo5/BjiMNlO5Rher3Us+8RJlW7/AMM8SqnuHa/g==
1205+
"@netlify/build@^18.21.10":
1206+
version "18.21.10"
1207+
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-18.21.10.tgz#00ac60dd8f90903165e1bc54fd77d87505051fe4"
1208+
integrity sha512-wEQxQrwY80rSj6Qp3BGQqczQDlKQZPTcGDClEFBU/ua0QvO3+hxqytCQYJNetIChJGnz3b1fH79OdZYEchePYw==
12091209
dependencies:
12101210
"@bugsnag/js" "^7.0.0"
12111211
"@netlify/cache-utils" "^2.0.0"
12121212
"@netlify/config" "^15.0.0"
12131213
"@netlify/functions-utils" "^2.0.0"
12141214
"@netlify/git-utils" "^2.0.0"
12151215
"@netlify/plugin-edge-handlers" "^1.11.22"
1216-
"@netlify/plugins-list" "^4.1.0"
1216+
"@netlify/plugins-list" "^4.2.0"
12171217
"@netlify/run-utils" "^2.0.0"
1218-
"@netlify/zip-it-and-ship-it" "^4.29.1"
1218+
"@netlify/zip-it-and-ship-it" "^4.29.3"
12191219
"@sindresorhus/slugify" "^1.1.0"
12201220
"@ungap/from-entries" "^0.2.1"
12211221
ansi-escapes "^4.3.2"
@@ -1512,11 +1512,6 @@
15121512
rollup-plugin-terser "^7.0.2"
15131513
typescript "^4.1.5"
15141514

1515-
"@netlify/plugins-list@^4.1.0":
1516-
version "4.1.0"
1517-
resolved "https://registry.yarnpkg.com/@netlify/plugins-list/-/plugins-list-4.1.0.tgz#743e60ef9c61ee11827f8145e724f7f954828580"
1518-
integrity sha512-ZpqMiz5F8s6hioX7H6Dho1mNywBSa8FvR4N7utLKPHhOzqpwzSDScxs3vbcFdgWteI+nRdZp12CCYDpxJu23nA==
1519-
15201515
"@netlify/plugins-list@^4.2.0":
15211516
version "4.2.0"
15221517
resolved "https://registry.yarnpkg.com/@netlify/plugins-list/-/plugins-list-4.2.0.tgz#eadcf3582b236af9a6945fae934effba9fd0fcb7"
@@ -1559,10 +1554,10 @@
15591554
dependencies:
15601555
execa "^3.4.0"
15611556

1562-
"@netlify/[email protected].1", "@netlify/zip-it-and-ship-it@^4.29.1":
1563-
version "4.29.1"
1564-
resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.1.tgz#ff81b1d98b8c4ea886a315b21af1dd4b06cc576f"
1565-
integrity sha512-tTJ+EGONXfi5OntmgJlvrCI2dmVlxhJLKRtZsDbcoDr/PbFg3LurVMbdYJS34XqCOMZQNhWG8zRFfqoW1N9T5w==
1557+
"@netlify/[email protected].3", "@netlify/zip-it-and-ship-it@^4.29.3":
1558+
version "4.29.3"
1559+
resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.3.tgz#cafd32eb50529db659ca3d69ef3e205ece37d4f4"
1560+
integrity sha512-eDa7xS1PLjFailvfOUhmRpcu4mIuXJqd6UVZv/JZWtClWDOyaE3mIg/CYj4h4LQDAg8P2Ljy+a318izHSfqLJg==
15661561
dependencies:
15671562
"@babel/parser" "^7.15.7"
15681563
"@netlify/esbuild" "^0.13.6"
@@ -9186,11 +9181,6 @@ [email protected]:
91869181
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
91879182
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
91889183

9189-
memoize-one@^5.2.1:
9190-
version "5.2.1"
9191-
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e"
9192-
integrity sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==
9193-
91949184
memoize-one@^6.0.0:
91959185
version "6.0.0"
91969186
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-6.0.0.tgz#b2591b871ed82948aee4727dc6abceeeac8c1045"
@@ -9603,19 +9593,19 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
96039593
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
96049594
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
96059595

9606-
9607-
version "6.14.19"
9608-
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-6.14.19.tgz#c54f8cfb1a0cfef2873f0a88d7ae2185051f835c"
9609-
integrity sha512-qYAmed565k26pOkB2gwRjlsOkfsq+9wCmlBvsQPqI6vEvHS2e1KWQNrjPOrgO+nNns6eskuMpl4Vz507nTghMQ==
9596+
9597+
version "6.14.21"
9598+
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-6.14.21.tgz#a33ea6d200f7542212579b812bd4e6ebe3680e25"
9599+
integrity sha512-CTlMHuqkPcVyjOwYr5ZX0kSOoskIKNC+wUY767w8kUH+ZrQu54fWitFsbF7Levpws4TK25kfsHHAh2ihp4jw7g==
96109600
dependencies:
9611-
"@netlify/build" "^18.21.7"
9601+
"@netlify/build" "^18.21.10"
96129602
"@netlify/config" "^15.8.2"
96139603
"@netlify/framework-info" "^5.11.0"
96149604
"@netlify/local-functions-proxy" "^1.1.1"
96159605
"@netlify/plugin-edge-handlers" "^1.11.22"
96169606
"@netlify/plugins-list" "^4.2.0"
96179607
"@netlify/routing-local-proxy" "^0.34.1"
9618-
"@netlify/zip-it-and-ship-it" "4.29.1"
9608+
"@netlify/zip-it-and-ship-it" "4.29.3"
96199609
"@oclif/command" "^1.6.1"
96209610
"@oclif/config" "^1.15.1"
96219611
"@oclif/errors" "^1.3.4"
@@ -9678,7 +9668,7 @@ [email protected]:
96789668
lodash "^4.17.20"
96799669
log-symbols "^4.0.0"
96809670
make-dir "^3.0.0"
9681-
memoize-one "^5.2.1"
9671+
memoize-one "^6.0.0"
96829672
minimist "^1.2.5"
96839673
multiparty "^4.2.1"
96849674
netlify "^8.0.4"

0 commit comments

Comments
 (0)