Skip to content

Commit da58e82

Browse files
committed
Update package.json and yarn.lock
1 parent 2e81802 commit da58e82

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vtex-cms-template-transpiler",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Template transpiler for Vtex CMS local development",
55
"main": "index.js",
66
"scripts": {
@@ -29,6 +29,7 @@
2929
"cors": "^2.8.5",
3030
"express": "^4.17.1",
3131
"express-http-proxy": "^1.6.2",
32+
"glob": "^7.1.6",
3233
"glob-promise": "4.2.1",
3334
"handlebars": "^4.7.7",
3435
"https": "^1.0.0",

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,18 @@ glob-promise@^4.2.0:
355355
dependencies:
356356
"@types/glob" "^7.1.3"
357357

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+
358370
glob@^7.1.7:
359371
version "7.1.7"
360372
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
@@ -500,6 +512,13 @@ minimatch@^3.0.4:
500512
dependencies:
501513
brace-expansion "^1.1.7"
502514

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+
503522
minimist@^1.2.5:
504523
version "1.2.5"
505524
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"

0 commit comments

Comments
 (0)