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-03-15 23:40:19 +0300
committerGitHub <noreply@github.com>2022-03-15 23:40:19 +0300
commit31e7ba1afb698030eb39735a9d29233b7236fc0e (patch)
tree8b13232ae81f77ebb6db461de218d4c977d658c3
parentf95396a033b75e2a3e9aa83f0b06c527641027a4 (diff)
chore: release @npmcli/arborist 5.0.3release-arborist-v5.0.3
-rw-r--r--workspaces/arborist/CHANGELOG.md14
-rw-r--r--workspaces/arborist/package.json2
2 files changed, 15 insertions, 1 deletions
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index 8a5c3ddc2..d5d1f9d59 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+### [5.0.3](https://www.github.com/npm/cli/compare/arborist-v5.0.2...arborist-v5.0.3) (2022-03-15)
+
+
+### Bug Fixes
+
+* **arborist:** _findMissingEdges missing dependency due to inconsistent path separators ([#4261](https://www.github.com/npm/cli/issues/4261)) ([0e7511d](https://www.github.com/npm/cli/commit/0e7511d144bdb6624e4c0fdfb31b4b42ed2954c9))
+
+
+### Dependencies
+
+* @npmcli/metavuln-calculator@3.0.1 ([fcc6acf](https://www.github.com/npm/cli/commit/fcc6acfa808aa556748544edf4e9b73262f77608))
+* cacache@16.0.0 ([e26548f](https://www.github.com/npm/cli/commit/e26548fb12a3bb23fbe32a336f1305e083aa51c0))
+* pacote@13.0.5 ([340fa51](https://www.github.com/npm/cli/commit/340fa51f423a518a96c8015a67d8f6144a2e8051))
+
### [5.0.2](https://www.github.com/npm/cli/compare/arborist-v5.0.1...arborist-v5.0.2) (2022-03-10)
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index b4bd00db0..258234b97 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",