Skip to content

Commit b117e25

Browse files
authored
CRW-6356: override micromatch version to 4.0.8 (#585)
* CRW-6356: override micromatch version to 4.0.8 --------- Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent 3bc05b0 commit b117e25

4 files changed

Lines changed: 10 additions & 547 deletions

File tree

.rebase/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The file to keep a list of changed files which will potentionaly help to resolve rebase conflicts.
44

5+
#### @sbouchet
6+
https://github.com/che-incubator/che-code/pull/585
7+
8+
- code/package.json
9+
---
10+
511
#### @RomanNikitenko
612
https://github.com/che-incubator/che-code/pull/584
713

.rebase/add/code/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"prebuild-install": {
2525
"tar-fs": "2.1.4"
26-
}
26+
},
27+
"micromatch": "4.0.8"
2728
}
2829
}

0 commit comments

Comments
 (0)