Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: update all transitive inclusions of ansi-regex (#3166)
  • Loading branch information
JamesHenry committed Jun 10, 2022
1 parent cb47e7a commit 56eaa15
Show file tree
Hide file tree
Showing 40 changed files with 229 additions and 463 deletions.
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
Expand Up @@ -50,7 +50,7 @@
"get-port": "^5.1.1",
"multimatch": "^5.0.0",
"npm-package-arg": "^8.1.0",
"npmlog": "^4.1.2",
"npmlog": "^6.0.2",
"p-map": "^4.0.0",
"p-map-series": "^2.1.0",
"p-waterfall": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion commands/diff/package.json
Expand Up @@ -36,6 +36,6 @@
"@lerna/child-process": "file:../../core/child-process",
"@lerna/command": "file:../../core/command",
"@lerna/validation-error": "file:../../core/validation-error",
"npmlog": "^4.1.2"
"npmlog": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion commands/publish/package.json
Expand Up @@ -58,7 +58,7 @@
"libnpmaccess": "^4.0.1",
"npm-package-arg": "^8.1.0",
"npm-registry-fetch": "^9.0.0",
"npmlog": "^4.1.2",
"npmlog": "^6.0.2",
"p-map": "^4.0.0",
"p-pipe": "^3.1.0",
"pacote": "^13.4.1",
Expand Down
2 changes: 1 addition & 1 deletion commands/version/package.json
Expand Up @@ -52,7 +52,7 @@
"dedent": "^0.7.0",
"load-json-file": "^6.2.0",
"minimatch": "^3.0.4",
"npmlog": "^4.1.2",
"npmlog": "^6.0.2",
"p-map": "^4.0.0",
"p-pipe": "^3.1.0",
"p-reduce": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion core/cli/package.json
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@lerna/global-options": "file:../global-options",
"dedent": "^0.7.0",
"npmlog": "^4.1.2",
"npmlog": "^6.0.2",
"yargs": "^16.2.0"
}
}
2 changes: 1 addition & 1 deletion core/command/package.json
Expand Up @@ -41,6 +41,6 @@
"dedent": "^0.7.0",
"execa": "^5.0.0",
"is-ci": "^2.0.0",
"npmlog": "^4.1.2"
"npmlog": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Expand Up @@ -40,7 +40,7 @@
"get-stream": "^6.0.0",
"lodash.template": "^4.5.0",
"npm-package-arg": "^8.1.0",
"npmlog": "^4.1.2",
"npmlog": "^6.0.2",
"pify": "^5.0.0",
"semver": "^7.3.4"
}
Expand Down
2 changes: 1 addition & 1 deletion core/filter-options/package.json
Expand Up @@ -35,6 +35,6 @@
"@lerna/collect-updates": "file:../../utils/collect-updates",
"@lerna/filter-packages": "file:../../utils/filter-packages",
"dedent": "^0.7.0",
"npmlog": "^4.1.2"
"npmlog": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion core/lerna/package.json
Expand Up @@ -52,6 +52,6 @@
"@lerna/run": "file:../../commands/run",
"@lerna/version": "file:../../commands/version",
"import-local": "^3.0.2",
"npmlog": "^4.1.2"
"npmlog": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion core/package-graph/package.json
Expand Up @@ -35,7 +35,7 @@
"@lerna/prerelease-id-from-version": "file:../../utils/prerelease-id-from-version",
"@lerna/validation-error": "file:../validation-error",
"npm-package-arg": "^8.1.0",
"npmlog": "^4.1.2",
"npmlog": "^6.0.2",
"semver": "^7.3.4"
}
}
2 changes: 1 addition & 1 deletion core/project/package.json
Expand Up @@ -40,7 +40,7 @@
"glob-parent": "^5.1.1",
"globby": "^11.0.2",
"load-json-file": "^6.2.0",
"npmlog": "^4.1.2",
"npmlog": "^6.0.2",
"p-map": "^4.0.0",
"resolve-from": "^5.0.0",
"write-json-file": "^4.3.0"
Expand Down
2 changes: 1 addition & 1 deletion core/prompt/package.json
Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"inquirer": "^7.3.3",
"npmlog": "^4.1.2"
"npmlog": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion core/validation-error/package.json
Expand Up @@ -31,6 +31,6 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"npmlog": "^4.1.2"
"npmlog": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion helpers/logging-output/package.json
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"@lerna-test/multi-line-trim-right": "file:../multi-line-trim-right",
"npmlog": "^4.1.2"
"npmlog": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion helpers/silence-logging/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"npmlog": "^4.1.2"
"npmlog": "^6.0.2"
}
}

0 comments on commit 56eaa15

Please sign in to comment.