diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-08-21 11:53:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-21 09:53:52 +0000 |
| commit | 5834d282d4de5d0b5cacb9bf068f3896bef0a48a (patch) | |
| tree | 0e1d15e9f81600ce3c910a70c6e7c12952778f72 /cli/tests/testdata/npm/info/chalk_json.out | |
| parent | af125c8e700eacc7360b3d81ffe4de13e12a612a (diff) | |
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
Diffstat (limited to 'cli/tests/testdata/npm/info/chalk_json.out')
| -rw-r--r-- | cli/tests/testdata/npm/info/chalk_json.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/npm/info/chalk_json.out b/cli/tests/testdata/npm/info/chalk_json.out index 0f86bc994..bffed4ad4 100644 --- a/cli/tests/testdata/npm/info/chalk_json.out +++ b/cli/tests/testdata/npm/info/chalk_json.out @@ -5,12 +5,12 @@ "modules": [ { "kind": "npm", - "specifier": "npm:chalk@4.1.2", + "specifier": "npm:/chalk@4.1.2", "npmPackage": "chalk@4.1.2" } ], "redirects": { - "npm:chalk@4": "npm:chalk@4.1.2" + "npm:chalk@4": "npm:/chalk@4.1.2" }, "npmPackages": { "ansi-styles@4.3.0": { |
