File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vtex-cms-template-transpiler" ,
3
- "version" : " 1.8.0 " ,
3
+ "version" : " 1.8.1 " ,
4
4
"description" : " Template transpiler for Vtex CMS local development" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
29
29
"cors" : " ^2.8.5" ,
30
30
"express" : " ^4.17.1" ,
31
31
"express-http-proxy" : " ^1.6.2" ,
32
+ "glob" : " ^7.1.6" ,
32
33
"glob-promise" : " 4.2.1" ,
33
34
"handlebars" : " ^4.7.7" ,
34
35
"https" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -355,6 +355,18 @@ glob-promise@^4.2.0:
355
355
dependencies :
356
356
" @types/glob" " ^7.1.3"
357
357
358
+ glob@^7.1.6 :
359
+ version "7.2.3"
360
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
361
+ integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
362
+ dependencies :
363
+ fs.realpath "^1.0.0"
364
+ inflight "^1.0.4"
365
+ inherits "2"
366
+ minimatch "^3.1.1"
367
+ once "^1.3.0"
368
+ path-is-absolute "^1.0.0"
369
+
358
370
glob@^7.1.7 :
359
371
version "7.1.7"
360
372
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
@@ -500,6 +512,13 @@ minimatch@^3.0.4:
500
512
dependencies :
501
513
brace-expansion "^1.1.7"
502
514
515
+ minimatch@^3.1.1 :
516
+ version "3.1.2"
517
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
518
+ integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
519
+ dependencies :
520
+ brace-expansion "^1.1.7"
521
+
503
522
minimist@^1.2.5 :
504
523
version "1.2.5"
505
524
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
You can’t perform that action at this time.
0 commit comments