diff options
author | Markus Koller <markus-koller@gmx.ch> | 2017-08-18 14:23:15 +0200 |
---|---|---|
committer | Markus Koller <markus-koller@gmx.ch> | 2017-08-28 13:11:30 +0200 |
commit | e6adc5088ffe4e844f63f68542049b5df6cd10f9 (patch) | |
tree | ccd601f20e46be2f99feebeddd43feb82f76323e /yarn.lock | |
parent | 1498baf7e94a06ed2048d571a6cdec61771513c2 (diff) | |
download | gitlab-ce-e6adc5088ffe4e844f63f68542049b5df6cd10f9.tar.gz |
Upgrade brace-expansion NPM package due to security issue
https://nodesecurity.io/advisories/338
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock index 396737a64a7..5245666fa43 100644 --- a/yarn.lock +++ b/yarn.lock @@ -990,7 +990,7 @@ brace-expansion@^1.0.0: balanced-match "^0.4.1" concat-map "0.0.1" -brace-expansion@^1.1.7: +brace-expansion@^1.1.8: version "1.1.8" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292" dependencies: |