From 017252644cfd2394e77680673bae0e31ffa58d5e Mon Sep 17 00:00:00 2001 From: Daniel Stockman <5605+evocateur@users.noreply.github.com> Date: Sat, 14 Nov 2020 13:22:42 -0800 Subject: [PATCH] feat(deps): multimatch@^5.0.0 --- commands/bootstrap/package.json | 2 +- package-lock.json | 84 +++++++++++++++++++++--------- package.json | 2 +- utils/filter-packages/package.json | 2 +- 4 files changed, 62 insertions(+), 28 deletions(-) diff --git a/commands/bootstrap/package.json b/commands/bootstrap/package.json index 320ced5bc6..62e365a292 100644 --- a/commands/bootstrap/package.json +++ b/commands/bootstrap/package.json @@ -47,7 +47,7 @@ "@lerna/validation-error": "file:../../core/validation-error", "dedent": "^0.7.0", "get-port": "^4.2.0", - "multimatch": "^3.0.0", + "multimatch": "^5.0.0", "npm-package-arg": "^8.1.0", "npmlog": "^4.1.2", "p-finally": "^2.0.1", diff --git a/package-lock.json b/package-lock.json index 80a0fd82ae..8ef71e6604 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "load-json-file": "^5.3.0", "lodash.template": "^4.5.0", "minimatch": "^3.0.4", - "multimatch": "^3.0.0", + "multimatch": "^5.0.0", "node-fetch": "^2.5.0", "npm-lifecycle": "^3.1.2", "npm-package-arg": "^8.1.0", @@ -185,7 +185,7 @@ "@lerna/validation-error": "file:../../core/validation-error", "dedent": "^0.7.0", "get-port": "^4.2.0", - "multimatch": "^3.0.0", + "multimatch": "^5.0.0", "npm-package-arg": "^8.1.0", "npmlog": "^4.1.2", "p-finally": "^2.0.1", @@ -3741,11 +3741,11 @@ } }, "node_modules/array-differ": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-2.1.0.tgz", - "integrity": "sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz", + "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==", "engines": { - "node": ">=6" + "node": ">=8" } }, "node_modules/array-find-index": { @@ -12546,17 +12546,38 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/multimatch": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-3.0.0.tgz", - "integrity": "sha512-22foS/gqQfANZ3o+W7ST2x25ueHDVNWl/b9OlGcLpy/iKxjCpvcNCM51YCenUi7Mt/jAjjqv8JwZRs8YP5sRjA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz", + "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==", + "license": "MIT", "dependencies": { - "array-differ": "^2.0.3", - "array-union": "^1.0.2", - "arrify": "^1.0.1", + "@types/minimatch": "^3.0.3", + "array-differ": "^3.0.0", + "array-union": "^2.1.0", + "arrify": "^2.0.1", "minimatch": "^3.0.4" }, "engines": { - "node": ">=6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/multimatch/node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/multimatch/node_modules/arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", + "engines": { + "node": ">=8" } }, "node_modules/mute-stream": { @@ -17066,7 +17087,7 @@ "license": "MIT", "dependencies": { "@lerna/validation-error": "file:../../core/validation-error", - "multimatch": "^3.0.0", + "multimatch": "^5.0.0", "npmlog": "^4.1.2" }, "engines": { @@ -18915,7 +18936,7 @@ "@lerna/validation-error": "file:../../core/validation-error", "dedent": "^0.7.0", "get-port": "^4.2.0", - "multimatch": "^3.0.0", + "multimatch": "^5.0.0", "npm-package-arg": "^8.1.0", "npmlog": "^4.1.2", "p-finally": "^2.0.1", @@ -19096,7 +19117,7 @@ "version": "file:utils/filter-packages", "requires": { "@lerna/validation-error": "file:../../core/validation-error", - "multimatch": "^3.0.0", + "multimatch": "^5.0.0", "npmlog": "^4.1.2" } }, @@ -20275,9 +20296,9 @@ "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" }, "array-differ": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-2.1.0.tgz", - "integrity": "sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz", + "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==" }, "array-find-index": { "version": "1.0.2", @@ -27136,14 +27157,27 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "multimatch": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-3.0.0.tgz", - "integrity": "sha512-22foS/gqQfANZ3o+W7ST2x25ueHDVNWl/b9OlGcLpy/iKxjCpvcNCM51YCenUi7Mt/jAjjqv8JwZRs8YP5sRjA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz", + "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==", "requires": { - "array-differ": "^2.0.3", - "array-union": "^1.0.2", - "arrify": "^1.0.1", + "@types/minimatch": "^3.0.3", + "array-differ": "^3.0.0", + "array-union": "^2.1.0", + "arrify": "^2.0.1", "minimatch": "^3.0.4" + }, + "dependencies": { + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + }, + "arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" + } } }, "mute-stream": { diff --git a/package.json b/package.json index e15139a57c..cd8ca3ea56 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "load-json-file": "^5.3.0", "lodash.template": "^4.5.0", "minimatch": "^3.0.4", - "multimatch": "^3.0.0", + "multimatch": "^5.0.0", "node-fetch": "^2.5.0", "npm-lifecycle": "^3.1.2", "npm-package-arg": "^8.1.0", diff --git a/utils/filter-packages/package.json b/utils/filter-packages/package.json index b170176eee..e44a6531b8 100644 --- a/utils/filter-packages/package.json +++ b/utils/filter-packages/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@lerna/validation-error": "file:../../core/validation-error", - "multimatch": "^3.0.0", + "multimatch": "^5.0.0", "npmlog": "^4.1.2" } }