Skip to content

Commit b18a38d

Browse files
Merge pull request #799 from pattern-lab/snyk-fix-631ab55c
[Snyk Update] New fixes for 1 vulnerable dependency path
2 parents 98b24fa + 367d38f commit b18a38d

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="3.0.0-alpha.7"></a>
6+
# [3.0.0-alpha.7](https://github.com/pattern-lab/patternlab-node/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2018-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **lint:** Manually resolve final lint issues ([7cad1f1](https://github.com/pattern-lab/patternlab-node/commit/7cad1f1))
12+
* **README:** Fix npm link instructions ([ce3a7f0](https://github.com/pattern-lab/patternlab-node/commit/ce3a7f0))
13+
* **README:** Update npm shield to point to scoped package ([1f62617](https://github.com/pattern-lab/patternlab-node/commit/1f62617)), closes [#760](https://github.com/pattern-lab/patternlab-node/issues/760)
14+
* **unit test:** Fix path to fixture ([b932f14](https://github.com/pattern-lab/patternlab-node/commit/b932f14))
15+
16+
17+
### Features
18+
19+
* **Contributing:** Update contributing info with prettier ([2a0ce52](https://github.com/pattern-lab/patternlab-node/commit/2a0ce52))
20+
* **list_item_hunter:** Re-work algorithm ([1ac77a7](https://github.com/pattern-lab/patternlab-node/commit/1ac77a7))
21+
* **package:** Add prettier ([b8e3e11](https://github.com/pattern-lab/patternlab-node/commit/b8e3e11))
22+
* **package:** Add prettier precommit hook ([a0b85b5](https://github.com/pattern-lab/patternlab-node/commit/a0b85b5))
23+
* **package:** Add standard version ([b2ba31c](https://github.com/pattern-lab/patternlab-node/commit/b2ba31c))
24+
* **README:** Add prettier badge ([7c2787b](https://github.com/pattern-lab/patternlab-node/commit/7c2787b))

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@pattern-lab/patternlab-node",
3-
"description":
4-
"Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
3+
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
54
"version": "3.0.0-alpha.7",
65
"main": "./core/index.js",
76
"dependencies": {
@@ -15,7 +14,7 @@
1514
"graphlib": "^2.1.1",
1615
"js-beautify": "^1.6.3",
1716
"js-yaml": "^3.6.1",
18-
"lodash": "~4.13.1",
17+
"lodash": "~4.17.5",
1918
"markdown-it": "^6.0.1",
2019
"node-fetch": "^1.6.0",
2120
"recursive-copy": "^2.0.8",

0 commit comments

Comments
 (0)