Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-14 00:36:25 +0300
committerNathan Fritz <fritzy@github.com>2022-04-14 01:22:15 +0300
commit4a0e005ffbc08b1dd51c625355f19307455f37e4 (patch)
tree05d2523261f7bac741c5c14ffc5072a62c6f3ed6 /workspaces/arborist
parent970244c415da91b98ca3b200d88c1206ba81d774 (diff)
chore(latest): release arborist 5.0.6
Diffstat (limited to 'workspaces/arborist')
-rw-r--r--workspaces/arborist/CHANGELOG.md8
-rw-r--r--workspaces/arborist/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index e254d8f26..2bc091642 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [5.0.6](https://github.com/npm/cli/compare/arborist-v5.0.5...arborist-v5.0.6) (2022-04-13)
+
+
+### Bug Fixes
+
+* **arborist:** dont skip adding advisories to audit based on name/range ([aa4a4da](https://github.com/npm/cli/commit/aa4a4da336a6ec1963394fdbd06acb173c842d26)), closes [#4681](https://github.com/npm/cli/issues/4681)
+* **arborist:** when reloading an edge, also refresh overrides ([4d676e3](https://github.com/npm/cli/commit/4d676e31a68f081b8553eff4e79db1f29acf47e1))
+
### [5.0.5](https://github.com/npm/cli/compare/arborist-v5.0.4...arborist-v5.0.5) (2022-04-06)
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index a936a3b01..01e3db329 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "5.0.5",
+ "version": "5.0.6",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",