Skip to content

Commit 4936c86

Browse files
authored
Merge pull request #158 from known-css/renovate/globby-13.x
Update dependency globby to v13.2.2
2 parents 09f6750 + 33a1711 commit 4936c86

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"axios": "0.27.2",
5151
"eslint": "8.18.0",
52-
"globby": "13.1.2",
52+
"globby": "13.2.2",
5353
"lodash.sortby": "4.7.0",
5454
"lodash.uniq": "4.5.0"
5555
}

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
326326
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
327327
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
328328

329-
fast-glob@^3.2.11:
330-
version "3.2.11"
331-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
332-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
329+
fast-glob@^3.3.0:
330+
version "3.3.0"
331+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.0.tgz#7c40cb491e1e2ed5664749e87bfb516dbe8727c0"
332+
integrity sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==
333333
dependencies:
334334
"@nodelib/fs.stat" "^2.0.2"
335335
"@nodelib/fs.walk" "^1.2.3"
@@ -432,14 +432,14 @@ globals@^13.15.0:
432432
dependencies:
433433
type-fest "^0.20.2"
434434

435-
globby@13.1.2:
436-
version "13.1.2"
437-
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515"
438-
integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ==
435+
globby@13.2.2:
436+
version "13.2.2"
437+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592"
438+
integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==
439439
dependencies:
440440
dir-glob "^3.0.1"
441-
fast-glob "^3.2.11"
442-
ignore "^5.2.0"
441+
fast-glob "^3.3.0"
442+
ignore "^5.2.4"
443443
merge2 "^1.4.1"
444444
slash "^4.0.0"
445445

@@ -453,6 +453,11 @@ ignore@^5.2.0:
453453
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
454454
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
455455

456+
ignore@^5.2.4:
457+
version "5.2.4"
458+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
459+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
460+
456461
import-fresh@^3.0.0:
457462
version "3.0.0"
458463
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390"

0 commit comments

Comments
 (0)