Skip to content

Commit 367d38f

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for pattern-lab/patternlab-node: https://snyk.io/test/github/pattern-lab/patternlab-node
1 parent 7754c73 commit 367d38f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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.6",

0 commit comments

Comments
 (0)