Skip to content

Commit 7cfff40

Browse files
committed
upgrade minimatch package
1 parent 66458b8 commit 7cfff40

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "git+https://github.com/mezereon-co/bigcommerce-stencil-lifestyle"
66
},
7-
"version": "1.0.2",
7+
"version": "1.0.3",
88
"description": "UI Components for BigCommerce LifeStyle Theme",
99
"author": "Mezereon Inc.",
1010
"license": "MIT",
@@ -61,6 +61,7 @@
6161
"main": "./dist/ui-components.umd.min.js",
6262
"overrides": {
6363
"lodash": "^4.17.23",
64-
"qs": "6.14.2"
64+
"qs": "6.14.2",
65+
"minimatch": "3.1.5"
6566
}
6667
}

0 commit comments

Comments
 (0)