Skip to content

Commit

Permalink
fix(deps): update dependency log4js to v6 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2022
1 parent f728ead commit 41285d3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion nuclide/nuclide-adb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"dependencies": {
"log4js": "1.1.1",
"log4js": "6.4.0",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"@atom-ide-community/nuclide-commons-atom": "workspace:../nuclide-commons-atom",
"nullthrows": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion nuclide/nuclide-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"log4js": "1.1.1",
"log4js": "6.4.0",
"rxjs": "npm:[email protected]"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"classnames": "2.2.5",
"log4js": "1.1.1",
"log4js": "6.4.0",
"@atom-ide-community/nuclide-commons": "latest",
"@atom-ide-community/nuclide-commons-atom": "latest",
"@atom-ide-community/nuclide-commons-ui": "latest",
Expand Down
2 changes: 1 addition & 1 deletion nuclide/nuclide-commons-atom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"idb-keyval": "2.3.0",
"idx": "1.2.0",
"lodash": "4.17.20",
"log4js": "1.1.1",
"log4js": "6.4.0",
"lru-cache": "4.0.2",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"nullthrows": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion nuclide/nuclide-commons-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"idx": "1.2.0",
"invariant": "npm:@react-dnd/invariant@^2.0.0",
"lodash": "4.17.20",
"log4js": "1.1.1",
"log4js": "6.4.0",
"moment": "2.29.1",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"@atom-ide-community/nuclide-commons-atom": "workspace:../nuclide-commons-atom",
Expand Down
2 changes: 1 addition & 1 deletion nuclide/nuclide-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"fs-plus": "3.1.1",
"glob": "7.1.6",
"idx": "1.2.0",
"log4js": "1.1.1",
"log4js": "6.4.0",
"lru-cache": "4.0.2",
"mime-types": "2.1.27",
"mkdirp": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion nuclide/nuclide-debugger-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"blessed": "0.1.81",
"idx": "1.2.0",
"line-by-line": "0.1.6",
"log4js": "1.1.1",
"log4js": "6.4.0",
"@atom-ide-community/nuclide-analytics": "workspace:../nuclide-analytics",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"@atom-ide-community/nuclide-debugger-common": "workspace:../nuclide-debugger-common",
Expand Down
2 changes: 1 addition & 1 deletion nuclide/nuclide-fuzzy-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"heap": "0.2.6",
"log4js": "1.1.1",
"log4js": "6.4.0",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"nuclide-prebuilt-libs": "0.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion nuclide/nuclide-watchman-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"event-kit": "2.2.0",
"fb-watchman": "2.0.1",
"log4js": "1.1.1",
"log4js": "6.4.0",
"rxjs-compat": "^6.3.3",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons"
}
Expand Down

0 comments on commit 41285d3

Please sign in to comment.