diff options
| author | Luke Parker <[email protected]> | 2026-04-06 10:26:40 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-06 00:26:40 +0000 |
| commit | 68f4aa220ea68c539bd1e316a4e96fdd76b93560 (patch) | |
| tree | 49a9a030c50e23f32cf90fc4d12df36af7615df6 /bun.lock | |
| parent | 3a0e00dd7f9192730f6d0eeee37ae0a5fb023927 (diff) | |
| download | opencode-68f4aa220ea68c539bd1e316a4e96fdd76b93560.tar.gz opencode-68f4aa220ea68c539bd1e316a4e96fdd76b93560.zip | |
fix(plugin): parse package specifiers with npm-package-arg and sanitize win32 cache paths (#21135)
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -371,6 +371,7 @@ "jsonc-parser": "3.3.1", "mime-types": "3.0.2", "minimatch": "10.0.3", + "npm-package-arg": "13.0.2", "open": "10.1.2", "opencode-gitlab-auth": "2.0.1", "opencode-poe-auth": "0.0.1", @@ -412,6 +413,7 @@ "@types/bun": "catalog:", "@types/cross-spawn": "catalog:", "@types/mime-types": "3.0.1", + "@types/npm-package-arg": "6.1.4", "@types/npmcli__arborist": "6.3.3", "@types/semver": "^7.5.8", "@types/turndown": "5.0.5", |
