Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 0691d4a

Browse files
Use finer grained resolutions to future-proof the overrides
1 parent 1e5a9d3 commit 0691d4a

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
"should": "13.x"
4141
},
4242
"resolutions": {
43-
"**/set-value": "^2.0.1",
44-
"glob-parent": "^5.1.2",
45-
"yargs-parser": "^13.1.2 || ^20.2.4"
43+
"**/glob-stream/**/glob-parent": "^5.1.2",
44+
"**/glob-watcher/**/chokidar/**/glob-parent": "^5.1.2",
45+
"**/gulp-cli/**/yargs-parser": "^13.1.2",
46+
"**/union-value/**/set-value": "^2.0.1"
4647
},
4748
"scripts": {
4849
"build": "./build-scripts/build.sh",

yarn.lock

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,11 @@ camelcase@^3.0.0:
377377
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
378378
integrity sha1-MvxLn82vhF/N9+c7uXysImHwqwo=
379379

380+
camelcase@^5.0.0:
381+
version "5.3.1"
382+
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
383+
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
384+
380385
camelcase@^6.0.0:
381386
version "6.3.0"
382387
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
@@ -653,7 +658,7 @@ debug@^2.2.0, debug@^2.3.3:
653658
dependencies:
654659
ms "2.0.0"
655660

656-
decamelize@^1.1.1:
661+
decamelize@^1.1.1, decamelize@^1.2.0:
657662
version "1.2.0"
658663
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
659664
integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
@@ -3386,7 +3391,20 @@ yallist@^3.0.0, yallist@^3.1.1:
33863391
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
33873392
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
33883393

3389-
[email protected], "yargs-parser@^13.1.2 || ^20.2.4", yargs-parser@^20.2.2, yargs-parser@^5.0.0:
3394+
3395+
version "20.2.4"
3396+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
3397+
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
3398+
3399+
yargs-parser@^13.1.2, yargs-parser@^5.0.0:
3400+
version "13.1.2"
3401+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
3402+
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
3403+
dependencies:
3404+
camelcase "^5.0.0"
3405+
decamelize "^1.2.0"
3406+
3407+
yargs-parser@^20.2.2:
33903408
version "20.2.9"
33913409
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
33923410
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==

0 commit comments

Comments
 (0)