This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump npm from 6.14.5 to 6.14.6 (#4)
Bumps [npm](https://github.com/npm/cli) from 6.14.5 to 6.14.6. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](npm/cli@v6.14.5...v6.14.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
060431c
commit fee2a7d
Showing
1 changed file
with
78 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1212,7 +1212,7 @@ aggregate-error@^3.0.0: | |
clean-stack "^2.0.0" | ||
indent-string "^4.0.0" | ||
|
||
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5: | ||
ajv@^6.10.0, ajv@^6.10.2: | ||
version "6.12.2" | ||
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.2.tgz#c629c5eced17baf314437918d2da88c99d5958cd" | ||
integrity sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ== | ||
|
@@ -1222,6 +1222,16 @@ ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5: | |
json-schema-traverse "^0.4.1" | ||
uri-js "^4.2.2" | ||
|
||
ajv@^6.5.5: | ||
version "6.12.3" | ||
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706" | ||
integrity sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA== | ||
dependencies: | ||
fast-deep-equal "^3.1.1" | ||
fast-json-stable-stringify "^2.0.0" | ||
json-schema-traverse "^0.4.1" | ||
uri-js "^4.2.2" | ||
|
||
ansi-align@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" | ||
|
@@ -2104,7 +2114,7 @@ debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debuglog@^1.0.1: | ||
debuglog@*, debuglog@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" | ||
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI= | ||
|
@@ -2355,21 +2365,21 @@ error-ex@^1.2.0, error-ex@^1.3.1: | |
is-arrayish "^0.2.1" | ||
|
||
es-abstract@^1.17.0-next.1, es-abstract@^1.17.5: | ||
version "1.17.5" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9" | ||
integrity sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg== | ||
version "1.17.6" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a" | ||
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== | ||
dependencies: | ||
es-to-primitive "^1.2.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
has-symbols "^1.0.1" | ||
is-callable "^1.1.5" | ||
is-regex "^1.0.5" | ||
is-callable "^1.2.0" | ||
is-regex "^1.1.0" | ||
object-inspect "^1.7.0" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.0" | ||
string.prototype.trimleft "^2.1.1" | ||
string.prototype.trimright "^2.1.1" | ||
string.prototype.trimend "^1.0.1" | ||
string.prototype.trimstart "^1.0.1" | ||
|
||
es-to-primitive@^1.2.1: | ||
version "1.2.1" | ||
|
@@ -2602,9 +2612,9 @@ extsprintf@^1.2.0: | |
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= | ||
|
||
fast-deep-equal@^3.1.1: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4" | ||
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA== | ||
version "3.1.3" | ||
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" | ||
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== | ||
|
||
fast-glob@^3.1.1: | ||
version "3.2.2" | ||
|
@@ -3208,7 +3218,7 @@ import-lazy@^2.1.0: | |
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" | ||
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= | ||
|
||
imurmurhash@^0.1.4: | ||
imurmurhash@*, imurmurhash@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" | ||
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= | ||
|
@@ -3326,7 +3336,7 @@ is-buffer@~2.0.3: | |
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623" | ||
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== | ||
|
||
is-callable@^1.1.4, is-callable@^1.1.5: | ||
is-callable@^1.1.4, is-callable@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb" | ||
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== | ||
|
@@ -3431,7 +3441,7 @@ is-redirect@^1.0.0: | |
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" | ||
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= | ||
|
||
is-regex@^1.0.5: | ||
is-regex@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff" | ||
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw== | ||
|
@@ -3907,6 +3917,11 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78" | ||
integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ== | ||
|
||
lodash._baseindexof@*: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c" | ||
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw= | ||
|
||
lodash._baseuniq@~4.6.0: | ||
version "4.6.0" | ||
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8" | ||
|
@@ -3915,11 +3930,33 @@ lodash._baseuniq@~4.6.0: | |
lodash._createset "~4.0.0" | ||
lodash._root "~3.0.0" | ||
|
||
lodash._bindcallback@*: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e" | ||
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4= | ||
|
||
lodash._cacheindexof@*: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92" | ||
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI= | ||
|
||
lodash._createcache@*: | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093" | ||
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM= | ||
dependencies: | ||
lodash._getnative "^3.0.0" | ||
|
||
lodash._createset@~4.0.0: | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26" | ||
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY= | ||
|
||
lodash._getnative@*, lodash._getnative@^3.0.0: | ||
version "3.9.1" | ||
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" | ||
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U= | ||
|
||
lodash._root@~3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692" | ||
|
@@ -3955,6 +3992,11 @@ lodash.isstring@^4.0.1: | |
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" | ||
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE= | ||
|
||
lodash.restparam@*: | ||
version "3.6.1" | ||
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" | ||
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU= | ||
|
||
lodash.sortby@^4.7.0: | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | ||
|
@@ -4548,7 +4590,7 @@ npm-profile@^4.0.2, npm-profile@^4.0.4: | |
figgy-pudding "^3.4.1" | ||
npm-registry-fetch "^4.0.0" | ||
|
||
npm-registry-fetch@^4.0.0, npm-registry-fetch@^4.0.4: | ||
npm-registry-fetch@^4.0.0, npm-registry-fetch@^4.0.5: | ||
version "4.0.5" | ||
resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-4.0.5.tgz#cb87cf7f25bfb048d6c3ee19d115bebf93ea5bfa" | ||
integrity sha512-yQ0/U4fYpCCqmueB2g8sc+89ckQ3eXpmU4+Yi2j5o/r0WkKvE2+Y0tK3DEILAtn2UaQTkjTHxIXe2/CSdit+/Q== | ||
|
@@ -4581,9 +4623,9 @@ npm-user-validate@~1.0.0: | |
integrity sha1-jOyg9c6gTU6TUZ73LQVXp1Ei6VE= | ||
|
||
npm@^6.10.3: | ||
version "6.14.5" | ||
resolved "https://registry.yarnpkg.com/npm/-/npm-6.14.5.tgz#2cc59a3158cdd8461b486d0584c74ab554567219" | ||
integrity sha512-CDwa3FJd0XJpKDbWCST484H+mCNjF26dPrU+xnREW+upR0UODjMEfXPl3bxWuAwZIX6c2ASg1plLO7jP8ehWeA== | ||
version "6.14.6" | ||
resolved "https://registry.yarnpkg.com/npm/-/npm-6.14.6.tgz#1a81ce1fac2bf5457dbf6342ceed503627ff228f" | ||
integrity sha512-axnz6iHFK6WPE0js/+mRp+4IOwpHn5tJEw5KB6FiCU764zmffrhsYHbSHi2kKqNkRBt53XasXjngZfBD3FQzrQ== | ||
dependencies: | ||
JSONStream "^1.3.5" | ||
abbrev "~1.1.1" | ||
|
@@ -4603,6 +4645,7 @@ npm@^6.10.3: | |
cmd-shim "^3.0.3" | ||
columnify "~1.5.4" | ||
config-chain "^1.1.12" | ||
debuglog "*" | ||
detect-indent "~5.0.0" | ||
detect-newline "^2.1.0" | ||
dezalgo "~1.0.3" | ||
|
@@ -4617,6 +4660,7 @@ npm@^6.10.3: | |
has-unicode "~2.0.1" | ||
hosted-git-info "^2.8.8" | ||
iferr "^1.0.2" | ||
imurmurhash "*" | ||
infer-owner "^1.0.4" | ||
inflight "~1.0.6" | ||
inherits "^2.0.4" | ||
|
@@ -4635,8 +4679,14 @@ npm@^6.10.3: | |
libnpx "^10.2.2" | ||
lock-verify "^2.1.0" | ||
lockfile "^1.0.4" | ||
lodash._baseindexof "*" | ||
lodash._baseuniq "~4.6.0" | ||
lodash._bindcallback "*" | ||
lodash._cacheindexof "*" | ||
lodash._createcache "*" | ||
lodash._getnative "*" | ||
lodash.clonedeep "~4.5.0" | ||
lodash.restparam "*" | ||
lodash.union "~4.6.0" | ||
lodash.uniq "~4.5.0" | ||
lodash.without "~4.4.0" | ||
|
@@ -4656,7 +4706,7 @@ npm@^6.10.3: | |
npm-packlist "^1.4.8" | ||
npm-pick-manifest "^3.0.2" | ||
npm-profile "^4.0.4" | ||
npm-registry-fetch "^4.0.4" | ||
npm-registry-fetch "^4.0.5" | ||
npm-user-validate "~1.0.0" | ||
npmlog "~4.1.2" | ||
once "~1.4.0" | ||
|
@@ -4732,9 +4782,9 @@ object-assign@^4.1.0: | |
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= | ||
|
||
object-inspect@^1.7.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" | ||
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== | ||
version "1.8.0" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" | ||
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== | ||
|
||
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: | ||
version "1.1.1" | ||
|
@@ -5262,9 +5312,9 @@ qs@~6.5.2: | |
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== | ||
|
||
query-string@^6.8.2: | ||
version "6.12.1" | ||
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.12.1.tgz#2ae4d272db4fba267141665374e49a1de09e8a7c" | ||
integrity sha512-OHj+zzfRMyj3rmo/6G8a5Ifvw3AleL/EbcHMD27YA31Q+cO5lfmQxECkImuNVjcskLcvBRVHNAB3w6udMs1eAA== | ||
version "6.13.1" | ||
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.1.tgz#d913ccfce3b4b3a713989fe6d39466d92e71ccad" | ||
integrity sha512-RfoButmcK+yCta1+FuU8REvisx1oEzhMKwhLUNcepQTPGcNMp1sIqjnfCtfnvGSQZQEhaBHvccujtWoUV3TTbA== | ||
dependencies: | ||
decode-uri-component "^0.2.0" | ||
split-on-first "^1.0.0" | ||
|
@@ -6073,33 +6123,15 @@ string-width@^4.1.0, string-width@^4.2.0: | |
is-fullwidth-code-point "^3.0.0" | ||
strip-ansi "^6.0.0" | ||
|
||
string.prototype.trimend@^1.0.0: | ||
string.prototype.trimend@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913" | ||
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.5" | ||
|
||
string.prototype.trimleft@^2.1.1: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc" | ||
integrity sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.5" | ||
string.prototype.trimstart "^1.0.0" | ||
|
||
string.prototype.trimright@^2.1.1: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz#c76f1cef30f21bbad8afeb8db1511496cfb0f2a3" | ||
integrity sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.5" | ||
string.prototype.trimend "^1.0.0" | ||
|
||
string.prototype.trimstart@^1.0.0: | ||
string.prototype.trimstart@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54" | ||
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== | ||
|