Skip to content

Commit 8a296e3

Browse files
committed
chore: upgrade globby dep
This shouldn't have an impact on our API or users, since none of the changes impact `globbySync`, which is what we use internally
1 parent 7c57dd5 commit 8a296e3

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

packages/node-plop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/inquirer": "^8.2.1",
4646
"change-case": "^4.1.2",
4747
"del": "^6.0.0",
48-
"globby": "^12.0.2",
48+
"globby": "^13.1.1",
4949
"handlebars": "^4.4.3",
5050
"inquirer": "^8.2.2",
5151
"isbinaryfile": "^4.0.8",

yarn.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,11 +1823,6 @@ array-union@^2.1.0:
18231823
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
18241824
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
18251825

1826-
array-union@^3.0.1:
1827-
version "3.0.1"
1828-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
1829-
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
1830-
18311826
arrify@^1.0.1:
18321827
version "1.0.1"
18331828
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -3305,7 +3300,7 @@ fast-diff@^1.1.2:
33053300
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
33063301
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
33073302

3308-
fast-glob@^3.2.7, fast-glob@^3.2.9:
3303+
fast-glob@^3.2.11, fast-glob@^3.2.9:
33093304
version "3.2.11"
33103305
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
33113306
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -3768,15 +3763,14 @@ globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.4:
37683763
merge2 "^1.4.1"
37693764
slash "^3.0.0"
37703765

3771-
globby@^12.0.2:
3772-
version "12.2.0"
3773-
resolved "https://registry.yarnpkg.com/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
3774-
integrity sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==
3766+
globby@^13.1.1:
3767+
version "13.1.1"
3768+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f"
3769+
integrity sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q==
37753770
dependencies:
3776-
array-union "^3.0.1"
37773771
dir-glob "^3.0.1"
3778-
fast-glob "^3.2.7"
3779-
ignore "^5.1.9"
3772+
fast-glob "^3.2.11"
3773+
ignore "^5.2.0"
37803774
merge2 "^1.4.1"
37813775
slash "^4.0.0"
37823776

@@ -3990,7 +3984,7 @@ ignore-walk@^3.0.3:
39903984
dependencies:
39913985
minimatch "^3.0.4"
39923986

3993-
ignore@^5.1.8, ignore@^5.1.9, ignore@^5.2.0:
3987+
ignore@^5.1.8, ignore@^5.2.0:
39943988
version "5.2.0"
39953989
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
39963990
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==

0 commit comments

Comments
 (0)