Skip to content

Commit a018eaf

Browse files
Bump npm from 6.14.5 to 6.14.6 (#98)
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>
1 parent c598d9b commit a018eaf

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

yarn.lock

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,7 @@ debug@^3.1.0:
20532053
dependencies:
20542054
ms "^2.1.1"
20552055

2056-
debuglog@^1.0.1:
2056+
debuglog@*, debuglog@^1.0.1:
20572057
version "1.0.1"
20582058
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
20592059

@@ -3269,7 +3269,7 @@ import-local@^2.0.0:
32693269
pkg-dir "^3.0.0"
32703270
resolve-cwd "^2.0.0"
32713271

3272-
imurmurhash@^0.1.4:
3272+
imurmurhash@*, imurmurhash@^0.1.4:
32733273
version "0.1.4"
32743274
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
32753275

@@ -4594,14 +4594,7 @@ [email protected]:
45944594
inherits "^2.0.1"
45954595
readable-stream "~1.0.31"
45964596

4597-
nopt@^4.0.1:
4598-
version "4.0.1"
4599-
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
4600-
dependencies:
4601-
abbrev "1"
4602-
osenv "^0.1.4"
4603-
4604-
nopt@^4.0.3:
4597+
nopt@^4.0.1, nopt@^4.0.3:
46054598
version "4.0.3"
46064599
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48"
46074600
integrity sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==
@@ -4714,10 +4707,10 @@ npm-profile@^4.0.2, npm-profile@^4.0.4:
47144707
figgy-pudding "^3.4.1"
47154708
npm-registry-fetch "^4.0.0"
47164709

4717-
npm-registry-fetch@^4.0.0, npm-registry-fetch@^4.0.4:
4718-
version "4.0.4"
4719-
resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-4.0.4.tgz#2da1ecf3f43d419d96abf313664291a4623d3ea5"
4720-
integrity sha512-6jb34hX/iYNQebqWUHtU8YF6Cjb1H6ouTFPClYsyiW6lpFkljTpdeftm53rRojtja1rKAvKNIIiTS5Sjpw4wsA==
4710+
npm-registry-fetch@^4.0.0, npm-registry-fetch@^4.0.5:
4711+
version "4.0.5"
4712+
resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-4.0.5.tgz#cb87cf7f25bfb048d6c3ee19d115bebf93ea5bfa"
4713+
integrity sha512-yQ0/U4fYpCCqmueB2g8sc+89ckQ3eXpmU4+Yi2j5o/r0WkKvE2+Y0tK3DEILAtn2UaQTkjTHxIXe2/CSdit+/Q==
47214714
dependencies:
47224715
JSONStream "^1.3.4"
47234716
bluebird "^3.5.1"
@@ -4738,9 +4731,9 @@ npm-user-validate@~1.0.0:
47384731
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-1.0.0.tgz#8ceca0f5cea04d4e93519ef72d0557a75122e951"
47394732

47404733
npm@^6.14.4:
4741-
version "6.14.5"
4742-
resolved "https://registry.yarnpkg.com/npm/-/npm-6.14.5.tgz#2cc59a3158cdd8461b486d0584c74ab554567219"
4743-
integrity sha512-CDwa3FJd0XJpKDbWCST484H+mCNjF26dPrU+xnREW+upR0UODjMEfXPl3bxWuAwZIX6c2ASg1plLO7jP8ehWeA==
4734+
version "6.14.6"
4735+
resolved "https://registry.yarnpkg.com/npm/-/npm-6.14.6.tgz#1a81ce1fac2bf5457dbf6342ceed503627ff228f"
4736+
integrity sha512-axnz6iHFK6WPE0js/+mRp+4IOwpHn5tJEw5KB6FiCU764zmffrhsYHbSHi2kKqNkRBt53XasXjngZfBD3FQzrQ==
47444737
dependencies:
47454738
JSONStream "^1.3.5"
47464739
abbrev "~1.1.1"
@@ -4760,6 +4753,7 @@ npm@^6.14.4:
47604753
cmd-shim "^3.0.3"
47614754
columnify "~1.5.4"
47624755
config-chain "^1.1.12"
4756+
debuglog "*"
47634757
detect-indent "~5.0.0"
47644758
detect-newline "^2.1.0"
47654759
dezalgo "~1.0.3"
@@ -4774,6 +4768,7 @@ npm@^6.14.4:
47744768
has-unicode "~2.0.1"
47754769
hosted-git-info "^2.8.8"
47764770
iferr "^1.0.2"
4771+
imurmurhash "*"
47774772
infer-owner "^1.0.4"
47784773
inflight "~1.0.6"
47794774
inherits "^2.0.4"
@@ -4792,8 +4787,14 @@ npm@^6.14.4:
47924787
libnpx "^10.2.2"
47934788
lock-verify "^2.1.0"
47944789
lockfile "^1.0.4"
4790+
lodash._baseindexof "*"
47954791
lodash._baseuniq "~4.6.0"
4792+
lodash._bindcallback "*"
4793+
lodash._cacheindexof "*"
4794+
lodash._createcache "*"
4795+
lodash._getnative "*"
47964796
lodash.clonedeep "~4.5.0"
4797+
lodash.restparam "*"
47974798
lodash.union "~4.6.0"
47984799
lodash.uniq "~4.5.0"
47994800
lodash.without "~4.4.0"
@@ -4813,7 +4814,7 @@ npm@^6.14.4:
48134814
npm-packlist "^1.4.8"
48144815
npm-pick-manifest "^3.0.2"
48154816
npm-profile "^4.0.4"
4816-
npm-registry-fetch "^4.0.4"
4817+
npm-registry-fetch "^4.0.5"
48174818
npm-user-validate "~1.0.0"
48184819
npmlog "~4.1.2"
48194820
once "~1.4.0"

0 commit comments

Comments
 (0)