Skip to content

Commit 24d41a1

Browse files
authored
chore: update deps (#1368)
globby → 16.0.0 which → 6.0.0
1 parent 9c6cb9b commit 24d41a1

9 files changed

Lines changed: 1034 additions & 633 deletions

File tree

.size-limit.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"README.md",
2020
"LICENSE"
2121
],
22-
"limit": "128.901 kB",
22+
"limit": "128.95 kB",
2323
"brotli": false,
2424
"gzip": false
2525
},
@@ -33,21 +33,21 @@
3333
"build/globals.js",
3434
"build/deno.js"
3535
],
36-
"limit": "831.105 kB",
36+
"limit": "845.85 kB",
3737
"brotli": false,
3838
"gzip": false
3939
},
4040
{
4141
"name": "libdefs",
4242
"path": "build/*.d.ts",
43-
"limit": "41.56 kB",
43+
"limit": "43.75 kB",
4444
"brotli": false,
4545
"gzip": false
4646
},
4747
{
4848
"name": "vendor",
4949
"path": "build/vendor-*.{cjs,d.ts}",
50-
"limit": "783.35 kB",
50+
"limit": "799.35 kB",
5151
"brotli": false,
5252
"gzip": false
5353
},
@@ -66,7 +66,7 @@
6666
"README.md",
6767
"LICENSE"
6868
],
69-
"limit": "889.66 kB",
69+
"limit": "906.55 kB",
7070
"brotli": false,
7171
"gzip": false
7272
}

build/3rd-party-licenses

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ glob-parent@5.1.2
7070
gulpjs/glob-parent
7171
ISC
7272

73-
globby@15.0.0
73+
globby@16.0.0
7474
Sindre Sorhus <sindresorhus@gmail.com>
7575
sindresorhus/globby
7676
MIT
@@ -85,6 +85,11 @@ is-glob@4.0.3
8585
micromatch/is-glob
8686
MIT
8787

88+
is-path-inside@4.0.0
89+
Sindre Sorhus <sindresorhus@gmail.com>
90+
sindresorhus/is-path-inside
91+
MIT
92+
8893
isexe@3.1.1
8994
Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
9095
https://github.com/isaacs/isexe
@@ -115,11 +120,6 @@ node-fetch-native@1.6.7
115120
unjs/node-fetch-native
116121
MIT
117122

118-
path-type@6.0.0
119-
Sindre Sorhus <sindresorhus@gmail.com>
120-
sindresorhus/path-type
121-
MIT
122-
123123
picomatch@2.3.1
124124
Jon Schlinkert (https://github.com/jonschlinkert)
125125
micromatch/picomatch
@@ -135,12 +135,12 @@ to-regex-range@5.0.1
135135
micromatch/to-regex-range
136136
MIT
137137

138-
unicorn-magic@0.3.0
138+
unicorn-magic@0.4.0
139139
Sindre Sorhus <sindresorhus@gmail.com>
140140
sindresorhus/unicorn-magic
141141
MIT
142142

143-
which@5.0.0
143+
which@6.0.0
144144
GitHub Inc.
145145
git+https://github.com/npm/node-which.git
146146
ISC

build/index.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ var versions = {
6161
dotenv: "0.2.3",
6262
fetch: "1.6.7",
6363
fs: "11.3.2",
64-
glob: "15.0.0",
64+
glob: "16.0.0",
6565
minimist: "1.2.8",
6666
ps: "1.0.0",
67-
which: "5.0.0",
67+
which: "6.0.0",
6868
yaml: "2.8.1"
6969
};
7070

0 commit comments

Comments
 (0)