Skip to content

Commit de19cc6

Browse files
feat(deps): upgrade upstream dependencies
1 parent 71b90b4 commit de19cc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/cli/snap-tests-global/npm-global-uninstall-shared-bin-name

packages/cli/snap-tests-global/npm-global-uninstall-shared-bin-name/snap.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ link exists
1313
"name": "npm-global-shared-cli",
1414
"package": "npm-global-shared-pkg-a",
1515
"version": "",
16-
"nodeVersion": "24.14.0",
16+
"nodeVersion": "24.14.1",
1717
"source": "npm"
1818
}
1919
> npm install -g --force ./pkg-b # Install pkg-b with force (overwrites npm-global-shared-cli)
@@ -30,7 +30,7 @@ link exists
3030
"name": "npm-global-shared-cli",
3131
"package": "npm-global-shared-pkg-b",
3232
"version": "",
33-
"nodeVersion": "24.14.0",
33+
"nodeVersion": "24.14.1",
3434
"source": "npm"
3535
}
3636
> npm-global-shared-cli # Should print pkg-b message (latest installed)

0 commit comments

Comments
 (0)