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

Commit 21e3964

Browse files
build(deps): update dependency netlify-cli to v3.22.1 (#268)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 31e8440 commit 21e3964

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-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.4.0",
15-
"netlify-cli": "3.22.0",
15+
"netlify-cli": "3.22.1",
1616
"prettier": "2.2.1",
1717
"prettier-config-xo": "1.0.4",
1818
"semantic-release": "17.4.2",

yarn.lock

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,34 @@
12921292
validate-npm-package-name "^3.0.0"
12931293
yargs "^15.3.0"
12941294

1295+
"@netlify/config@^6.3.0":
1296+
version "6.3.0"
1297+
resolved "https://registry.yarnpkg.com/@netlify/config/-/config-6.3.0.tgz#c662a1f7fa1634a5d1129da921e0238fb4ea0b62"
1298+
integrity sha512-1OWwSw7Tl8JhV7g5mM3M/7W7ly+IpjOzZLy+17+D8iuN1iY/bcmx4l5xmUyNh8PvkAY70bJ3Dsjvq+lU0ubyHQ==
1299+
dependencies:
1300+
"@ungap/from-entries" "^0.2.1"
1301+
array-flat-polyfill "^1.0.1"
1302+
chalk "^3.0.0"
1303+
deepmerge "^4.2.2"
1304+
execa "^3.4.0"
1305+
fast-safe-stringify "^2.0.7"
1306+
figures "^3.2.0"
1307+
filter-obj "^2.0.1"
1308+
find-up "^4.1.0"
1309+
indent-string "^4.0.0"
1310+
is-plain-obj "^2.1.0"
1311+
js-yaml "^4.0.0"
1312+
map-obj "^3.1.0"
1313+
netlify "^6.1.22"
1314+
omit.js "^2.0.2"
1315+
p-locate "^4.1.0"
1316+
path-exists "^4.0.0"
1317+
path-type "^4.0.0"
1318+
toml "^3.0.0"
1319+
tomlify-j0.4 "^3.0.0"
1320+
validate-npm-package-name "^3.0.0"
1321+
yargs "^15.3.0"
1322+
12951323
"@netlify/framework-info@^4.0.0":
12961324
version "4.0.0"
12971325
resolved "https://registry.yarnpkg.com/@netlify/framework-info/-/framework-info-4.0.0.tgz#edb2173d60c45be7cf0677e143ef2e6ca5b103c2"
@@ -9368,13 +9396,13 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
93689396
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
93699397
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
93709398

9371-
9372-
version "3.22.0"
9373-
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-3.22.0.tgz#a602dc8865dbf4d194592ca6c65690cc5198dae9"
9374-
integrity sha512-Knwy2MLnm+qEEX7fHvob628fv6Hp5IhqixpXLxHSTHVKipwDOJDpFdjdcfNHPiMjH6GhX8wewNhX2vBtU7M6HQ==
9399+
9400+
version "3.22.1"
9401+
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-3.22.1.tgz#98355aa8482b57a007c1d243f9f7e4291eaeeb4d"
9402+
integrity sha512-KHgHAW30OYdMfqK7nipB85VcPQ0/IK0RDqWTL3J0B3A9wgL4hG/W0EzwQZiKSCgtmOc+OGhRKq6MZXfSiEG/pQ==
93759403
dependencies:
93769404
"@netlify/build" "^11.3.1"
9377-
"@netlify/config" "^6.2.1"
9405+
"@netlify/config" "^6.3.0"
93789406
"@netlify/framework-info" "^4.0.0"
93799407
"@netlify/plugin-edge-handlers" "^1.11.6"
93809408
"@netlify/plugins-list" "^2.8.0"

0 commit comments

Comments
 (0)