Skip to content

Commit 9d5e59c

Browse files
authored
Fixing Dependabot alerts. (#1248)
1 parent f4d6bd1 commit 9d5e59c

File tree

5 files changed

+441
-259
lines changed

5 files changed

+441
-259
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"glob": "7.1.2",
2222
"has-yarn": "1.0.0",
2323
"inquirer": "5.1.0",
24-
"lodash": "4.17.15",
24+
"lodash": "4.17.20",
2525
"ora": "2.1.0",
2626
"path-exists": "3.0.0",
2727
"sanitize-filename": "1.6.1",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphlib": "2.1.1",
1515
"js-beautify": "1.6.3",
1616
"js-yaml": "3.13.1",
17-
"lodash": "4.17.15",
17+
"lodash": "4.17.20",
1818
"markdown-it": "6.0.1",
1919
"node-fetch": "1.6.0",
2020
"recursive-copy": "2.0.8",
@@ -35,7 +35,7 @@
3535
"prettier": "^1.14.3",
3636
"pretty-quick": "^1.11.1",
3737
"rewire": "2.5.2",
38-
"standard-version": "4.3.0",
38+
"standard-version": "9.0.0",
3939
"tap": "14.6.4"
4040
},
4141
"keywords": [

packages/edition-node-gulp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@pattern-lab/engine-mustache": "^5.12.0",
1010
"@pattern-lab/uikit-workshop": "^5.12.0",
1111
"gulp": "3.9.1",
12-
"minimist": "1.2.0"
12+
"minimist": "1.2.5"
1313
},
1414
"keywords": [
1515
"Pattern Lab",

packages/plugin-tab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"fs-extra": "0.30.0",
88
"glob": "7.0.0",
9-
"lodash": "4.17.15"
9+
"lodash": "4.17.20"
1010
},
1111
"engines": {
1212
"node": ">=12.12.0"

0 commit comments

Comments
 (0)