Skip to content

Commit 8bf9ea4

Browse files
authored
Upgrade globby dependency (8.0.111.0.3).
1 parent 3a4c62d commit 8bf9ea4

File tree

7 files changed

+3368
-810
lines changed

7 files changed

+3368
-810
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"**/cross-fetch/node-fetch": "^2.6.1",
7777
"**/deepmerge": "^4.2.2",
7878
"**/fast-deep-equal": "^3.1.1",
79+
"globby/fast-glob": "3.2.5",
7980
"**/graphql-toolkit/lodash": "^4.17.21",
8081
"**/hoist-non-react-statics": "^3.3.2",
8182
"**/isomorphic-fetch/node-fetch": "^2.6.1",
@@ -240,7 +241,7 @@
240241
"github-markdown-css": "^2.10.0",
241242
"glob": "^7.1.2",
242243
"glob-all": "^3.2.1",
243-
"globby": "^8.0.1",
244+
"globby": "^11.0.3",
244245
"graphql": "^0.13.2",
245246
"graphql-fields": "^1.0.2",
246247
"graphql-tag": "^2.10.3",
@@ -534,7 +535,6 @@
534535
"@types/getos": "^3.0.0",
535536
"@types/git-url-parse": "^9.0.0",
536537
"@types/glob": "^7.1.2",
537-
"@types/globby": "^8.0.0",
538538
"@types/graphql": "^0.13.2",
539539
"@types/gulp": "^4.0.6",
540540
"@types/gulp-zip": "^4.0.1",

packages/kbn-optimizer/src/optimizer/optimizer_config.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ describe('OptimizerConfig::create()', () => {
457457
[Window],
458458
],
459459
"invocationCallOrder": Array [
460-
22,
460+
25,
461461
],
462462
"results": Array [
463463
Object {
@@ -480,7 +480,7 @@ describe('OptimizerConfig::create()', () => {
480480
[Window],
481481
],
482482
"invocationCallOrder": Array [
483-
25,
483+
28,
484484
],
485485
"results": Array [
486486
Object {
@@ -505,7 +505,7 @@ describe('OptimizerConfig::create()', () => {
505505
[Window],
506506
],
507507
"invocationCallOrder": Array [
508-
23,
508+
26,
509509
],
510510
"results": Array [
511511
Object {

0 commit comments

Comments
 (0)