Upgrade brace-expansion NPM package due to security issue
https://nodesecurity.io/advisories/338
This commit is contained in:
parent
1498baf7e9
commit
e6adc5088f
3 changed files with 7 additions and 1 deletions
5
changelogs/unreleased/fix-npm-security-updates.yml
Normal file
5
changelogs/unreleased/fix-npm-security-updates.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Upgrade brace-expansion NPM package due to security issue
|
||||
merge_request: 13665
|
||||
author: Markus Koller
|
||||
type: security
|
|
@ -20,6 +20,7 @@
|
|||
"babel-preset-latest": "^6.24.0",
|
||||
"babel-preset-stage-2": "^6.22.0",
|
||||
"bootstrap-sass": "^3.3.6",
|
||||
"brace-expansion": "^1.1.8",
|
||||
"compression-webpack-plugin": "^1.0.0",
|
||||
"copy-webpack-plugin": "^4.0.1",
|
||||
"core-js": "^2.4.1",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue