Skip to content

Commit 50ac9a7

Browse files
committed
fix(deps): update dependency log4js to v6 [security]
1 parent 49bcfa0 commit 50ac9a7

File tree

10 files changed

+105
-363
lines changed

10 files changed

+105
-363
lines changed

nuclide/nuclide-adb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"dependencies": {
26-
"log4js": "1.1.1",
26+
"log4js": "6.4.0",
2727
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
2828
"@atom-ide-community/nuclide-commons-atom": "workspace:../nuclide-commons-atom",
2929
"nullthrows": "1.1.1",

nuclide/nuclide-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
17-
"log4js": "1.1.1",
17+
"log4js": "6.4.0",
1818
"rxjs": "npm:[email protected]"
1919
}
2020
}

nuclide/nuclide-commons-atom/__mocks__/fixtures/root-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"classnames": "2.2.5",
15-
"log4js": "1.1.1",
15+
"log4js": "6.4.0",
1616
"@atom-ide-community/nuclide-commons": "latest",
1717
"@atom-ide-community/nuclide-commons-atom": "latest",
1818
"@atom-ide-community/nuclide-commons-ui": "latest",

nuclide/nuclide-commons-atom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"idb-keyval": "2.3.0",
1515
"idx": "1.2.0",
1616
"lodash": "4.17.20",
17-
"log4js": "1.1.1",
17+
"log4js": "6.4.0",
1818
"lru-cache": "4.0.2",
1919
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
2020
"nullthrows": "1.1.1",

nuclide/nuclide-commons-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"idx": "1.2.0",
2121
"invariant": "npm:@react-dnd/invariant@^2.0.0",
2222
"lodash": "4.17.20",
23-
"log4js": "1.1.1",
23+
"log4js": "6.4.0",
2424
"moment": "2.29.1",
2525
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
2626
"@atom-ide-community/nuclide-commons-atom": "workspace:../nuclide-commons-atom",

nuclide/nuclide-commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fs-plus": "3.1.1",
2020
"glob": "7.1.6",
2121
"idx": "1.2.0",
22-
"log4js": "1.1.1",
22+
"log4js": "6.4.0",
2323
"lru-cache": "4.0.2",
2424
"mime-types": "2.1.27",
2525
"mkdirp": "^1.0.4",

nuclide/nuclide-debugger-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"blessed": "0.1.81",
1616
"idx": "1.2.0",
1717
"line-by-line": "0.1.6",
18-
"log4js": "1.1.1",
18+
"log4js": "6.4.0",
1919
"@atom-ide-community/nuclide-analytics": "workspace:../nuclide-analytics",
2020
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
2121
"@atom-ide-community/nuclide-debugger-common": "workspace:../nuclide-debugger-common",

nuclide/nuclide-fuzzy-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"heap": "0.2.6",
15-
"log4js": "1.1.1",
15+
"log4js": "6.4.0",
1616
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
1717
"nuclide-prebuilt-libs": "0.6.3"
1818
}

nuclide/nuclide-watchman-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"event-kit": "2.2.0",
1919
"fb-watchman": "2.0.1",
20-
"log4js": "1.1.1",
20+
"log4js": "6.4.0",
2121
"rxjs-compat": "^6.3.3",
2222
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons"
2323
}

0 commit comments

Comments
 (0)