Skip to content

Commit 738487c

Browse files
authored
Merge pull request #83 from known-css/renovate/globby-9.x
Update dependency globby to v9.1.0
2 parents 9de824e + 44b3e9d commit 738487c

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
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.18.0",
5151
"eslint": "5.14.1",
52-
"globby": "9.0.0",
52+
"globby": "9.1.0",
5353
"lodash.sortby": "4.7.0",
5454
"lodash.uniq": "4.5.0"
5555
}

yarn.lock

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,26 @@
2727
version "1.1.3"
2828
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
2929

30+
"@types/events@*":
31+
version "3.0.0"
32+
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
33+
34+
"@types/glob@^7.1.1":
35+
version "7.1.1"
36+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575"
37+
dependencies:
38+
"@types/events" "*"
39+
"@types/minimatch" "*"
40+
"@types/node" "*"
41+
42+
"@types/minimatch@*":
43+
version "3.0.3"
44+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
45+
46+
"@types/node@*":
47+
version "11.10.4"
48+
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.10.4.tgz#3f5fc4f0f322805f009e00ab35a2ff3d6b778e42"
49+
3050
acorn-jsx@^5.0.0:
3151
version "5.0.1"
3252
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
@@ -576,10 +596,11 @@ globals@^11.7.0:
576596
version "11.7.0"
577597
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"
578598

579-
globby@9.0.0:
580-
version "9.0.0"
581-
resolved "https://registry.yarnpkg.com/globby/-/globby-9.0.0.tgz#3800df736dc711266df39b4ce33fe0d481f94c23"
599+
globby@9.1.0:
600+
version "9.1.0"
601+
resolved "https://registry.yarnpkg.com/globby/-/globby-9.1.0.tgz#e90f4d5134109e6d855abdd31bdb1b085428592e"
582602
dependencies:
603+
"@types/glob" "^7.1.1"
583604
array-union "^1.0.2"
584605
dir-glob "^2.2.1"
585606
fast-glob "^2.2.6"

0 commit comments

Comments
 (0)