Skip to content

Commit 46626f3

Browse files
committed
npm security fixes.
1 parent e6afa14 commit 46626f3

10 files changed

Lines changed: 420 additions & 421 deletions

File tree

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@microsoft/ts-command-line": "4.2.5",
4141
"@microsoft/tsdoc": "0.12.9",
4242
"colors": "~1.2.1",
43-
"lodash": "~4.17.5",
43+
"lodash": "~4.17.15",
4444
"resolve": "1.8.1",
4545
"source-map": "~0.6.1",
4646
"typescript": "~3.4.3"

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/inquirer": "0.0.43",
3838
"inquirer": "~6.2.0",
3939
"js-yaml": "~3.13.1",
40-
"lodash": "~4.17.5",
40+
"lodash": "~4.17.15",
4141
"minimatch": "~3.0.2",
4242
"node-fetch": "~2.1.2",
4343
"npm-package-arg": "~5.1.2",

apps/rush-lib/src/api/test/repo/project1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"lodash": "^4.17.11",
12+
"lodash": "^4.17.15",
1313
"react": "^0.14.9"
1414
}
1515
}

apps/rush-lib/src/api/test/repo/project2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"lodash": "^4.17.11",
12+
"lodash": "^4.17.15",
1313
"react": "^15.5.4"
1414
}
1515
}

apps/rush/src/test/sandbox/legacy-repo/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"lodash": "^4.17.11",
12+
"lodash": "^4.17.15",
1313
"react": "^0.14.9"
1414
}
1515
}

apps/rush/src/test/sandbox/repo/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"lodash": "^4.17.11",
12+
"lodash": "^4.17.15",
1313
"react": "^0.14.9"
1414
}
1515
}

0 commit comments

Comments
 (0)